The essential guide to Python switch statements
May 17, 2021
/
4 -min read
Switch statements are one of the building blocks of logic in code. It's a way…
Haskell maps and filters explained
May 5, 2021
/
5 -min read
Writing maps and filters in Haskell can feel daunting. With Haskell being a strictly functional…
React Router: How to implement routing in React
April 25, 2021
/
6 -min read
Routing is a necessity when it comes to JavaScript-based single-page applications (SPAs). At some point,…
How to learn Swift Programming in under 1,200 words
April 19, 2021
/
5 -min read
When Swift made its first appearance back in 2014, many developers went berserk thinking that…
How RxJS works and why it matters
December 21, 2020
/
5 -min read
For Java developers, JavaScript seems like an easy language to work with. It looks sort…
Top 17 free Sublime Text plugins
September 30, 2020
/
7 -min read
Text editors are one of the most basic must-have tools in the arsenal of every…
What are coroutines in Kotlin and how to write them
September 21, 2020
/
5 -min read
Kotlin is part of the new generation of languages that are gently gaining big traction…
Kotlin Multiplatform: The secret to Kotlin’s rising popularity
September 9, 2020
/
6 -min read
Kotlin is quickly becoming one of the most popular programming languages. Most programming bloggers now…
So Sublime: A minimalist setup
September 8, 2020
/
5 -min read
Opinions on optimal development-environment setup are as numerous as there are stars in the nighttime…