//blog

All entries

46 entries

Oct 24, 2025v2025.10

FreeBSD on Modern Laptops: What’s Changed in 2025

FreeBSD is now more laptop-friendly than ever. In 2025, it brings improved Wi-Fi, graphics, power management, and smoother desktop support—making it a strong choice for developers and open-source users on modern hardware.

desktop environment · freebsd · 4 min read
Apr 2, 2025v2025.04

How to Configure SSH on FreeBSD for Maximum Security

Secure Shell (SSH) is an essential tool for managing servers remotely, but an improperly configured SSH server can expose your system to serious risks. In this post, we’ll walk through best practices to harden SSH on Fre

freebsd · ssh · security · 3 min read
Feb 12, 2025v2025.02

Next.js Server Actions Integration with MySQL to Build a CRUD App

Next.js 13+ introduces Server Actions, an innovative feature that simplifies server-side logic handling while keeping API calls efficient. When combined with MySQL, this enables developers to build powerful, server-drive

mysql · next.js · 4 min read
Jan 13, 2025v2025.01

Exploring Spring AI: A New Era of Intelligent Applications

Artificial Intelligence (AI) is revolutionizing industries, transforming how we interact with technology, and enabling applications to make smarter decisions. To harness the power of AI, developers need robust frameworks

ai · spring boot · 6 min read
Dec 12, 2024v2024.12

SEO Basics: A Beginner’s Guide to Search Engine Optimization

In today’s digital age, having a strong online presence is crucial for any business or personal brand. Search Engine Optimization (SEO) is a fundamental tool that helps improve your visibility on search engines like Goog

seo · 4 min read
Nov 25, 2024v2024.11

Building a SaaS-Style Multi-Tenant Web App with Spring Boot

The Software as a Service (SaaS) model is a popular choice for businesses looking to deliver applications to multiple clients while maintaining scalability, security, and efficiency. In a SaaS model, multiple tenants (or

spring boot · 6 min read
Oct 10, 2024v2024.10

Automating Tasks on FreeBSD with Cron and Ansible

Automation is a key aspect of modern system administration, improving efficiency, consistency, and reliability. FreeBSD offers powerful tools for automation, including cron for scheduling tasks and Ansible for configurat

ansible · automation · 5 min read
Aug 23, 2024v2024.08

Exploring the Web Serial API: Connecting Your Web Apps to Hardware

The Web Serial API is an exciting feature that allows web applications to directly communicate with serial devices connected to a user's computer. This opens up a range of possibilities for web developers, especially in

automation · hardware · 5 min read