PinnedBuilding Machine Learning Algorithms on the Web with TensorflowJSTensorflow is a highly-known open-source software library meant to process dataflow and make predictions based on machine learning…Aug 31, 2020631Aug 31, 2020631
Published inLevel Up CodingThe Fundamentals of SASS/SCSSAs a software developer who works on the styling of an application’s Front End using CSS, there are various challenges which can appear…Oct 11, 202171Oct 11, 202171
Published inLevel Up CodingCaching REST Data for Instant Response Time with RedisREST (Representable State Transfer), is commonly used among all web applications for the purpose of passing/editing/retrieving data…Jan 19, 20211332Jan 19, 20211332
Published inLevel Up CodingEncryption made Simple with CryptoJSEncryption in the JavaScript environment is the primary focus of keeping private information secure through binary algorithms. Through…Dec 28, 20201401Dec 28, 20201401
Published inLevel Up CodingRendering 3D objects and animation in React using Three FiberThree.js is a 3D rendering/animation library which incorporates WebGL to display models on a canvas. If you are interested in taking a…Dec 21, 2020197Dec 21, 2020197
Image uploading with Google Cloud Storage — React — Express — AxiosWhen handling an upload feature for a web application, persistence with the file data can be considered a rigorous task, since this…Dec 14, 2020601Dec 14, 2020601
Published inLevel Up CodingRendering 3D models and animation using ThreeJSThreeJS is a javascript library that uses WebGL’s enhancement behaviors to render 3D models on the web as well as Tweenmax to better…Sep 14, 2020101Sep 14, 2020101
Getting to Know the In-s and Out-s of AxiosToday I am going to be discussing how Axios can be utilized as a efficient tool for sending data to the server-side from the client-side…Sep 7, 202062Sep 7, 202062
HTML and Javascript can co-exist using EJSToday I am going to be going over what I believe to be the quickest way to make a working client-side for a full-stack application, EJS…Jul 27, 202050Jul 27, 202050
React-Router: Working with server routes in the front-endToday I will be addressing and taking an in-depth look into both the problems with multi-routed react apps and the most viable solution…Jul 20, 202051Jul 20, 202051
Creating/Using JSON Web Tokens (JWT)In this article I will be addressing a brief introduction/tutorial on how to create and understand the open standard, JSON web tokens…Mar 30, 2020Mar 30, 2020
SQL and Schema DesignSQL is known for being a query based language built for database communication, and with the intention of facilitating security management…Mar 15, 2020Mar 15, 2020
The Deal With Serialization in JavascriptIn Javascript, data can be transferred from one machine to another using a process known as serialization. Today I will be diving into…Feb 16, 2020Feb 16, 2020
Understanding Event Loops in Node.jsNode.js is known for being an open-source, cross-platform JavaScript run-time environment, expanding JavaScript’s utilities for providing…Feb 3, 2020Feb 3, 2020
Dependency Injection in Angular JSAngularJS is a front-end framework used to structure dynamic web applications, but there is a feature which is often overlooked and…Jan 20, 2020Jan 20, 2020
Passing on Data Between Parent and Child Components in ReactReact is designed with unidirectional data flow, allowing for debugging to become easier. However, this built in algorithm has a negative…Dec 16, 2019Dec 16, 2019
The Importance of FrameworksWhen working on building new applications, sometimes, work gets complex. Eventually, it gets to the point where just having libraries are…Nov 25, 2019Nov 25, 2019
What Is JS Subclassing And How It’s a Time SaverToday I will be going over the significance of Subclassing, how it’s made, when to use it, and most importantly how it can save time for…Oct 14, 2019Oct 14, 2019