Meet With GitHub Codespaces

Meet With GitHub Codespaces

- 1 min

What is GitHub Codespaces?

GitHub Codespaces is a service that provides developers with on-demand access to a secure development environment running a given codebase (Git repository) on a remote server. It also allows the developer to debug, maintain and make changes via a full-featured (with syntax highlighting, themes, extensions, version control, etc.) browser-based or locally installed Visual Studio Code IDE from their local machine.

GitHub Codespaces uses virtualization tools under the hood, such as containers and virtual machines. Codespaces can be thought of as having a backend part and a frontend part—the usual client-server architecture, nothing fancy. The backend part is where all the application code is usually run in a Docker container (you don’t need to install Docker to use Codespaces) with the required runtime and tools, and the frontend part is the IDE, which interfaces with the running application.


How to Use ?

You should follow that steps for create a new codespace.

Codespace

Codespace

Codespace

Codespace

Codespace

With the new GitHub feature. We can develop or test our code without our work PC. Codespaces is really usefull I am sure We will use it We will use it more in the near future.

Thanks for reading :)


Guneycan Sanli

Guneycan Sanli

A person who like learning, music, travelling and sports.

comments powered by Disqus