Gregory Gaines

Gregory Gaines @gregorygaines

About: A software engineer that specializes in serverless microservices. I love creating helpful content about programming and reverse-engineering. I am employed at Google; all opinions are my own.

Joined:
Apr 5, 2022

Gregory Gaines
articles - 17 total

Emulating PS2 Floating-Point Numbers: IEEE 754 Differences (Part 1)

Here is my W.I.P code of my research. Terminology Term Description IEEE 754 A...

Learn More 8 0Nov 21 '23

A Letter to Rust Users: Don’t Test Implementation Details (Unit vs. Integration Tests)

Table Of Contents Howdy Reader Terminology Rust Unit and...

Learn More 9 2Mar 22 '23

My Attempt at Running a Gameboy Emulator in Google Sheets

Table Of Contents Howdy Reader Demo What is an emulator Shallow Dive into the...

Learn More 25 0Sep 26 '22

DEV Should Remove the Authors Ability to Hide Comments

Intro 📽️ Before jumping the gun, hear me out! Recently, I wrote the post: ...

Learn More 26 19Sep 23 '22

Stop Using .env Files Now!

Table Of Contents Hello Reader The problem with .env files Storing the...

Learn More 1346 317Sep 19 '22

Build Your Own Google Like Autocomplete Using React And JavaScript

Howdy Reader 👋🏽 It's the 1990's and you've just come up with a brilliant idea! What if I...

Learn More 16 0Apr 20 '22

The Only JavaScript Sorting Guide You'll Ever Need

Table Of Contents Hello Reader JavaScript's sort() function Implementation...

Learn More 33 3Apr 15 '22

Playing Breaking Bad Quotes From a Phone Call Using Node.JS and Twilio ⚗️

Howdy Reader 👋🏽 Have you ever been in a situation where you wanted to hear quotes from...

Learn More 10 3Apr 14 '22

Getting Started With TailwindCSS v3.0 in React

Why TailwindCSS Say whatever you want about Utility-First CSS frameworks, it's here to...

Learn More 7 0Apr 12 '22

Anime (or any other video) Translator - Chrome extension that automatically translates web videos! 👯

Overview of My Submission Anime OAV (Anime or any other video) is a chrome extension that...

Learn More 14 1Apr 11 '22

How to Hash and Salt Passwords in Golang Using SHA-512 and Why You Shouldn’t 😤

Hashing and salting passwords is an industry standard for protecting passwords for any respectable...

Learn More 9 0Apr 8 '22

What Is the Time Complexity of Arrays.sort() and Collections.sort()

Knowing time complexities are crucial for every software engineer, especially those who want to work...

Learn More 6 0Apr 7 '22

How to Properly Hash and Salt Passwords in Golang Using Bcrypt 🔒

Prerequisites Download the golang bcrypt library using go get...

Learn More 18 1Apr 7 '22

Extract Icons From Your Childhood Nintendo DS Games

Demo Source Intro I remember playing pokemon and kingdom hearts on my NDS and remember...

Learn More 6 3Apr 6 '22

Develop an Unbeatable Tic-Tac-Toe AI Using React

Introduction Do you love Tic-Tac-Toe? Want to show off your React skills and swindle fools...

Learn More 8 3Apr 6 '22

How to use Function Pointers in Java ️ ✨

Introduction Pointers are objects that store a memory address and can save memory by...

Learn More 13 0Apr 5 '22

Refresh Gatsby Content Without Restarting Development Server

I can't count how many hours I've wasted staring at my terminal waiting for the Gatsby development...

Learn More 9 0Apr 5 '22