Git is a free and open source distributed version control system that allows software developers to manage their projects efficiently and collaboratively. Git has many features and advantages that make it
Category: Code
What is Software Testing – Definition and Explanation
When you test, either by writing code or performing manual testing, you do so because you want to ensure that your software works as intended. This unit focuses on writing code that tests various parts of your application code. The …
GitHub Actions and Workflows: A Beginner’s Guide
GitHub Actions is a feature of GitHub that allows users to automate tasks directly on GitHub. It provides a way for users to easily create custom automated workflows or “Actions” that can be triggered by various events such as pushing …
What is PowerShell?
PowerShell
Microsoft PowerShell is a free and open source command shell, scripting language, and remote management framework. PowerShell is intended for network administrators, cloud hosting administration, not professional web programmers, and has replaced the old CMD shell and VBScript as …
How to Create views and templates in Django
When you’re first beginning to create websites, having static pages seems only natural. But what if you want to get a little creative and have data change per user or per page?
That’s where using templates can ease the process …
Build a Basic Web App with Visual Studio Code
In the last post, we created a simple, auto-generated HTML file named index.html. Let’s pick up where we left off and make a web app we can run on a local server.
First test web app : Hello World
For …
Visual Studio Code for web developers
Visual Studio Code is an open source, lightweight, and full-featured text editor that supports a multitude of extensions for all kinds of developers. If you are getting started in the larger world of web development, Visual Studio Code can be …