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 ...
The declarative vs. scripted pipeline debate for CI/CD is a one-sided affair. Here's how these Jenkins pipelines differ, and why declarative syntax has largely become standard for development.
This tutorial demonstrates how to host a static website in AWS by using Amazon S3 buckets with Route 53 to provide domain name services.
Moving from object-oriented to functional programming is a paradigm shift for developers, but these key principles explain why it's worth the effort.
Halloween is one of the busiest times of the year, and by applying microservices design patterns, Uber's ride sharing systems had no problem handling the load.
The difference between Pascal case and camel case is minor, but not knowing your variable naming conventions can land you outside of code compliance.
Remote work is a great fit for many, but it's not easy to stay motivated. Learn how to better manage your projects, daily schedule and professional growth.
The 5 principles of Agile project management apply beyond software development. Here's how they distill down to five basic themes for use in any project.
Community driven content discussing all aspects of software development from DevOps to design patterns. By default, the Nginx Docker image is configured as a file server, not a reverse proxy or a load ...
While there are almost 40 registered HTTP request methods, most RESTful web developers only use five of them. Here are the most important HTTP methods and examples of how to use them.
The reverse proxy then forwards the request to that server, allows the request to be processed, obtains a response from that backend server, and then send the response back to the client. An Nginx ...