Tag: Cheatsheet

Linux Cheatsheet for DevOps

As a DevOps engineer, you’re expected to know your way around Linux command line tools. This cheat sheet can help. Let’s get started!  Basic commands   mkdir mkdir linux-basics: creates a new directory with the specified name.   mkdir dev qa p...

A Cheatsheet for Dual Native Development

If you want to develop in both native languages at the same time, this article includes several fundamental code examples for both Swift and Kotlin. Basic Setup When writing code in Android Studio, there is one preference that you will want to turn on in your settings, that is Auto Import ...

NumPy Typecodes Cheatsheet

If you’ve used NumPy long enough, you’ve most probably run into those incomprehensible type abbreviations and were supposedly most annoyed by them. Gradually NumPy replaces them with something more readable, but internally they are still present, and they frequently leak out he...

System Design Blueprint: The Ultimate Guide

Developing a robust, scalable, and efficient system can be daunting. However, understanding the key concepts and components can make the process more manageable. In this blog post, we’ll explore essential system design components such as DNS, load balancing, API Gateway, and more, along w...