Jorch's Mini Blog

Jorch's Mini Blog

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

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

WebGL. Or... how to draw a single point, the hard way.

Jan 20, 202310 min read 103 views

There are even harder ways... · This time let's start with WebGL. For today let's walk through setting up a project and writing a basic WebGL program. If...

WebGL. Or... how to draw a single point, the hard way.

Type signatures in Haskell

Dec 4, 20224 min read 137 views

If you are a dynamically typed programmer you probably are not super familiar with type signatures. (Perhaps even if you are an avid TypeScript...

Type signatures in Haskell

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?

Building skills for securing smart contracts.

May 12, 202223 min read 334 views

Reverse-engineering state storage, manipulating gas, hexadecimal math, zero code size contracts and more! · Introduction This is part 4 of my Ethernaut...

Building skills for securing smart contracts.