Solutions
Solutions
Frontend
Backend
Database Servers
Local Cloud Solutions
Technologies
Technologies
Angular
HTML
JavaScript
Vue
React
Express
SQL
Mongo
Flask
FAQs
FAQs
App
Cloud Deployment
PaaS
Pricing
Docs
Docs
Deployment Guides
Platform Guides
Reference Docs
Blog
Get Started
Log In
Search for:
Menu
Pricing
Docs
Deployment Guides
Backend
Chatbot
Frontend
Fullstack
Comparisons
FAQs
App
Cloud Deployment
PaaS
close
Get Started
Log In
Search for:
Sign Up
Log In
Search for:
Search for:
Tutorials
Get Started
How to deploy a React Token dApp to Code Capsules
Node.js
,
React
What is a React Token dApp? A decentralized application (dApp) is a software application that runs on a decentralized network, often a blockchain. Unlike traditional apps, dApps are transparent and resistant to censorship. In this article, we focus on a React Token dApp built using React.js for the frontend and handling tokens through a Solidity […]
Nuxt3 and Nitro
Nitro
,
Node.js
,
Nuxt.js
,
PHP
,
Vue.js
Nuxt.js takes Vue to the next level, with SSR and SSG. Find out more about this fantastic tool in this tutorial.
Optimizing Performance in MERN Stack: Tips and Techniques
Express.js
,
MERN
,
MongoDB
,
Node.js
,
React
The MERN stack, which stands for MongoDB, Express.js, React, and Node.js, is a robust framework for web application development. To ensure that MERN applications are agile and responsive, it’s essential to focus on performance optimization. In this comprehensive guide, we’ll delve into actionable insights to enhance performance. 1. Efficient Database Operations with MongoDB a. Use […]
Scaling MEAN Stack Applications: Strategies & Considerations
Angular
,
Express.js
,
MEAN
,
MongoDB
,
Node.js
The ability of a web application to handle growth is paramount to its success. In the MEAN stack universe, this translates to the apt handling of MongoDB, Express.js, Angular, and Node.js. Let’s embark on this journey to grasp the fundamentals of scaling with MEAN. 1. The Two Faces of Scaling a. Horizontal Scaling (Scaling Out) […]
Building Real-Time Applications with Socket.IO in the MEAN Stack
MEAN
If you’re a developer working with the MEAN (MongoDB, Express.js, Angular, Node.js) stack, you’re probably already aware of its power for creating dynamic web applications. But what if you want to take your MEAN application to the next level and add real-time functionality? That’s where Socket.IO comes into play. In this blog post, we’ll explore […]
Getting Started with MEAN Stack: A Step-by-Step Tutorial
MEAN
As a web developer, diving into the world of full-stack development can be both exciting and challenging. One of the popular choices for building robust web applications is the MEAN stack. MEAN stands for MongoDB, Express.js, Angular, and Node.js – a powerful combination of technologies that allows you to create modern, scalable, and efficient web […]
Connect a MongoDB Using Atlas
Atlas
,
MongoDB
What is MongoDB Atlas? MongoDB Atlas is a database as a service that hosts and manages MongoDBs online. In some ways, this service is similar to Code Capsules. Instead of managing and hosting applications, MongoDB Atlas manages and hosts MongoDBs for you – leaving you to worry about working with your database. If you have a project idea […]
Video Guides
MERN
,
Python
,
Telegram
If you prefer watching videos to reading text, find videos here for tutorials and deployment guides.
White-Label Your App with Code Capsules
Do the benefits of a white-label app seem appealing to you? (Who wouldn’t want to save money and time!) Then let’s take a look at the two options available.
Set Up a MySQL Data Capsule
Data Storage
,
MySQL
In this tutorial, we'll create a MySQL Data Capsule to provide persistent storage for your applications hosted on Code Capsules.
Set Up a MongoDB Data Capsule
Data Storage
,
MongoDB
In this tutorial, we look at how to create a MongoDB instance you can use with your backend applications that are running on Code Capsules and elsewhere.
Set Up a Persistent File Data Capsule
Data Storage
In this tutorial, we'll show you how to create a persistent file Data Capsule that you can use with your backend applications running on Code Capsules.
Set Up a Redis Data Capsule
Data Storage
,
Redis
In this tutorial, we’ll create a Redis Data Capsule to provide low latency, in-memory data storage for your application hosted on Code Capsules.
Build an Imgur Clone With Uppy and Caddy
Caddy
,
Graphics
,
Uppy
In this tutorial, we'll build a basic image-uploading site similar to Imgur that lets users upload files and instantly get a public URL, without requiring an account or anything else.
Building a Book Recommendations App with PHP, SQLite, and Docker
Docker
,
PHP
,
SQLite
In this tutorial, we’ll look at how to build a CRUD application with PHP and SQLite.
Building a Hex Color Identifier API with PHP, Laravel, and Docker
API
,
Docker
,
Laravel
,
PHP
In this tutorial, we’ll build a hex color identifier API with PHP using the Laravel framework, containerize the application using Docker, then ship it to production on Code Capsules.
Building an Image Overlay API with Express
API
,
Graphics
In this tutorial, we'll build an HTTP REST API to create composite images for social media.
Building a “Reader Mode” Full Stack Application with Flask and Redis
Flask
,
Redis
In this tutorial, we’ll show you how to use a Redis Data Capsule to hold web-scraping tasks in a queue.
Building a Full Stack Application with Express and HTMx
Express.js
,
HTMx
In this tutorial, we’ll explore the benefits of HTMx by building a full stack application using Express and HTMx.
Build a Generative Art Application with Pillow, Flask and HTMx
Flask
,
Graphics
,
HTMx
,
Pillow
In this tutorial, we’ll show you how to build a web application that creates images with rectangle graphics of different colors and sizes, and makes them available for download when requested by a user.
Building a Full Stack Application with Flask and HTMx
Flask
,
HTMx
This tutorial explains how to build an application with Flask and HTMx.
Build a MERN Job Board
MERN
In this tutorial, we'll extend a boilerplate MERN application to make a job board where users can view and submit available jobs.
Building a Game Catalogue API
API
,
Game
In this tutorial, we'll build a simple HTTP REST API to provide Create, Read, Update and Delete (CRUD for short) functions for a personal game catalogue.
Building a Web File Store
Web file
In this tutorial, we'll build a basic web interface to upload, download and delete files, secured with a simple, single-user authentication scheme.
Setting up Stripe Checkout and Email Subscription with Flask
Email
,
Flask
,
Stripe
Through a step-by-step process, we'll develop a web application that provides an interactive user experience.
Dev a Persistent Sleep Tracker Part 1: Flask-Login
Flask
,
Sleep tracker
In this two-part tutorial series, we'll learn how to create a sleep tracker web application hosted on Code Capsules.
Dev a Persistent Sleep Tracker Part 2: Tracking and Graphing
Flask
,
Sleep tracker
This is the second part of our sleep tracker web application tutorial, covering the creation of the sleep tracker interface.
Host Your Front-end Developer Portfolio
Frontend
In this tutorial, we'll create a front-end, which is content that visitors see when they load your website.
Create and Host a Telegram Bot with Node.js
Node.js
,
Telegram
In this tutorial, we'll extend a boilerplate Express application on Code Capsules to create a Telegram bot in Node.js that tracks and responds with current Ethereum prices.
Create and Host a Telegram Bot
Telegram
In this tutorial, we'll create a client for this API in the form of a Telegram bot.
Customizing Your Domain on Code Capsules
Domain
In this tutorial, we'll set up a custom domain name for your website or application hosted on Code Capsules.
Creating and Hosting an API with Flask
API
,
Flask
An API, or Application Programming Interface, is a tool enabling developers to interact with data online. Imagine: you navigate to some website and see your location's temperature displayed on their homepage. How did they present this information?
Build a Slackbot with Node.js to Monitor your Applications
Node.js
,
Slack
One of the stand out features of Slack is the rich API it exposes, to allow developers to integrate with it.
Get Started
Log In
Solutions
Frontend
Backend
Database Servers
Local Cloud Solutions
Technologies
Angular
HTML
Express
Flask
JavaScript
MongoDB
MySQL
React
Vue
FAQs
App
Cloud Deployment
PaaS
Pricing
Docs
Deployment Guides
Platform Guides
Reference
Blog
Code Capsules News
Name
Email
Acceptance
I hereby consent to receiving updates from Code Capsules.
Submit
Thanks for signing up. You will start receiving our updates. You may close this box.
An error occured.
Get The News
Unsubscribe any time.
search
close
chevron-up
caret-down
angle-down
ellipsis-v
slack
chevron-down