's Avatar

@688-tech

Educational programming content.

31
Followers
29
Following
29
Posts
03.12.2024
Joined
Posts Following

Latest posts by @688-tech

Video thumbnail

1 degree celsius in the gym this morning. No thanks.

18.08.2025 23:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image
14.07.2025 18:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What I find interesting in this exchange is that Zuck seemed sold on doubling down on Facebook as a brand. But we all know they ended up going with Meta later on.

I wonder what exchange he had that caused him to go the other way.

12.07.2025 23:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Gotta love mobile development πŸ₯΄ (not that web is any better)

14.01.2025 09:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ruby really is the GOAT of SaaS languages.

Tooling and package ecosystem shits all over other popular languages in the space (JS, C#, Java, go)

The language itself is approachable and borrows so many good patterns from other languages.

It’s not perfect, but easily the best choice

07.01.2025 09:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Morning deadlifts. 160kg x 5 x 2. 155kgs x 5 x 1. Still getting used to conventional and mixed grip.

06.01.2025 21:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - Gwash3189/sindarin: A Scheme/Lisp like language implemented in Deno A Scheme/Lisp like language implemented in Deno . Contribute to Gwash3189/sindarin development by creating an account on GitHub.

Over the holiday break I wanted to learn how programming languages _actually_ work.

I implemented enough of a Lisp like language to complete the first day of Advent of Code.

File reading, sorting, name spaces, variables and even JS interop.

Code here: github.com/Gwash3189/si...

31.12.2024 02:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The extended fatigue from testing my 1 RM deadlift is nuts.

A week later and my legs are still getting tired from normal daily activity.

22.12.2024 22:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
December Recommendations December Recommendations midway through December? Nailed it.

December recommendations mid way through December?

Let’s go

open.substack.com/pub/688techn...

15.12.2024 21:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

New 1RM of 210kg.

Big ups to my wife for the cheer squad

15.12.2024 20:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yo who the fuck wouldn’t play a game because the protagonist is a female?

Sounds fucking backwards.

15.12.2024 03:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ay yo where are the software engineers or indie hackers at πŸ‘€

14.12.2024 05:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Went to sleep and woke up to everyone saying Polio is making a comeback in the US.

What absolute fuck is going on over there.

13.12.2024 20:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Everything I Use Everything I use and install on a fresh laptop

This is more of documentation for myself that others can view, but here is everything use in my day to day as a software engineer

open.substack.com/pub/688techn...

13.12.2024 07:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I made my first few dollars from writing today.

A year and a half of writing on the internet and I have my first paying customer.

12.12.2024 10:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

You know I keep those scoops in me

12.12.2024 01:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Web Security Fundamentals: User Login and Logging Out Hands-on guide to implementing user login and logout functionality, focusing on best practices and common vulnerabilities.

This is where I’d have some very good copy to get you to click on my blog teaching you about implementing user authentication

But I’m just a programmer that likes teaching.

User authentication open.substack.com/pub/688techn...

11.12.2024 21:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

One of the hardest parts of living away from your birth country is missing all the relatives you left behind.

While my life here in Aus is infinitely better than it would have been in the US, I still miss them.

11.12.2024 09:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I look forward to you making a video and saying β€œI just said some shit on the internet and someone DID IT”.

08.12.2024 20:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Last heavy deadlifts of my last block.

180kg x 2 x 3 easy peasy πŸ‹.

08.12.2024 18:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

β€œA Christmas Story” is a bottom of the garbage Christmas movie.

Always has been

07.12.2024 20:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Bro what

07.12.2024 20:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Reading A File Line By Line In Deno Reading a file line by line is a far more efficient way to read large files. Let's learn how to do it in Deno

Deno is quickly becoming my preferred JS/TS runtime. It seems so backwards to use node when Deno has backwards compatibility with all of NPM.

I’m writing posts as I learn more about the runtime.

open.substack.com/pub/688techn...

06.12.2024 19:32 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

10/10 thread on why it’s important to take care of your digital spaces.

06.12.2024 19:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

How do you fuck up laying down for 8 hours? Waking up sore ain’t it.

06.12.2024 04:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Torn Through The Leather Splinter Β· The Hill I'll Die On Β· Song Β· 2024

Name a heavier opener to a recent album. I’ll wait.

open.spotify.com/track/3WMiRL...

05.12.2024 06:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

People who use single character variable names need help.

04.12.2024 03:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
4883 lines changes for a bootstrap 5 upgrade.

4883 lines changes for a bootstrap 5 upgrade.

Don’t do it.

03.12.2024 19:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I spent the last 5 weeks of my life upgrading a system from bootstrap 4 to 5 and it was a nightmare. Real legacy hours.

For larger apps, the dream you have of returning to a world of simple HTML and raw JS doesn’t exist and it’s better you don’t return.

03.12.2024 19:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0