Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Because why not? Software is fun. I know this sounds insane; assembly for fun—but trust me, you...
Uma vez que temos um web server funcional, podemos dar o próximo (e último) passo, que é deixar o...
Recentemente escrevi uma saga de 6 artigos sobre Assembly x86, abordando conceitos fundamentais de...
Modern games with photorealistic graphics and convincing physics are built on decades of...
As a developer, understanding the fundamentals of assembly language can be a valuable asset in your...
If you're building quality software in Kotlin, you'll undoubtedly be using classes and dependency...
I love almost every topic in Computer Science and Software Engineering, but the part I probably love...
S2S Compilers: Understanding Switch Case Statements This blog is sponsored and...
I've been working with many sysadmins over the years and one question comes up from time to time: "I...
Introduction I will not focus on history. I will be assuming you are a beginner on the...
Table of Contents Introduction Lab Requirements Implementing the Loop in...
Writing low-level functions in assembly might seem daunting, but it’s an excellent way to deepen your...
Introduction This blog post dedicated to the very first lab in the SPO600 course. It...
In an era where cybersecurity threats evolve at an unprecedented pace, understanding assembly-level...
Table of Contents Introduction Problem Description Bouncing Graphic How It...
Preface This is 3rd post dedicated to the Lab #1 for Software Portability and Optimization...
Introduction If you didn't read my last post, I would suggest to read it before proceeding...
This is probably one of the things that should never be allowed to exist, but why not use Perl and...
The Origin of Assembly Language: How It All Began Assembly language holds a special place in the...
Before we start... If you have just stumbled upon my SPO600 series of blog posts, it has...
Repository Features Support for long mode Interrupt and exception handling Printing...
🔊 In this video I showed step by step the process to create a kernel which is the basis for an...
Assembly language is a low-level programming language that is one step above machine language (binary...
I've been working on a personal project recently, which involves building a custom operating system...
Hello, World! I’ve recently started exploring Assembly language programming for the 6502...
Unlocking the CPU: 16 Essential Resources for Assembly and Machine Code Ever wondered how...
When writing code that runs without an operating system "bare-metal code", you're not dealing with...
Shellcode Hey there! Today, we're diving into the fascinating and somewhat intimidating...
Software development has had more glow-ups than your favorite influencer—from punch cards to...
Intro I've been learning electronics and microcontrollers. I've decided to pick the AVR...