Found a total of 10000 related content
Deno Deploy: Deploy a React App
Article Introduction:Deploying a react application using Deno Deploy is very simple if you have created an account in deno deploy (https://deno.com/deploy)
Create a react application using vite (vite.dev)
npm create vite@latest
Run build command to generate sim
2024-10-28
comment 0
629
TypeScript CLI: Automate Build and Deploy Scripts
Article Introduction:I would like to follow up on my previous post about TypeScript CLIs. Here's how I want to proceed: I plan to implement the build command to build a Vite app and the deploy command to deploy the app to Amazon S3 and AWS CloudFront.
2025-01-27
comment 0
215
Getting Started with Go and the Web: Deploy to Railway
Article Introduction:Getting Started with Go and the Web: Deploy to Railway
This guide aims to show you how to build a web app using Go. You will create and test a simple web server built using Go on your local machine then deploy your web app to Railway.
Railway
2025-01-03
comment 0
603
Set up a PXE environment to batch deploy Redhat6 (win mode)_PHP tutorial
Article Introduction:Set up a PXE environment to batch deploy Redhat6 (win mode). Build a PXE environment to batch deploy Redhat6 (win mode) 1. Introduction to PXE PXE (preboot execute environment) is the latest technology developed by Intel. It works in the Client/Server network mode and supports work
2016-07-12
comment 0
1243
Deploy a bento to GitHub Pages
Article Introduction:Hi fellas ?
In this article, we will create a stunning bento-like portfolio like this and deploy it to GitHub Pages so that you can share it with the world.
So, are you ready to create yours?
1️⃣.. 2️⃣.. 3️⃣.. Let's go ?
Grab your laptop
2024-11-10
comment 0
579
Deploy your Discord Bot using Amazon EC2
Article Introduction:Ready to host your first application on the cloud? ☁️ In this article, we’ll explore how to deploy your Discord bot using Amazon EC2 ?. While this guide offers an overview, my Word Bot Github Repo provides a step-by-step walkthrough to get your bot u
2025-01-01
comment 0
430
Deploy Hugging Face Models to AWS Lambda in teps
Article Introduction:Ever wanted to deploy a Hugging Face model to AWS Lambda but got stuck with container builds, cold starts, and model caching? Here's how to do it in under 5 minutes using Scaffoldly.
TL;DR
Create an EFS filesystem named .cache in AWS:
2024-11-29
comment 0
809
Deploy a Node.js Application Using MySQL and Prisma on a Raspberry Pi
Article Introduction:Deploying applications has become increasingly accessible, with a range of free and paid hosting options like Render, AWS, and DigitalOcean. However, for developers who want to learn, experiment, and deploy applications without recurring hosting fees
2025-01-06
comment 0
530
How to deploy a SpringBoot API on AWS ECS using CDKTF?
Article Introduction:When a Java developer asked me how to deploy their Spring Boot API on AWS ECS, I saw it as the perfect chance to dive into the latest updates on the CDKTF (Cloud Development Kit for Terraform) project.
In a previous article, I introduced CDKTF, a fr
2025-01-24
comment 0
610
Deploy Flask app using docker Compose
Article Introduction:Docker compose
Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all
2024-11-03
comment 0
276
Deploy a PHP site to Railway
Article Introduction:PHP is a framework for building websites. Railway is a platform for hosting web apps. Learn how to host a PHP site on Railway.
Prerequisites
Railway Account
PHP
Create Home Page
On your local machine, create a index.php file
2024-10-23
comment 0
323
Deploying a Java Gradle Application on DigitalOcean
Article Introduction:About this project
Project Overview
The primary goal of this project is to deploy a Java application built with Gradle on DigitalOcean, using efficient DevOps practices to automate the deployment pipeline. This setup provides a foundation for deploy
2024-11-07
comment 0
953
Deploy FastAPI application with SQLite on Fly.io
Article Introduction:Cloud solutions are good for medium and large projects, but too heavy for small personal projects. If you want to launch something small (a few api endpoins and a small repository), there are three options:
Use the same approaches as for "big&
2024-10-22
comment 0
1178
How to Deploy Go Applications With Docker
Article Introduction:Docker is a containerization platform that simplifies applications’ packaging, distribution, and deployment. You can harness the benefits of Go and Docker to enhance your applications’ efficiency, portability, and security.
This tutorial is invested
2024-11-04
comment 0
668
How to deploy old php website to koyeb
Article Introduction:I have this side project with me since 2007, it is an one file php website with sqlite db and some pictures and js and css. I am keeping it just to monitor sometime how are the things at php side.
Anyway when I first build up this site I was using s
2024-12-29
comment 0
1027