A Couple of Websites To Practice Your Javascript (and Other Programming Language) Algorithms.I wanted to make a brief blog on a couple of the websites out there that you can use to practice and UP your algorithms whether it be for…Jul 25, 2021Jul 25, 2021
Getting a Job as a Programmer Without a Degree.So many people in the “hiring industry” throw out ‘BS in Computer Science".Jul 19, 2021Jul 19, 2021
A Brief Explanation of React’s Virtual DOMI’ll briefly explain the difference between the DOM (Document Object Model) and the Virtual DOM used by React JS.Jun 28, 2021Jun 28, 2021
Emojipedia… A Brief Guide on How to Insert Emojis Into Your Javascript Program.I was recently working on a Minesweeper replica as a Web App along with a tutorial and came across https://emojipedia.org/ as I was looking…Jun 13, 2021Jun 13, 2021
React JS Color Pickers… Here is a Great Library to Check Out.React has many libraries to choose from for many different things. Numbers, UI, colors and more.May 31, 2021May 31, 2021
The 1 JavaScript Library You Need for BETTER Numbers in Your JS Project.As we know, JavaScript is horrible when it comes to numbers. Add some numbers with decimal point and it can get weird pretty quick. This…May 24, 2021May 24, 2021
A Brief on Primitive JavaScript Data Types“JavaScript is a loosely typed and dynamic language. Variables in JavaScript are not directly associated with any particular value type…May 17, 2021May 17, 2021
How to Make a GET Request with the React Axios LibraryAxios is a library that is used to help us make external http requests in a similar fashion as fetch and returns http promises. I will go…Mar 4, 2021Mar 4, 2021
Semantic Satiation and How It Can Effect Your Code.Does a word get used so often that it seems to stop making sense to you? This is known as semantic satiation/saturation and it can effect…Feb 12, 2021Feb 12, 2021