#deployment

[ follow ]
#best-practices
from2ality
2 weeks ago
Node JS

Deploying TypeScript: recent advances and possible future directions

Current best practice for deploying TypeScript includes producing JS, source maps, and type definitions for optimal development experience.
Recent advancements like type stripping and isolated declarations improve TypeScript compiling efficiency.
fromClickUp
4 months ago
Miscellaneous

How to Create a SaaS Implementation Checklist | ClickUp

SaaS deployment success hinges on alignment of goals and a clear implementation plan.
from2ality
2 weeks ago
Node JS

Deploying TypeScript: recent advances and possible future directions

Current best practice for deploying TypeScript includes producing JS, source maps, and type definitions for optimal development experience.
Recent advancements like type stripping and isolated declarations improve TypeScript compiling efficiency.
fromClickUp
4 months ago
Miscellaneous

How to Create a SaaS Implementation Checklist | ClickUp

SaaS deployment success hinges on alignment of goals and a clear implementation plan.
more#best-practices
Parenting
fromPortlandTribune.com
1 month ago

How You Can Support the Nation's 1.6 Million Military Kids

Military children face challenges from frequent relocations and parental deployments.
April is dedicated to recognizing the sacrifices of military children.
#containerization
React
fromDEV Community
1 month ago

How to Dockerize a React App: A Step-by-Step Guide for Developers

Containerizing React applications streamlines development, scalability, and ensures consistent environments across deployments.
fromSimplilearn.com
3 years ago
JavaScript

What Is Docker React: Know To Dockerize A React App | Simplilearn

Docker React enables efficient application development by isolating dependencies in containers and allowing easy deployment across various environments.
fromMedium
2 months ago
JavaScript

Display the version of a deployed Angular application

Exposing application version in DOM improves transparency for developers, QA, and clients in a containerized ecosystem.
fromPybites
1 month ago
Ruby on Rails

FastAPI Deployment Made Easy With Docker And Fly.io - Pybites

Containerization with Docker enhances deployment efficiency and reliability for FastAPI projects.
React
fromDEV Community
1 month ago

How to Dockerize a React App: A Step-by-Step Guide for Developers

Containerizing React applications streamlines development, scalability, and ensures consistent environments across deployments.
fromSimplilearn.com
3 years ago
JavaScript

What Is Docker React: Know To Dockerize A React App | Simplilearn

Docker React enables efficient application development by isolating dependencies in containers and allowing easy deployment across various environments.
fromMedium
2 months ago
JavaScript

Display the version of a deployed Angular application

Exposing application version in DOM improves transparency for developers, QA, and clients in a containerized ecosystem.
fromPybites
1 month ago
Ruby on Rails

FastAPI Deployment Made Easy With Docker And Fly.io - Pybites

Containerization with Docker enhances deployment efficiency and reliability for FastAPI projects.
more#containerization
#cloudflare
fromHackernoon
6 months ago
Web development

How to Deploy Go + Templ + HTMX + TailwindCSS to Production | HackerNoon

The GoTTH stack simplifies deployment by allowing compilation into a single binary for both API and Web UI.
fromHackernoon
7 months ago
JavaScript

How To Deploy Django to Production | HackerNoon

To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn.
fromHackernoon
6 months ago
Web development

How to Deploy Go + Templ + HTMX + TailwindCSS to Production | HackerNoon

The GoTTH stack simplifies deployment by allowing compilation into a single binary for both API and Web UI.
fromHackernoon
7 months ago
JavaScript

How To Deploy Django to Production | HackerNoon

To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn.
more#cloudflare
#software-development
fromHackernoon
2 years ago
DevOps

Heroku Now Officially Supports .NET! | HackerNoon

Official buildpack support for .NET on Heroku streamlines deployment with a single command, simplifying the process for developers.
fromHackernoon
2 years ago
DevOps

New Opensource Tool for One Command Server Deployment and Automation | HackerNoon

CICD automates CI/CD for developers, focusing on seamless integration and deployment without manual effort.
DevOps
fromHackernoon
2 years ago

Heroku Now Officially Supports .NET! | HackerNoon

Official buildpack support for .NET on Heroku streamlines deployment with a single command, simplifying the process for developers.
fromHackernoon
2 years ago
DevOps

New Opensource Tool for One Command Server Deployment and Automation | HackerNoon

CICD automates CI/CD for developers, focusing on seamless integration and deployment without manual effort.
more#software-development
#performance
fromMedium
2 months ago
JavaScript

Build-Time Micro Frontends: Why Inversion of Control Matters

Build-time micro frontends streamline app development, enhance performance, and simplify deployments compared to runtime micro frontends.
fromTalkpython
11 months ago
Web design

Running on Rust: Granian Web Server

Granian is a new production-ready web server promising better performance and consistency.
fromMedium
2 months ago
JavaScript

Build-Time Micro Frontends: Why Inversion of Control Matters

Build-time micro frontends streamline app development, enhance performance, and simplify deployments compared to runtime micro frontends.
fromTalkpython
11 months ago
Web design

Running on Rust: Granian Web Server

Granian is a new production-ready web server promising better performance and consistency.
more#performance
#django
fromTestdriven
4 months ago
JavaScript

Deploying a Django App to AWS ECS with AWS Copilot

AWS Copilot simplifies the deployment of containerized apps on AWS but requires users to have a solid understanding of AWS services.
fromObeythetestinggoat
8 months ago
DevOps

Obey the Testing Goat!

Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
fromTestdriven
4 months ago
JavaScript

Deploying a Django App to AWS ECS with AWS Copilot

AWS Copilot simplifies the deployment of containerized apps on AWS but requires users to have a solid understanding of AWS services.
fromObeythetestinggoat
8 months ago
DevOps

Obey the Testing Goat!

Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
more#django
#cloud-computing
fromInfoQ
4 months ago
DevOps

AWS Introduces Visual Deployment Timeline to Aid CloudFormation Debugging

AWS's CloudFormation service now features a visual deployment timeline for enhanced tracking of cloud infrastructure provisioning.
fromMedium
6 months ago
DevOps

Single Node OpenShift

Single-Node OpenShift simplifies the deployment and management of OpenShift clusters by allowing them to run on a single machine.
fromInfoQ
4 months ago
DevOps

AWS Introduces Visual Deployment Timeline to Aid CloudFormation Debugging

AWS's CloudFormation service now features a visual deployment timeline for enhanced tracking of cloud infrastructure provisioning.
fromMedium
6 months ago
DevOps

Single Node OpenShift

Single-Node OpenShift simplifies the deployment and management of OpenShift clusters by allowing them to run on a single machine.
more#cloud-computing
fromwww.mercurynews.com
5 months ago
Miscellaneous

Holiday homecoming for 1,300 Camp Pendleton Marines brings smiles

Marines return from an Indo-Pacific deployment, successfully testing a new personnel carrier and emphasizing the importance of family during the holidays.
#react
fromMedium
8 months ago
JavaScript

Nginx subdirectory as root for React

Configure React app for nginx deployment by adjusting homepage and environment variables.
Modify nginx.conf for proper routing in a sub-directory setup.
Ensure Dockerfile is updated to reflect the sub-directory application structure.
fromMedium
8 months ago
JavaScript

Nginx subdirectory as root for React

Configure React app for nginx deployment by adjusting homepage and environment variables.
Modify nginx.conf for proper routing in a sub-directory setup.
Ensure Dockerfile is updated to reflect the sub-directory application structure.
more#react
fromMedium
6 months ago
JavaScript

Ansible for Beginners: Understanding Ansible Architecture

Ansible simplifies IT automation with an agentless architecture, enabling easy management and deployment of configurations.
#vercel
fromHackernoon
9 months ago
JavaScript

Maximize Vercel's FREE Plan: Enable Auto Deployment for All Members | HackerNoon

Vercel's recent pricing change restricts deployment triggers to project creators only, charging $20 for additional members.
fromHackernoon
2 years ago
JavaScript

Solving the 'It Works on my Machine' Problem | HackerNoon

Vercel provides a simple, zero-config deployment experience, ideal for developers wanting quick and hassle-free application launches.
fromHackernoon
9 months ago
JavaScript

Maximize Vercel's FREE Plan: Enable Auto Deployment for All Members | HackerNoon

Vercel's recent pricing change restricts deployment triggers to project creators only, charging $20 for additional members.
fromHackernoon
2 years ago
JavaScript

Solving the 'It Works on my Machine' Problem | HackerNoon

Vercel provides a simple, zero-config deployment experience, ideal for developers wanting quick and hassle-free application launches.
more#vercel
#kubernetes
fromInfoQ
10 months ago
JavaScript

Kubernetes without YAML

Deploying to Kubernetes involves various resources beyond just a deployment YAML, showing the complexity of production deployment.
fromAmazic
11 months ago
DevOps

Protecting Kubernetes environments with OX Security: A holistic approach to cloud-native security - Amazic

Security is a major concern for enterprises deploying cloud-native applications, with Kubernetes vulnerabilities causing delays.
fromHackernoon
2 years ago
JavaScript

How to Optimize Kubernetes for Large Docker Images | HackerNoon

The cluster upgrade led to excessive docker image pulls, causing high disk utilization and pod startup failures.
fromHackernoon
7 months ago
JavaScript

Dynamic Generation of Airflow DAGs for Multiple Environments | HackerNoon

Deploying a single Airflow web server for all environments mitigated costs and simplified maintenance but created challenges for managing multiple environments.
fromMedium
9 months ago
DevOps

K3s vs Talos Linux

K3s and Talos Linux, specialized Kubernetes distributions, offer lightweight and secure solutions for different deployment needs.
fromInfoQ
10 months ago
JavaScript

Kubernetes without YAML

Deploying to Kubernetes involves various resources beyond just a deployment YAML, showing the complexity of production deployment.
fromAmazic
11 months ago
DevOps

Protecting Kubernetes environments with OX Security: A holistic approach to cloud-native security - Amazic

Security is a major concern for enterprises deploying cloud-native applications, with Kubernetes vulnerabilities causing delays.
fromHackernoon
2 years ago
JavaScript

How to Optimize Kubernetes for Large Docker Images | HackerNoon

The cluster upgrade led to excessive docker image pulls, causing high disk utilization and pod startup failures.
fromHackernoon
7 months ago
JavaScript

Dynamic Generation of Airflow DAGs for Multiple Environments | HackerNoon

Deploying a single Airflow web server for all environments mitigated costs and simplified maintenance but created challenges for managing multiple environments.
fromMedium
9 months ago
DevOps

K3s vs Talos Linux

K3s and Talos Linux, specialized Kubernetes distributions, offer lightweight and secure solutions for different deployment needs.
more#kubernetes
fromValarMorghulis.IO
7 months ago
JavaScript

Deploy next.js using pm2 cluster mode(and with docker)

Utilizing pm2 in cluster mode enhances the scalability of Next.js applications for handling increased traffic effectively.
fromSitepoint
8 months ago
DevOps

How to Deploy Flask Applications on Vultr - SitePoint

Flask enables easy web application development with features like CSRF protection and secure deployment strategies using Gunicorn and Nginx.
fromBugFactory
9 months ago
JavaScript

How to Serve a Directory of Static Files with FastAPI

Static sites can be easily deployed by copying the generated static files without needing server-side components.
#amazon-eks
fromMedium
11 months ago
DevOps

Managing ArgoCD Application Auto Sync During EKS Worker Node Upgrades

Disabling ArgoCD auto sync during Amazon EKS worker node upgrades can prevent deployment conflicts and unnecessary rollbacks, providing control over timing for a stable upgrade process.
fromMedium
11 months ago
DevOps

Setting Up Elasticsearch on Amazon EKS

Deploy Elasticsearch on Amazon EKS using Bitnami's Helm chart.
fromMedium
11 months ago
DevOps

Managing ArgoCD Application Auto Sync During EKS Worker Node Upgrades

Disabling ArgoCD auto sync during Amazon EKS worker node upgrades can prevent deployment conflicts and unnecessary rollbacks, providing control over timing for a stable upgrade process.
fromMedium
11 months ago
DevOps

Setting Up Elasticsearch on Amazon EKS

Deploy Elasticsearch on Amazon EKS using Bitnami's Helm chart.
more#amazon-eks
fromTechCrunch
11 months ago
Artificial intelligence

Pinecone launches its serverless vector database out of preview | TechCrunch

Pinecone launched Pinecone Serverless for easy deployment and scaling of AI products.
Customers demand dedicated tools for vector search, RAG, and language model applications with scale and cost-effectiveness in mind.
fromwww.nytimes.com
9 months ago
Digital life

The End of a Strategic Deployment

The U.S. aircraft carrier Dwight D. Eisenhower returns home after a prolonged deployment marked by intense naval operations and achievements.
[ Load more ]