CarlyRaeJepsenStan

CarlyRaeJepsenStan @carlyraejepsenstan

About: Hey there! I'm Connor, and I like writing long, complicated guides that detail every minute problem and feature I've encountered.

Location:
California, where the mountains meet the sea
Joined:
Sep 22, 2020

CarlyRaeJepsenStan
articles - 11 total

Converting Hex to Text - the Bash Way

Let's start by pretending someone gave us some pure plain-text bytes, like...

Learn More 5 2Mar 14 '22

Decoding Binary - 3 Different Ways

Hey everyone! I recently saw this tweet: anildash ...

Learn More 6 0Feb 20 '22

Do We Live In the Matrix?

Allow me to introduce you to the beautiful world of 3D rendering, by posing a simple question - do we...

Learn More 1 0Jan 17 '22

Regular expressions in Rust

In many popular languages such as Javascript or Python, using regular expressions is simple. Well.....

Learn More 7 1Jun 18 '21

A one-click cookie deleter

Are you sick of clearing your cookies and getting logged out of literally everything? Use this code s...

Learn More 9 0Oct 23 '20

How Do You Make That? - Javascript Random Function

For quite a while now, if I wanted to generate a random number between two other numbers, I'd use the...

Learn More 5 0Oct 2 '20

How Do You Make That? - CSS Razer Animation

Part 1 of "How Do You Make That? - Breaking Down Web Animations". For this article, we'll be looking...

Learn More 7 0Sep 29 '20

Building a Colors API Through Web Scraping, pt. 1

For this weekend's first backend project, I thought I'd make a useful API. From one of my previous a...

Learn More 1 0Sep 26 '20

Streamlining my Git workflow with bash

Intro Think about your every-day github workflow. You wrap up your code, make sure everyt...

Learn More 6 0Sep 24 '20

(Partially) Reverse Engineering Neumorphism.io

Recently, I've been using neumorphism.io a lot for my projects - I really like the soft and squishy f...

Learn More 6 0Sep 22 '20

Animating linear-gradient: a guide

Intro div { width: 100px; height: 100px; background-image: linear-gradient(-45deg,...

Learn More 15 0Sep 22 '20