tyrael

tyrael @if-els

About: specialization is for insects

Location:
DAVAO
Joined:
Feb 19, 2024

tyrael
articles - 14 total

Tangible Correctness

Testing code is one of the more overlooked yet polarizing aspects of modern software development....

Learn More 0 0Jul 14

In defense of `union` and `goto`

Like mentioned in my previous video, memory safety has been an issue since the dawn of programming,...

Learn More 11 1Apr 26

Figma for Programmers

This article assumes you have fundamental knowledge of HTML/CSS, and won't cover prototyping and...

Learn More 1 2Jan 7

Rust-like Iteration in Lua

This reading was inspired by Neovim's api Iter namespace. Be sure to check that out! It is no...

Learn More 5 0Jan 6

Lua as your favorite Programming Language

I personally see myself as a generalist when it comes to programming, growing up on videos by...

Learn More 37 9Jan 5

Understanding Python Iterables: Generators

Header by: Santiago Uribe Uribe Domínguez Edited by: Sharmaigne Mabano It is inarguable that one...

Learn More 9 0Aug 31 '24

Functional Patterns: The Monad

This is the final part of a series of articles entitled Functional Patterns. Make sure to check out...

Learn More 11 0Jul 6 '24

Functional Patterns: Zips and the Applicative

This is part 5 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 5 0Jul 4 '24

Functional Patterns: Recursions and Reduces

This is part 4 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 4 0Jul 3 '24

Functional Patterns: Interfaces and Functors

This is part 3 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 4 0Jul 2 '24

Functional Patterns: Composition and Implicitness

This is part 2 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 8 0Jul 1 '24

Functional Patterns: The Monoid

Trigger Warning: this article contains Haskell codeblocks! Introduction As a...

Learn More 6 1Jun 29 '24

Pointers

and Pointers that point to Pointers, and Pointers that... There may be reasons to switch...

Learn More 3 3Feb 26 '24

Code Readability

or Coding for Human Consumption "Doing it good is not enough, you have to look good...

Learn More 3 0Feb 26 '24