Based on Stack Overflow trends in the last 10 years, two of the most popular server-side languages are Python and PHP. But given how popular both are, which one should you go with? Read more
After the announcement of Ruby support on AWS, AWS Lambda opened the door for various kinds of innovative development. Now it's your turn to create a Ruby function using AWS lambda and better your experience with both. Read more
Docker is a software platform that lets you develop, build, ship, manage and run containerized applications. Containers, as a technology, have existed long before Docker, but Docker is what has made them ever so popular – and more importantly, approachable. Read more
From building cheeky front-end applications to robust back-end systems, JavaScript and Node.JS take application development to a whole new level. In this article, we take a look at some of the most prominent personalities in the JavaScript & NodeJS universe, from public speakers and bloggers to founders and lead developers! Read more
There are a myriad of solutions offered within cloud services, and one of the hottest solutions available today is the cloud container service. But why? And how can you take advantage of the service? Before we answer that, let us first understand what containerization is and why it helps speed up development. Read more
With the latest features introduced via the Ruby 3 and the Rails 6 updates, the framework seems to be set to become the perfect alternative for business-minded projects. Ruby on Rails has always been the convenient and easy-to-use solution for critical projects, and with its growing maturity and community, it is bound to get better. Read more
Containers and Microservices have become a modern and essential way to build products. If you want a smoother user experience then it's important to monitor your containers and applications for seamless performance. Read more
While the Python language offers ease of use, that ease of use can also negatively impact performance. But how do you know if your python app's performance needs improvement? This article details all the tips and tricks you need to better your python performance. Read more
In this post, we will look at what CI/CD and cloud-native essentially mean. We will also explore several cloud-native tools that you can use to set up a fully automated CI/CD pipeline for your application. Read more
Enumerators are present everywhere throughout the Ruby language, and with the addition of the Enumerator class in Ruby 1.9, enumerators have become all the more important. Read more