Recent
12 Command Line Mistakes New Developers Make (and how to fix them)
·15 mins
Here’s 12 Command Line mistakes that all new developers will make from time to time and how to fix them.
Learn Typeorm in 10 Minutes
·12 mins
Using any ORM is a fantastic skill to add your resume but they are also a really handy tool which can help speed-up your development process.
What Is an ORM and what does it do?
·9 mins
When I was learning to code, I spent a lot of time learning SQL and using it to work with data in the projects I was working on.
7 various ways to write JavaScript functions (explained for beginners)
·9 mins
How many ways do you already know how to write a function in JavaScript; one, two, three ways?
How to code a Javascript Random Number Generator
·2 mins
Generating random numbers in JavaScript is easy once you understand how the built-in function to do this works but a lot of developers tend to write repetitive code rather than creating their own random number function which can be re-used.