Marcus SiegelBubble Sort in JavaScriptLately, I’ve been working on my understanding of algorithms. This post will try to explain and implementation of sorting with the easiest…May 14, 2021May 14, 2021
Marcus SiegelThe Event Loop in JavaScriptThe Event Loop is one of the most important topics in Javascript that we should know in detail. In this article, we are going to cover the…Apr 16, 2021Apr 16, 2021
Marcus SiegelDestructuring in ReactIn this post we’ll be exploring a few of the ways we can destructure data in React applications. By using the destructuring syntax, we can…Apr 8, 2021Apr 8, 2021
Marcus SiegelCreating Console Signatures in JavascriptCSS rules in a Javascript console log!Feb 25, 2021Feb 25, 2021
Marcus SiegelMedia Queries in CSSA small intro into the world of responsive web designFeb 10, 2021Feb 10, 2021
Marcus SiegelinThe StartupHow to Create a Simple RESTful API in Node.jsA brief guide to making a simple RESTful API in Node.js with MongoDB and Express.Nov 12, 20204Nov 12, 20204
Marcus SiegelReact.js Props…What Are They?In a React component, props are variables passed to it by its parent component. State on the other hand is still variables but directly…Nov 5, 2020Nov 5, 2020