HTML Tags ExplainedWe have all seen tags such as <b>, <a>, etc. in HTML code in this post we will explore what those tags mean and what they do. To understand…Jul 28, 2021Jul 28, 2021
Big O notationToday I will discuss an important topic that is useful to know for your program but also more importantly it is useful to know for your job…Jul 24, 2021Jul 24, 2021
Scripting Vs Programming LanguageScripting language and programming language are often used interchangeably, but in actuality, these two types of languages have many more…Jul 17, 2021Jul 17, 2021
Ruby vs PythonWhile coding you will have to make certain choices for your application. When we look at coding especially the backend we have plenty of…Jul 11, 2021Jul 11, 2021
First-Class FunctionsIn JavaScript you have the use of first-class functions, you may be asking yourself what a first-class function is. They are functions that…Jul 4, 2021Jul 4, 2021
High Order FunctionsLast week we looked at the call-back functions, this week we will look at high-order functions. So what are high order functions? High…Jun 27, 2021Jun 27, 2021
Callback FunctionsToday we will be looking into a type of function in JavaScript called Callback Functions. So now you may be asking yourself what is a…Jun 16, 2021Jun 16, 2021
Create Your New Rails ProjectIn this post I will show you how to set up a new ruby on rails project, rails is a web application framework that uses Ruby code to make…Jun 7, 2021Jun 7, 2021
Basic Destructuring JavaScriptDestructuring is a very useful feature of JavaScript, it is used to extract properties from objects to bind them to other variables. It can…May 30, 2021May 30, 2021
Top Front End Dev ToolsBeing a full-stack developer, meaning I know how to code back end and front end, I’ve always been much more fond of front-end development…May 23, 2021May 23, 2021
CSS FrameworksWhen making your web app you design it with CSS to make it easier you can use a framework that already has premade things for your CSS, in…May 16, 2021May 16, 2021
JavaScript vs TypeScriptWhen programming you will come across many languages, from these languages you will see two well-known script languages JavaScript and…May 10, 2021May 10, 2021
Static Vs DynamicThe two types of programming languages static and dynamic both have advantages and disadvantages. Here we will look at some of these…May 2, 2021May 2, 2021
Optimize Your Web AppToday's web browsers are becoming better and better at supporting many technologies. With this while building your web application it is…Apr 26, 2021Apr 26, 2021
Popular AI languagesArtificial intelligence is the future of computer programming, we already see it in use in many everyday applications doing work behind…Apr 18, 2021Apr 18, 2021
AJAX ExplainedIn this blog post, we will talk about what AJAX is, where it’s used, and how it works. It is a very useful tool in web development and…Apr 1, 2021Apr 1, 2021
Composition VS InheritanceWhen programming in OOP (Object Oriented Programming), one of the most used and popular practice is to use Inheritance in most languages…Mar 25, 2021Mar 25, 2021
Top JS Design PatternsIn JavaScript there are things called Design Patterns, these are reusable solutions for common problems when you write your web…Mar 18, 2021Mar 18, 2021