Rita Kairu

Rita Kairu @thecodingcivilengineer

About: A Technical writer and aspiring full-stack developer | Bridging the gap between complex code and clear documentation. Let's talk HTML, CSS, JavaScript, Python, & React.

Joined:
Jul 18, 2022

Rita Kairu
articles - 13 total

Don't Run That Code! Your Guide to Staying Safe from Job Scams with Virtual Machines

The digital world is on high alert. There’s been a noticeable surge in cyberattacks targeting...

Learn More 0 0Oct 16 '25

VM Safety Configuration: A Developer's Guide

Virtual machines are essential tools for testing untrusted code, analyzing malware, or experimenting...

Learn More 0 0Oct 16 '25

Comparing Modular and Input Handling in Python (With Code Examples)

I was working on a some problem sets in the CS50 programming with python course and got stuck while...

Learn More 0 0Jul 10 '24

More About File Operations in C Including File Descriptors

Comprehensive Guide to File Operations and System Calls in C File operations and system calls are...

Learn More 1 1Feb 12 '24

A Quick Guide to File Manipulation (I/O) in C

File operations in C are essential for reading from and writing to files on the system. They involve...

Learn More 3 2Feb 12 '24

Linked Lists in C Explained Clearly

What is a Linked List? A linked list is a dynamic data structure with elements called...

Learn More 0 0Feb 1 '24

3 Basic Steps of Executing Function Pointers in C

What Are Function Pointers? Function pointers point to functions instead of data such as...

Learn More 3 2Jan 31 '24

Merging Your Git Branch to Main: A Simple Step-by-step Guide

I'll go straight to the point! To merge a branch into the main branch in Git, simply follow these...

Learn More 0 0Nov 27 '23

The The Difference Between <script></script> And <script src=""></script> in HTML

In HTML, the &lt;script&gt; element is used to include client-side JavaScript code in a web page. The...

Learn More 3 0May 20 '23

Can CSS target elements in a "body" that's not highlighted in HTML?

Yes, CSS can target elements in a "body" that's not highlighted in HTML. CSS selectors allow you to...

Learn More 1 0Jan 20 '23

The C Language in a nutshell...

Intro... C is a general-purpose, high-level programming language that was first developed...

Learn More 1 0Jan 20 '23

The difference between <b></b> and <span></span>

The answer is simple... &lt;b&gt;&lt;/b&gt;incorporates the bold text property while...

Learn More 0 0Oct 1 '22

What is the difference between <main> and <body> in HTML?

The difference between and is in the content embedded in these elements. captures the "main"...

Learn More 0 0Oct 1 '22