How to Brick your NAS and lose your data

This is a horror story, but don’t worry… I just lost a lot of time… this time. What happened? For context, I’ve been messing around with self-hosting. I have a Proxmox and inside I’m running TrueNAS as a VM and passing the disks. Before all that, I spent a lot of time running Badblocks and […]
How to Dockerize NestJS – DEV Community

Today, I’ll walk you through how to dockerize a NestJS application. This will help you package your app into a container that can run consistently across different environments. Let’s get started! Step 1: Setting Up the Dockerfile First, we need to create a Dockerfile in the root directory of your NestJS project. This file will […]
How to set better 2025 Goals

For me I’ve realized that, going back through my failed resolution goals, I have never set a higher value to change my behaviors. These are examples of those goals: Learn a new programming language X Learn how a computer works Become 10x more productive They are shallow, unmeasurable goals that are rather by-products of some […]
DEB Virtual Office Hour: How to craft an effective and compliant budget | NSF

The U. S. National Science Foundation’s Division of Environmental Biology (DEB) hosts monthly Virtual Office Hours to discuss funding opportunities and to provide you an opportunity to ask questions to Program Directors. DEB’s Virtual Office Hours are typically on the second Monday of every-other-month from 1pm-2pm Eastern Time. Our next Virtual Office Hour, on March […]
How to Create a Future of Cheap Energy for All

When asked why they chose Tado, he said that customers’ main reason was, “I want to save money. The second reason is, I want to make the planet a better place. If we cannot fulfill the first one,” he stressed, “the second one becomes less relevant.” China seems to offer many solutions. Although coal consumption […]
How to write clean code

Why Write Clean Code? ⛩️ Imagine if you tried to find something in a messy room—you’d waste time searching, right? The same goes for messy code! It’s HARDER to find problems or understand what’s happening. With clean code, you can avoid that mess. You know what?.. By writing clean code you will save other developers […]
How to Crack a DevOps Interview in One Attempt: A Complete Guide for Freshers and Experienced

Cracking a DevOps interview can be challenging for both freshers and experienced engineers. This guide aims to equip you with essential skills, tools, and methodologies to help you succeed in your DevOps interview. Table of Contents Understand the DevOps Role Prepare the Fundamentals Intermediate to Advanced DevOps Topics Common DevOps Interview Questions Soft Skills and […]
How to make your Express app 9x faster (and type-safe)

? This guide shows you how to migrate an existing Express.js app to Encore.ts, an Open Source backend framework for TypeScript, to unlock a 9x performance boost. Why migrate? Express.js is great for simple APIs, but as your app scales, you may face limitations. While the large Express.js community offers plugins and middleware to help, […]
How to Talk to Non-Developers? – DEV Community

What happens when you're trying to explain something to designers, QA testers, project managers, or marketing professionals? How many times have you … Source link
How to Promote Primitive Values To Value Objects

I originally posted this post on my blog a long time ago in a galaxy far, far away. Not every primitive value deserves to be promoted to a value object. Some time ago, at a past job, I reviewed a pull request that triggered a discussion about when to use value objects instead of primitive […]