Skip to main content

Bits & Bytes Saga: The Nerdy Corner

Welcome to reliable.codes, your digital guide to the dynamic world of IT solutions. I’m Oliver Lippert, the coding enthusiast behind this space, ready to take you on a regular exploration of all things coding. With over 15 years of hands-on experience, I’m here to unravel the complexities, share insights, and sprinkle a dash of coding brilliance into the mix.

While reliable.codes is still in its early stages, expect a steady stream of fresh content that delves into coding techniques, shares anecdotes from the trenches of IT projects, and offers valuable insights. Whether you’re a seasoned developer or just starting your coding journey, join me in this space where coding meets passion, and every post is an opportunity for personal discovery. Subscribe, bookmark, and let’s embark on this coding adventure together.

2025


DNS changes in under 10 minutes

·2 mins
Discover how to accelerate DNS changes to under 10 minutes, minimizing downtime and optimizing your migration process. Perfect for developers, sysadmins, and self-hosters.

Domain Name System (DNS)

··6 mins
Discover how the Domain Name System (DNS) works and why it’s crucial for managing domain addresses. This guide covers DNS server hierarchy, zone files, entry types, and caching, making it an essential read for developers, sysadmins, and self-hosters.

2024


Node.js - JavaScript in Server Applications

·16 mins
Learn how to use Node.js to run JavaScript on the server side, from basic CLI applications to serving dynamic websites. Perfect for developers, sysadmins, and self-hosters.

Easily use temporary files in Jetbrains (Scratch Files)

·2 mins
Learn how to leverage scratch files in JetBrains IDEs for fast, temporary code snippets that won’t clutter your projects. Create, manage, and execute cross-project files effortlessly while keeping your codebase clean.

How to encode and decode special characters in URLs

·2 mins
Enhance your web browsing experience by mastering URL encoding techniques, enabling you to manage special characters with precision and ease. Uncover the simplicity of percent-encoding, ensuring smooth navigation through complex web structures and dynamic content without compromising data integrity.

Demystifying JavaScript: A Beginner's Guide to Understanding Source Code

··15 mins
Unravel the intricacies of JavaScript source code with this beginner-friendly guide. Explore fundamental concepts like variables, functions, loops, and objects through practical examples. Dive into the world of programming logic and enhance your understanding of web development.

Efficient Dependency Management with NPM

··8 mins
Learn how to efficiently manage dependencies in your projects using NPM. Avoid losing control and maintain oversight with proper documentation and management techniques.