blog.stackmate.ioThe 5 minute introduction to AWSThe AWS console and documentation can get pretty overwhelming really fast. The acronyms, the system’s design and how can services get inter-connected, can raise more questions than you might already have. Here’s a cheat sheet for the most popular AWS...Apr 20, 2021·5 min read
blog.stackmate.ioIs On-premises hosting cheaper than the Cloud?One of the many topics that fuelled debates among developers and people that work with infrastructure either cloud or on-premises, for a long time now, is the price tag for cloud services. Many consider moving to the cloud a no-brainer, others feel i...Apr 15, 2021·4 min read
blog.stackmate.ioHow to prepare your web application for the cloudCrafting a web application that is able to run in the cloud, is a bit different than an application that is built to run on a single web server and some developers learn it the hard way. In order to avoid last-minute surprises and be well prepared fo...Feb 25, 2021·7 min read
blog.stackmate.ioWhat a deployment tool can do for youIn today’s world, after the recent DevOps movement, the need to automate is strong, not only within enterprise development teams, but solo developers and small agencies as well. Let’s now examine the qualitative components that an automated deploymen...Feb 4, 2021·3 min read
blog.stackmate.ioGetting started with DockerWhat is Docker and what makes it so awesome The short, human-friendly version of the text-book description is that Docker helps you run any software on your computer, in a completely isolated manner. Applications can have their own set of libraries, ...Jan 27, 2021·6 min read