28 May 24
Learn when to use flexbox and CSS grid with examples and use cases.
by johnkyle
1 year ago
21 Jan 23
Did you know that organizations such as freeCodeCamp, Google, and Harvard offer online courses to help you learn software development? And that many of these include free certificates and badges? To help you choose one that's right for you, I've created a full list. As avid online learners, my
by johnkyle
3 years ago
14 Jan 23
Learn how to use ChatGPT to 10x your productivity! 38 examples using Python, JavaScript, HTML, CSS, React, SQL and more!- Subscribe for more ChatGPT tutoria...
by johnkyle
3 years ago
04 Dec 22
28 Nov 22
I’ve noticed that bugs introduced into an existing code base are often due to poor variable naming more than one might suspect.
by johnkyle
3 years ago
“Don’t repeat yourself”, or “DRY” for short, is a somewhat controversial principle of software development. It aims to make code cleaner, which is to say less buggy and easier to work with.
by johnkyle
3 years ago
I often hear that we need more and better comments in the code we write. In my experience, we frequently need better comments, we rarely need more, and we sometimes need less.
by johnkyle
3 years ago
Object Oriented programming, or "OOP" for short, is a way of writing code that relies on the concepts of classes and objects. The main benefit of writing your code in an object-oriented way is to structure your program into simple, reusable pieces of code. Stick with me through this
by johnkyle
3 years ago
20 Nov 22
19 Nov 22
Jobs in cybersecurity are growing faster than those in all other areas, says Coding Dojo.
by johnkyle
3 years ago