Atyantik Blog, Page 11
Notes on software engineering from the Atyantik practice.
Latest posts
Ajay Patel
Understanding Laravel Folio: File-Based Routing
Laravel Folio brings file-based routing to your Laravel application, automating routes from your file structure and simplifying page organization. Learn how to use it.
Read the postAjay Patel
Laravel toRawSql(): Debug Queries Faster
How Laravel 10.x's toRawSql() method prints raw SQL queries with bindings replaced inline as actual values, eliminating placeholder question marks in debugging.
Read the postAjay Patel
Livewire vs Splade vs Inertia.js for Laravel
Compare Laravel Livewire, Splade, and Inertia.js: their approaches to interactivity, when each fits your project, and what each demands from developers.
Read the postAjay Patel
HTMX vs React: Making the Right Choice
When choosing between HTMX vs React, understand their opposite approaches to web interactivity. Compare their philosophies, complexity, and best use cases.
Read the postAjay Patel
Automated Lighting with ESP8266 and Kotlin
Build an automated lighting system using ESP8266, Kotlin, Jetpack Compose, and Ktor. Control a smart bulb through an Android app as of June 2023.
Read the postTirth Bodawala
How to start game development when you already write software
A transfer ledger for someone who already ships software: which habits carry into game work unchanged, which three break on a frame deadline, and what the licence terms actually cost a first project.
Read the postAjay Patel
Laravel SaaS Development: Navigating the Challenges
Five core challenges when building multi-tenant Laravel SaaS applications from scratch, and why having a skilled development team makes all the difference.
Read the postAjay Patel
Frontend Learning Path: Web.dev Courses
Explore web.dev's free learning paths for frontend development. Master HTML, CSS, accessibility, responsive design, and progressive web apps.
Read the postAjay Patel
Filament PHP: A Laravel Artisan's Elegant TALL Kit
Filament PHP is a rapid development toolkit for TALL stack Laravel applications. Build admin panels, forms, and data tables with speed and elegance.
Read the postAjay Patel
SurrealDB: A New Age of Database Management
SurrealDB is a NewSQL database designed for modern applications. Learn how its multi-model approach and integrated API layer simplify development.
Read the postTirth Bodawala
Svelte 4: Upgraded and Optimized for Developers
Svelte 4 delivers 75% smaller package size, streamlines the developer experience with better tooling, and provides a solid foundation for Svelte 5.
Read the postTirth Bodawala
JavaScript Clean Code Practices
Master JavaScript clean code practices. Learn 11 actionable techniques to write readable, maintainable code your team will understand and easily extend.
Read the post