Author: drweb

About the RoleWe’re looking for a DevOps Engineer with a strong Laravel background to join our growing tech team. This role isn’t your typical DevOps job — it blends infrastructure management, application awareness, and investigative problem-solving.You’ll be the bridge between the application and the infrastructure layers — ensuring our Laravel projects are healthy, fast, and secure.**Location:** Hybrid (Cyprus preferred, or within ±2h time zone)What You’ll Do• Manage our infrastructure stack, including:•• Cloudflare (DNS, WAF, caching, Argo, Polish, etc.)•• Laravel Forge for server orchestration and deployments•• DigitalOcean hosting for production and staging environments•• Laravel Cloud for lightweight or isolated projects• Monitor…

Read More

We’ve all been there: you’re 90% of the way through downloading a massive, multi-gigabyte GGUF model file for llama.cpp when your internet connection hiccups. The download fails, and the progress bar resets to zero. It’s a frustrating experience that wastes time, bandwidth, and momentum. Well, the llama.cpp community has just shipped a fantastic quality-of-life improvement that puts an end to that frustration: resumable downloads! This is a significant step forward for making large models more accessible and reliable to work with. Let’s take a quick look at what this new feature does and then explore how to achieve a truly…

Read More

We’re looking for a full stack developer with a strong eye for design and a passion for clean, maintainable frontend code. You’ll help us improve and evolve our web and mobile applications — focusing on modernising the frontend, enhancing usability, and refining the overall UI experience. You’ll also play a key role in building and maintaining core features and backend systems, contributing to scalable, high-performance products that power both our internal and client projects. About Us We’re a hybrid between a digital agency and a product studio — building high-scale products for clients as well as our own in-house SaaS…

Read More

Location: Remote – Anywhere (US residents; must work EST hours) Apply below ↓ Why work at LLC University At LLC University, we obsess over making the complex simple – helping entrepreneurs form and run their LLCs with total confidence. For 15+ years, founder Matt Horwitz has built a trusted platform that cuts through legal jargon so small business owners can focus on what they do best. We’re a tight, remote-first team that lives our values every day: We give a f*ck – we care deeply about our teammates and the entrepreneurs we serve. We diligently get sh*t done – thorough,…

Read More

Unlimited access to Docker Hardened Images: Because security should be affordable, always Every organization we speak with shares the same goal: to deliver software that is secure and free of CVEs. Near-zero CVEs is the ideal state. But achieving that ideal is harder than it sounds, because paradoxes exist at every step. Developers patch quickly, yet new CVEs appear faster than fixes can ship. Organizations standardize on…

Read More

Python 3.14 came out this week and has many new features and improvements. For the full details behind the release, the documentation is the best source. However, you will find a quick overview of the major changes here. As with most Python releases, backwards compatibility is rarely broken. However, there has been a push to clean up the standard library, so be sure to check out what was removed and what has been deprecated. In general, most of the items in these lists are things the majority of Python users do not use anyway. But enough with that. Let’s learn…

Read More
SQL

 Truncating a table can be gloriously fast—and spectacularly dangerous when used carelessly. If you want the speed without the face-palm moments, here’s a practical, interview-ready guide to the real pitfalls of TRUNCATE TABLE in SQL Server and how to avoid them.TL;DRTRUNCATE TABLE is a DDL operation that deallocates pages (efficiently logged) and resets IDENTITY to its seed. It doesn’t fire DELETE triggers. It can be rolled back if executed inside an explicit transaction. It fails if the table is referenced by a foreign key (even if the child is empty), participates in an indexed view, is system-versioned (temporal), is published for…

Read More
SQL

For decades, enterprises have approached data management with the same mindset as someone stuffing everything into a single attic. The attic was called the data warehouse, and while it technically held everything, it was cluttered, hard to navigate, and often filled with forgotten artifacts that no one dared to touch. Teams would spend weeks searching for the right dataset, only to discover that it was outdated or duplicated three times under slightly different names.This centralization model worked when data volumes were smaller, and business needs were simpler. But in today’s world, where organizations generate massive streams of information across every…

Read More