News
allsoft. ru Tech Stack " HSTS, Nginx, PHP
16+ hour, 56+ min ago (66+ words) allsoft. ru runs across 4 subdomains with 18 technologies detected (PHP, Nginx, Bootstrap + more). Each subdomain tracked as its own entity, no roll-up. Unlock 7 more techs Tech names + month-by-month evolution. 10 lookups / mo on the free plan. Detection source " first / last seen " month…...
From Passwords to Token-based Authentication
6+ hour, 46+ min ago (318+ words) Every authentication mechanism in use today emerged to address a specific set of constraints the. .. Tagged with authentication, security....
How to Fix Mixed Content & "Not Secure" SSL Errors in Word Press
6+ hour, 27+ min ago (268+ words) Important: Word Press stores a lot of data in serialized form, and a careless raw SQL find-and-replace can corrupt it. Always use a tool that handles serialized data correctly " the same care matters when migrating a site or changing its…...
Engineering: Performance Architecture in Laravel with Redis
8+ hour, 54+ min ago (1319+ words) For many, development ends at the "it works" stage. Their success is measured by the number of closed Jira tickets and successfully deployed features. But for an engineer, this moment is only the beginning. The real work begins where code…...
Killing @if($is Tailwind) in Blade: a theme-class seam for Livewire tables
12+ hour, 14+ min ago (185+ words) The package ships Tailwind and Bootstrap themes. Every Blade that needed styling did this: Fine for two themes. But I was adding a Flux theme, and the honest question was: do I really want a third @elseif in every one…...
Building Invesmal: An AI-Powered Startup-Investor Matching Platform with Laravel
15+ hour, 51+ min ago (167+ words) A recommendation engine surfacing relevant connections Each feature is built as an independent service class connected through dedicated controllers and routes, keeping the codebase modular and easy to extend. Technical Approach The platform is built entirely on Laravel, using: Livewire…...
This Week In PHP Internals | July 1, 2026
18+ hour, 9+ min ago (1758+ words) Hello world, it's Canada Day 2026, and here's what happened This Week in PHP Internals. This week's episode is supported by Our CVEs. Hundreds of CVEs ship every week, and almost none of them are about you " until one is. Our…...
Learn PHP with Claude in 2026: build real skills, not AI dependency
1+ day, 4+ hour ago (1226+ words) Before talking pedagogy, let's settle this. "Why learn PHP when everyone's moving to Go / Rust / Type Script?" Three facts, not opinions. 1. PHP powers 75% of the web. Word Press, Shopify (backend), Symfony, Laravel " millions of projects in production. PHP gigs aren't…...
Code Igniter 4 vs Laravel " When to Choose Which (From a Dev Who Uses Both)
1+ day, 4+ hour ago (356+ words) 12+ years in PHP. I still ship production code in both Laravel and Code Igniter 4 today " Laravel runs a surveillance analytics dashboard I maintain, Code Igniter sits under a CRM I've customized for years. This isn't a "which is better" post....
3 Times You Need Base64 (and One Time You Definitely Don't)
1+ day, 11+ hour ago (196+ words) Base64 converts binary data into text using 64 printable ASCII characters so it can travel through systems that don't handle raw bytes well. Here are three times you actually need it, and one time you shouldn't bother. Inline images via data URIs…...