Blog

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.

Updated
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.

Updated
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.

Updated
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

Updated
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.

Updated
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.

Updated
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.

Updated
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.

Updated
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.

Updated
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.

Updated
Temporary Signed URLs in Laravel for Secure Password Resets's featured image

Temporary Signed URLs in Laravel for Secure Password Resets

Learn how to implement a temporary unique URL in password reset in Laravel, ensuring only authorized users can reset the password.

Updated
Laravel 11: CRUD and File Upload Tutorial With Laravel Breeze's featured image

Laravel 11: CRUD and File Upload Tutorial With Laravel Breeze

A step-by-step CRUD guide with an example repo, leveraging Laravel Breeze for smooth development.

Updated
Email Authentication and Verification in Next.js 14 With Next Auth and Prisma's featured image

Email Authentication and Verification in Next.js 14 With Next Auth and Prisma

Crafting a Robust Authentication Flow in Next.js 14 with TypeScript, NextAuth, Zod, Nodemailer, and Prisma

Updated
Laravel Database Transaction for Data Consistency's featured image

Laravel Database Transaction for Data Consistency

Practical Guide to Laravel Database Transactions for Beginners

Updated
Simple Full-Stack CRUD with Next.js 14, PostgreSQL, and Prisma's featured image

Simple Full-Stack CRUD with Next.js 14, PostgreSQL, and Prisma

Create a Simple CRUD with Next.js, Prisma, and Zod, using Server Actions

Updated