-
My journey in "The 100 days of SwiftUI"
swift · -
The power of the match statement in Python
python ·The
match
statement has been added to the Python programming language since version 3.10 (in 2021). -
Gitignore
git ·In a repository not all files are part of the code base. For example, each directory in Mac contains a .DS_Store file, not relevant for the project. For a mac user, this is very tedious. Every time we check the git status, the .DS_Store appears listed.
-
History of Programming Languages
computer_science ·With this blog post we will see when your favorite programming languages came to life and their principal characteristics.
-
Hello World in assembly!
binary ·Hello world is the very first step for every programming language. But no matter what language you choose, your code will be eventually be transformed and executed in assembly form. So, let’s see how we can directly interact with the processor to print a message.
-
Binary Spritz ... in binary!
·Do you want to know the binary ascii of Binary spritz? Here’s a quick python script to print it!
-
Hello World!
·As in computer science tradition, the very first step starts with the catch-free Hello World. We launch our new page with hope of sparking interest in technology and computer science. Buckle up and tune in for future posts!