Jul 4, 2021What is NextJs and Should You Use It?This is a short blog on NextJs, and why so many people are using it for everything moving forward, in place of vanilla React. …Nextjs4 min readNextjs4 min read
Published inJavaScript in Plain English·Jun 20, 2021What is JWT and What is it Used For?JWT is something that a newbie to the programming world doesn’t come across too often, but in my opinion is an absolutely necessary thing to learn, even if it is just to understand the concept. Intro JWT stands for JSON Web Token, and JSON stands for JavaScript Object Notation. When we…Jwt3 min readJwt3 min read
Jun 13, 2021Singly, Doubly and Circularly Linked Lists(SLL, DLL, SCLL, DCLL) — Data StructuresData Structures are a topic that can be very confusing at first but once you get the hang of it, you will start to see places everywhere that you can apply it. …Data Structures5 min readData Structures5 min read
Jun 6, 2021What is GraphQL?What is GraphQL and should you be using it? What does it replace or enhance? Is it actually better? All this is what I will be introducing to you and explaining. Many of the comparisons are to REST, so it is necessary to know that before reading this. Introduction GraphQL is…GraphQL3 min readGraphQL3 min read
May 30, 2021What is Node.js?I was contacted to be considered for an apprenticeship and one of the technologies included in the description was Node, and another was Javascript. I honestly thought Node was just what we used to compile Javascript in my IDE but after some research, I discovered things I wish I knew…Node4 min readNode4 min read
May 21, 2021SASS Guide for BeginnersSASS is something that I’ve always wanted but never knew existed until recently and it is so hard to go back to vanilla CSS after getting comfortable using it. …Scss7 min readScss7 min read
May 15, 2021How to Learn NEW Coding Languages FASTLearning a new programming language when you already know another one or understand the concepts can be a very easy task but it can also be a scary one if you don’t know how to approach it. …Programming6 min readProgramming6 min read
May 8, 2021When Should you make a custom API and HowFor the people following my progress, you’ll know I’m making a fun web game and my immediate next step is a backend. Why am I considering using both a custom API and a ready one? And why should you? This blog is not about whether you should learn to make…Coding5 min readCoding5 min read
Apr 30, 2021Upgrading the Simple 4x4 Grid with JavaScriptIn a previous blog, I explained step by step how to make a 4x4 grid with HTML and CSS. At the beginning and end, I said there are better ways to do things, that are more automatic and scalable, and that is exactly what we will be doing in this…Programming8 min readProgramming8 min read
Apr 21, 2021How to easily & manually make an HTML and CSS 4x4 GridI was doing a project and quickly needed a 4x4 grid, so I looked it up to see if there is an easy way to do it and I was faced with so much confusing information and decided it would just be easier to manually do it myself. …HTML6 min readHTML6 min read