Blog

Create Your First Tauri App's featured image

Create Your First Tauri App

Building a lightweight desktop todo app with React, Rust, and SQLite

Precomputed Values: The Trick Behind Fast Apps with Tons of Data's featured image

Precomputed Values: The Trick Behind Fast Apps with Tons of Data

Compute once, store it, and stop recalculating the same thing on every request

What Sets Junior Developers and Senior Developers Apart's featured image

What Sets Junior Developers and Senior Developers Apart

It’s not just years of experience, knowledge of frameworks, or knowing how to optimize a query. It’s the way they think

Real-Time Laravel Made Easy with Reverb's featured image

Real-Time Laravel Made Easy with Reverb

Learn to build a real-time chat-like demo in Laravel using Reverb. You’ll set up broadcasting, create events, send messages via HTTP, and receive them over WebSockets.

Build an AI Project Manager with MCP, Node.js, and Google Sheets's featured image

Build an AI Project Manager with MCP, Node.js, and Google Sheets

Learn to build an intelligent task management system that understands natural language and stores data in Google Sheets using the Model Context Protocol.

Building an AI Assistant for Exploratory Data Analysis with Node.js and OpenAI's featured image

Building an AI Assistant for Exploratory Data Analysis with Node.js and OpenAI

Building a simple AI-powered assistant to analyze CSV and JSON datasets through natural language queries.

Building a Telegram Bot in Node.js: Create Your Own Daily Word Bot's featured image

Building a Telegram Bot in Node.js: Create Your Own Daily Word Bot

Learn how to build and deploy a Telegram bot using Node.js that delivers daily words and quizzes, powered by Prisma, PostgreSQL, and Render’s free hosting tier.

Building a CLI Tool in JavaScript: Streamlining Tasks With Simple Commands's featured image

Building a CLI Tool in JavaScript: Streamlining Tasks With Simple Commands

Learn how to build your own CLI tool using JavaScript and Node.js to automate repetitive Git tasks.

Laravel Service Pattern: Applying SOLID Principles for Scalable Code's featured image

Laravel Service Pattern: Applying SOLID Principles for Scalable Code

A clean and extensible approach to third-party integration in Laravel

Make Good Use of authorize() Method in Laravel Form Requests's featured image

Make Good Use of authorize() Method in Laravel Form Requests

Laravel provides a variety of ways to handle authorization, including middleware, policies, gates, and the authorize() method in Form Requests.

React Query: Data Fetching with Smart Caching's featured image

React Query: Data Fetching with Smart Caching

Effortless data fetching and caching in React for seamless user experiences.

Easy Laravel Development Setup With Docker's featured image

Easy Laravel Development Setup With Docker

Streamline your Laravel development with Docker and WSL, ensuring a consistent and efficient environment.

Search and Encrypt Data in Laravel with CipherSweet's featured image

Search and Encrypt Data in Laravel with CipherSweet

Discover how to securely encrypt your data while maintaining search functionality.

Store Sensitive Data Safely With Encryption in Laravel's featured image

Store Sensitive Data Safely With Encryption in Laravel

Learn how to securely encrypt and decrypt data in Laravel using built-in encryption functions and model casting.

Observer Pattern in Laravel With Observers and Events's featured image

Observer Pattern in Laravel With Observers and Events

Explore Observers and Events, including integration with email notifications and queues.