Tag: devops
Total: 8 Posts
Posts of Tag: devops
Total: 8 Posts
Posts of Tag: devops
Guide to Deploying a React App to Netlify
.lazyload-placeholder { display: none; } Introduction Deployment is the process of moving our code from a source control system to a hosting platform where it gets stored, and can be served as an application to...Learn MoreJavaScriptReactdevopsHow to Deploy a React App to Heroku
.lazyload-placeholder { display: none; } Introduction When a developer creates an application, the next step is to share it with friends or the public so that everyone can access it. That process of transferrin...Learn MoreJavaScriptReactherokudevopsBeginner's Introduction to Jenkins - CI/CD
Introduction The advent of fast-paced development with many methodologies like Scrum, Agile and Kanban brought along some key issues: developers working in small increments spent a lot of time waiting for the n...Learn MoreJavagithubGitdevopsjenkinsci/cdBacking up and Restoring PostgreSQL Databases
Backing up and Restoring PostgreSQL Databases Introduction Making regular database backups is an essential maintenance task and fail point recovery strategy for anyone who is responsible for a database. A commo...Learn MoreSQLDatabasePostgreSQLdevopsHow to Use the crontab Command in Unix
How to Use the crontab Command in Unix Introduction When managing a computer, we may want to automate some tasks to run in certain periods or at the same time on each day/week/month. On a desktop, we may schedu...Learn MoreUnixbashdevopsSet Up Gated Checkin for Spring Boot Projects with Github and Jenkins
Set Up Gated Checkin for Spring Boot Projects with Github and Jenkins Introduction One of the biggest challenges the developers are facing is being Agile or, in other words, being able to deliver stable release...Learn MoreJavaProjectsgithubSpringSpring Bootdigitaloceandevopsjenkinsci/cdHow to Schedule a Job with Jenkins
Introduction Scheduling a job in Jenkins is very useful when it comes to developing a great product. Imagine what a great advantage is to transform a time-consuming task into an automated job. It doesn't need a...Learn MoreInternetdevopstooljenkinsgroovyDeploying Django Apps to Heroku from GitHub
Deploying Django Apps to Heroku from GitHub Introduction Heroku is a popular Platform-as-a-Service (PaaS) that allows developers to run and deploy applications by availing the infrastructure required in terms o...Learn MorePythonDjangogithubherokudevops