First and foremost we need to know what “git” is. Git is a version control system that allows developers to track changes to their codebase and collaborate with others. It is an essential tool for any developer, and it is worth taking the time to learn how to use it effectively. Being able to use […]
Read MoreI know that you won’t read this, you just want the answer into how to fix a merge conflict, so here we go: Here are the steps Download Visual Studio Code Open the project in vscode Navigate to the source control option on the left side of the editor Click on the file that you […]
Read MoreHello everyone. A big part of making things easy for developers is selecting the right tools for the job and when it comes to quickly and easily creating APIs these are my tools of choice: NodeJS, ExpressJS and Postman to test our API. UPDATE: I’ve recently started using Insomnia as my API testing tool and […]
Read MoreJavaScript is currently one of the most popular programming languages in the world. In recent years it has seen rapid improvements with the popularization of front-end frameworks and the creation of NodeJS. Today I’m going to share some of the lesser known Javascript tricks/features for the Javascript developers out there. 1- Double bang We all […]
Read MoreWhat do we want to build? My friend and I decided, after doing some research that we would like to build a tool to help podcasters create quick videos from their podcasts. We saw that there are a few other companies out there doing something similar but we think that what we are building (Peakcaster) […]
Read More