All (24) Expo (2) React Native (2) Node.js (2) AWS (1) agentic AI (1) Amazon Bedrock (1) ai-agent (1) rich text editor (1) All tags →

Latest posts

How to Deploy an AI Agent with Amazon Bedrock AgentCore
· 6 min read

How to Deploy an AI Agent with Amazon Bedrock AgentCore

Deploy AI agents with Amazon Bedrock AgentCore for scalable configuration on AWS, integrating with frameworks like LangGraph and CrewAI

AWS agentic AI Amazon Bedrock
How to Add a Native Rich Text Editor in Expo / React Native (No WebView)
· 2 min read

How to Add a Native Rich Text Editor in Expo / React Native (No WebView)

Use expo-rte for a native rich text editor in Expo/React Native, offering cross-platform, customizable, native performance without WebView

Expo rich text editor React Native
How to Implement Multi-Factor Authentication (MFA) with TOTP in Your Web Application
· 12 min read

How to Implement Multi-Factor Authentication (MFA) with TOTP in Your Web Application

Learn to implement Multi-Factor Authentication (MFA) with Time-based One-Time Password (TOTP) in your web application for enhanced security

MFA totp authentication
Host Your Own S3-Compatible MinIO Server on a VPS with Caddy and HTTPS
· 2 min read

Host Your Own S3-Compatible MinIO Server on a VPS with Caddy and HTTPS

Learn to set up a fast, secure S3-compatible MinIO server on your VPS with Caddy and HTTPS, featuring a custom subdomain

S3 #minio Caddy
How to Add TanStack Query in Astro + React Project
· 4 min read

How to Add TanStack Query in Astro + React Project

Learn how to integrate TanStack Query in your Astro + React project for efficient data fetching and state management with practical examples

Astro react-query tanstack-query
· 2 min read

How to Solve the Expo Network Response Timed Out Problem

Solve the Expo network response timed out error by opening the necessary ports on your development machine. Learn step-by-step troubleshooting

Expo Expo Go React Native
20 Awesome APIs to Enhance Your Development Projects
· 2 min read

20 Awesome APIs to Enhance Your Development Projects

Photo by Douglas Lopes on Unsplash As a developer, having access to powerful APIs can be a game-changer, allowing you to quickly integrate robust functionality into your applications. In this post, we’ve curated a list of 20 awesome APIs spanning var...

· 2 min read

Warp — The Terminal Reimagined for Modern Developers

[Warp-your new favorite terminalWarp is a Rust-based terminal built for speed. With Warp, you can type in a terminal like an IDE, navigate your output…app.warp.dev](https://app.warp.dev/referral/EXNJM6 "https://app.warp.dev/referral/EXNJM6") If you’r...

Introducing Queryhub: Revolutionizing Learning with AI-Powered Study Companion
· 2 min read

Introducing Queryhub: Revolutionizing Learning with AI-Powered Study Companion

Hello friends and family, brothers and sisters, and the World!!! We’re Introducing Queryhub — Your Ultimate Study Companion! https://www.queryhub.info As students ourselves, we understand the challenges of navigating through vast amounts of academi...

· 2 min read

A Guide to Downloading Images from a Database using Node.js

Learn how to download images from MongoDB using Node.js with this step-by-step tutorial. Perfect for developers using Node.js and MongoDB

Node.js Node.js File System http requests
Setting Up Seeders in Node.js and Mongoose with Example
· 2 min read

Setting Up Seeders in Node.js and Mongoose with Example

Learn to set up seeders in Node.js with Mongoose to populate your MongoDB database, focusing on creating an admin user during seeding

Node.js mongoose seed
· 2 min read

Resolving “Window is not defined” Error during npm run build in Next.js SSR Application

Learn how to fix the "window is not defined" error in Next.js SSR applications with conditional rendering and dynamic imports

Next.js React build
· 4 min read

Integrating OAuth with Google using the Devise Gem(ROR): Comprehensive Documentation

Photo by Mitchell Luo on Unsplash Introduction OAuth (Open Authorization) is an industry-standard protocol for authorization, enabling third-party applications to access user data without requiring the user to share their login credentials. In this d...

· 2 min read

Mastering GitHub OmniAuth Integration in Ruby on Rails: A Step-by-Step Guide

Photo by Roman Synkevych on Unsplash Step 1: Go to the GitHub Developer Settings page: https://github.com/settings/developers Click on the “New OAuth App” button. Fill in the required fields: Application Name: Choose a name for your application. H...

· 2 min read

A Guide to Web Accessibility

Hey there, fellow creators! Today, let’s dive into something that’s close to our hearts—web accessibility. Imagine a world where everyone can effortlessly surf the digital realm, regardless of their abilities. In this blog post, we’re talking about m...

· 2 min read

Boost Your Website’s Speed Using Contemporary Picture Formats

Welcome to the fast-paced universe of web development, where optimizing website performance reigns supreme. Today, let’s uncover the often-overlooked magic of image formats and their profound impact on web performance and loading times. Optimized ima...

Exploring the Most Used Linux Commands with Examples
· 3 min read

Exploring the Most Used Linux Commands with Examples

Photo by Gabriel Heinzer on Unsplash Introduction: Linux, with its powerful command-line interface (CLI), is a favorite among developers, system administrators, and enthusiasts alike. It offers a plethora of commands that make it a versatile and effi...

How to Set Up Husky, ESLint, and Prettier in a Node.js Project
· 2 min read

How to Set Up Husky, ESLint, and Prettier in a Node.js Project

Photo by Pakata Goh on Unsplash In this tutorial, we will walk you through the process of setting up Husky, ESLint, and Prettier in a Node.js application. These tools will help you maintain consistent code quality, enforce coding standards, and ensur...

Integrating GitHub OAuth with Passport.js: Handling Email Validation
· 3 min read

Integrating GitHub OAuth with Passport.js: Handling Email Validation

Photo by Gabriel Heinzer on Unsplash Introduction:OAuth authentication is a powerful way to enable users to log into your application using their existing accounts on popular platforms like Google and GitHub. Passport.js, a widely-used authentication...

Using Git Bash with Multiple GitHub Accounts using SSH Keys
· 3 min read

Using Git Bash with Multiple GitHub Accounts using SSH Keys

Learn to configure Git Bash for multiple GitHub accounts using SSH keys. Seamlessly switch accounts without the hassle of logging in and out

Git GitHub ssh
· 2 min read

Oracle Cheat Sheet

Oracle Logo Oracle is one of the most popular relational database management systems in the world, used by many organizations to store and manage their data. SQL is the standard language used to interact with Oracle databases, allowing users to retri...

· 2 min read

MongoDB Cheat Sheet

MongoDB Logo MongoDB is a popular NoSQL database used in modern web applications. With its flexible document-based data model and scalability, it has become a go-to database for many developers. However, with its many features and options, it can be ...

· 2 min read

Guideline for reading papers.

Reading a paper can be a daunting task, especially if you are new to the field or the paper is particularly technical. Here is a step-by-step guideline that you can follow to read a paper: Start with the title and abstract: The title and abstract ca...

Mongoose Cheat Sheet
· 2 min read

Mongoose Cheat Sheet

mongoose If you’re working with Mongoose, the popular object data modeling (ODM) library for MongoDB in Node.js, having a quick reference guide or “cheat sheet” can be incredibly helpful. In this blog post, we provide a concise summary of some of the...