#2articles1week
Read more stories on Hashnode
Articles with this tag
Save time by configuring Github's Personal Access Token to your Repos so that it need not be copy-pasted each time the code is pushed. · Before you start...
Atom does not have a built-in terminal unless it's installed separately. This article shows how to work with Git on Atom without commands · Context: I...
Host a simple snake game with existing code · You can easily host a simple snake game on your website, using code and a hosting service. You may not know...
Get started with automating Emails using Microsoft's PowerShell · PowerShell is a tool to carry out Automation Configuration Management. This can be used...
This article will show you how to host a WordPress website using AWS Free Tier. · This article deals with three tasks — creating a WordPress Instance on...
Github Submodules allow you to add a Repository inside another, making it easy for any dependencies or reusing libraries for multiple projects. ·...