News

Access the Amazon SNS console and navigate to the "Text messaging (SMS)" section. Request a phone number to act as the originator ID. Choose the host country for your originator ID and request a ...
Hosting a static website on AWS S3 is one of the easiest, most reliable and surprisingly affordable ways to host a static website online. Pair Amazon S3 with AWS Route 53 and you can quickly create ...
Now what about the choice between declarative vs. scripted pipelines for a new project? The answer to that question is most definitely the declarative pipeline. The development industry has largely ...
A rich git commit history With the Git repository initialized, we need to create a bit of a local commit history in order to see the full power of the git reset hard command. To create that local ...
How to configure a Docker Nginx reverse proxy To create, configure and run a Docker Nginx reverse proxy image, follow these steps: Download the official Nginx Docker image from Docker Hub Run the ...
Learn Git and GitHub fast Furthermore, this Git and GitHub tutorial explores many of the features GitHub provides over and above what comes with a standard Git installation. These include the ...
This tutorial explains what is different and special about a functional programmer's approach, and demonstrates how to implement JavaScript functions from a functional programming point of view. It ...
Some think Scrum is the most popular Agile methodology in use today. Those people and organizations are wrong. While Scrum is indeed popular, in practice, far more organizations use a derivation of ...
There's no standardized criteria that defines the responsibilities of a product manager. Generally, any person in the product manager role is entrusted to maintain the vision for a given product, ...
The end of a sprint also includes a retrospective where the team discusses their processes and methodologies and suggests how to improve them in the next sprint. Short sprints support this type of ...
The proxy_pass is configured in the location section of any virtual host configuration file. To set up an Nginx proxy_pass globally, edit the default file in Nginx’s sites-available folder. sudo nano ...
About MySQL and Postgres MySQL was originally open source, but it was bought and taken partially commercial by Oracle in 2010. To ensure it remained a free and independent open source project, the ...