Posts & Tutorials
Explore our collection of posts and tutorials written by developers just like you.
π€ Developer Posts & Stories
-Explore posts written by devs just like you.


Laravel Wayfinder
Written by Tony Lea
Laravel has announced a new package called [Wayfinder](https://github.com/laravel/wayfinder). This package will allow you to easily generate fully-typed, importable TypeScript functions for...


Best way to create a React app 2025
Written by Tony Lea
React is one of the most popular front-end frameworks, even in 2025. So, what's the best way to install a React application? ## Installing React with Vite The simplest way today is to use...


Why PNPM? WTF?
Written by Tony Lea
If you are not regularly engaged with the JavaScript ecosystem, you may get overwhelmed by all the options available π₯΅ In fact, even if you're trenched in the JS ecosystem, you can still...


Environment Variables in Rust
Written by Francesco Ciulla
Environment variables are a set of key-value pairs stored in the operating system. They are used to store configuration settings and other information required by the system and other appl...


Laravel Auth Routes Tutorial
Written by Valerio
Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies and attach them to different parts of y...


Laravel Password Hashing With Salt
Written by Valerio
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashi...


What Is Acceptance Testing
Written by Keploy
Software testing that confirms if a system or application satisfies the necessary specifications and business needs is called acceptance testing. It is usually performed at the end of the s...