Open in app

Sign In

Write

Sign In

Marcus Siegel
Marcus Siegel

9 Followers

Home

About

May 14, 2021

Bubble Sort in JavaScript

Lately, I’ve been working on my understanding of algorithms. This post will try to explain and implementation of sorting with the easiest method — bubble sort. Although the bubble sort algorithm compared to other sorting algorithms isn’t that efficient, and isn’t used anywhere in the real world, interviewers still commonly…

3 min read

Bubble Sort in JavaScript
Bubble Sort in JavaScript

3 min read


Apr 16, 2021

The Event Loop in JavaScript

The 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 basics of the Event Loop and how it works with single-threaded and asynchronous functions. The first thing we should know that Javascript is…

3 min read

The Event Loop in JavaScript
The Event Loop in JavaScript

3 min read


Apr 8, 2021

Destructuring in React

In 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 unpack values from arrays, or properties from objects, into distinct variables. When working in React, it is common practice to unpack a couple of values…

3 min read

3 min read


Mar 20, 2021

Hoisting in JavaScript

Introduction I‘m on a quest to become a JavaScript whiz! I’ve learned a bit about algorithms and frameworks, but I haven’t spent too much time on the under-the-hood aspect of JavaScript. Today, I’ll talk about hoisting and how it relates to our everyday JavaScript use. When you execute a piece of…

3 min read

3 min read


Mar 9, 2021

How I Utilized CSS Variables in My Portfolio Site

Variables in CSS Before we dive in, let's get a little more info on why variables in CSS are helpful. Complex websites have very large amounts of CSS, often with a lot of repeated values. For example, the same color might be used in hundreds of different places, requiring a global search and…

2 min read

How I Utilized CSS Variables on My Portfolio Site
How I Utilized CSS Variables on My Portfolio Site

2 min read


Feb 25, 2021

Creating Console Signatures in Javascript

After graduating from Flatiron’s Immersive Software Engineering program I felt a little lost. I had spent a grueling four months learning the ins and outs of web development, so when I graduated I felt like the whole world stopped. Luckily personal passion projects have kept my thirst for knowledge quenched…

2 min read

Creating Console Signatures in Javascript
Creating Console Signatures in Javascript

2 min read


Feb 19, 2021

Sass Mixins: What are They?

In recent years HTML has made great strides towards becoming more semantic. Tags like <aside> and <article> enforce the meaning of the content rather than its layout. Unfortunately, the same isn’t true of CSS. Defining classes like .float-left, .row, and .col …

5 min read

Sass Mixins: What are They?
Sass Mixins: What are They?

5 min read


Feb 10, 2021

Media Queries in CSS

Introduction Media queries are the backbone of the Responsive Web Design system. By using media queries we can customize the behavior of DOM elements on the screen for particular devices or screen sizes without changing the actual markup. …

2 min read

Media Queries in CSS
Media Queries in CSS

2 min read


Published in The Startup

·Nov 12, 2020

How to Create a Simple RESTful API in Node.js

A brief guide to making a simple RESTful API in Node.js with MongoDB and Express. Getting started As I reach the end of my time as a student at Flatiron School, I can’t help but feel excited about all the doors my newfound coding skills can open. One of those doors is…

Nodejs

7 min read

How to Create a Simple RESTful API in Node.js
How to Create a Simple RESTful API in Node.js
Nodejs

7 min read


Nov 5, 2020

React.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 a collection of variables but directly initialized and managed by the component. The state can be initialized by props. For example, let's visualize a parent and child component relationship…

2 min read

React.js Props…What Are They?
React.js Props…What Are They?

2 min read

Marcus Siegel

Marcus Siegel

9 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech