crayoncode

crayoncode @crayoncode

About: Software Architect and Security Officer with 20 years of experience, Web Dev has shifted from my main profession to a hobby as I rarely get to code by now and just love the craft. Check out my channel

Joined:
Oct 25, 2020

crayoncode
articles - 24 total

Cycling Challenge Dashboard with HTML & CSS

In this video you'll see how to build a cycling challenge dashboard in HTML & CSS. In detail...

Learn More 11 2Jan 7 '23

Building a vertical calendar with HTML, CSS & JS

Today let's build together a small vertical calendar using CSS grid layout, the tag and a little bit...

Learn More 32 0Mar 7 '22

How to build 5 clip-path hover effects

Today let's build 5 awesome hover effects with CSS clip-path! Read the full article or watch me code...

Learn More 63 2Feb 19 '21

Let's build a responsive navbar from scratch

Today let's build a responsive navbar, an animated burger icon and a beautiful uncovering effect from...

Learn More 58 2Feb 12 '21

Let's build a layout from scratch

Today let's build the layout for an entire website from scratch using HTML, CSS, flexbox, grid layout...

Learn More 88 0Feb 5 '21

3 Ways to create a Navbar (CSS Grid Layout)

Today let's build three different navbar layouts using the CSS grid layout and I'll show you, how eas...

Learn More 93 3Jan 29 '21

Shiny Glass Hover Effect (Glassmorphism)

Today let's work with the backdrop-filter property and a skewed ::before element, to create a nice sh...

Learn More 68 7Jan 24 '21

How to use CSS pseudo-classes for styling typographic elements

Today let's work with CSS pseudo-selectors like :first-letter, :last-of-type & :after to build ni...

Learn More 30 3Jan 22 '21

CSS Day Night Switch (CSS/HTML only) [PART 2]

Now let's get this finished by implementing the night state of our nice day-night-switch by implement...

Learn More 57 1Jan 17 '21

CSS Day Night Switch (CSS/HTML only) [PART 1]

Today let's build a nice little day night switch with sunset and sunrise and a lot of CSS transitions...

Learn More 30 0Jan 17 '21

CSS Download Loading Animation (@keyframes, clip-path)

Today let's work with CSS animations & clip-path to create a nice little download animation with...

Learn More 14 0Jan 15 '21

CSS Grid Layout Template Areas (Secrets of Painless Layout)

Today let's start getting to know CSS grid layout and bring some ease to handling grid positions thro...

Learn More 98 0Jan 10 '21

Customizable traffic light with CSS (SASS @each/@for)

Today let's save a lot of typing by using SASS' @each and @for in combination with lists and maps in...

Learn More 12 0Jan 9 '21

How to implement a generator function in JS (iteration protocols)

Quickly get a grasp on how to build a generator function in JS and how to use the yield keyword. Re...

Learn More 51 0Jan 8 '21

CSS Loading Animation - Morphing Icons Effect (clip-path, @keyframes)

Today let's get creative by building a morphing loading animation with icons having only 8 points and...

Learn More 33 0Jan 6 '21

CSS Loading Animation - Ripple Effect in Mosaic (keyframes, flex box)

Today let's work with CSS animations, delays and flex box in order to create a nice little ripple eff...

Learn More 87 0Jan 3 '21

CSS morphable clip-path Ribbons

Today let's create some truly awesome ribbons by using the CSS clip-path property for exciting shapes...

Learn More 52 2Dec 28 '20

How to for..of with your own objects in JS (iterable & iterator protocol) [LET'S CODE]

Generally and theoretically an iterator is an object that produces a sequence of values. Practically,...

Learn More 13 0Nov 29 '20

Managing pointers in a doubly linked list in a nutshell

How to code a doubly linked list Implementing a doubly linked list is all about consistent...

Learn More 8 0Nov 22 '20

Let's code a fluent API (in a nutshell)

A fluent API (or fluent interface) allows you to chain methods one after another, optimally producing...

Learn More 13 0Nov 15 '20

Let's code a Queue as a linked list (in a nutshell)

The shift() method of the Array type in JavaScript is quite an expensive operation, because by removi...

Learn More 11 2Nov 8 '20

The Queue data structure in a nutshell

Let's take a look at the Queue data structure and see how it works, what FIFO means, and how you can...

Learn More 14 0Nov 8 '20

Iterative nested object traversal

Recently I had this problem where I needed to traverse deeply nested objects. More specifically it wa...

Learn More 6 0Nov 2 '20

Flood Fill algorithm: A graphical step-by-step explanation of the paint bucket

Finally (🎉🎆) I was able to put the idea of illustrating bits of my knowledge and create Youtube video...

Learn More 10 0Oct 25 '20