Jorch's Mini Blog

Jorch's Mini Blog

Follow
homeSponsor Me!Will Code 4 FoodAbout MeWriting Everyday!Algarabia Mathematicabadgesnewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Reasoning with Numbers

Jul 16, 20226 min read 208 views

Some preliminaries for studying algorithms! · I want to offer a course about algorithms. Somewhat rigorous, but at the same time accessible. But we need...

Reasoning with Numbers

I attended CraftConf and learned about software architecture!

Jul 6, 20226 min read 111 views

Preface: a noobs guide to learning from the pros I was invited to attend the Craft Conference 2022 by my friend Miki Szeles. There's a small problem...

I attended CraftConf and learned about software architecture!

Toying with Deno. Making a ... Game Engine?

Jun 12, 202223 min read 2.8K views

Hey! I can dream! ok? · Let's build a desktop app with Deno. Yes. A desktop app. No Electron. Actually, let's make it harder on ourselves! Let's make a...

Toying with Deno. Making a ... Game Engine?

How to (and why) go serverless

Apr 21, 202220 min read 404 views

Learn with me how to (and why) build a FullStack app with AWS Amplify and Next.js · For the past week or so I've been researching quite a lot about...

How to (and why) go serverless

Thinking with types: building a Finite State Machine with TypeScript to drive an app's UI

Apr 13, 202222 min read 394 views

Also, a discussion about union types in Haskell and TypeScript · In my previous post I mentioned that I wanted to model my pokedex's interface...

Thinking with types: building a Finite State Machine with TypeScript to drive an app's UI

Functions?

Apr 6, 20228 min read 189 views

Yup! · This is a post about the basic mathematics needed to follow through category theory. When I say basic math I don't mean elementary math, mind...

Functions?