Some of the most important decisions startups face are during the initial build of their applications. Choosing the right tech stack—the group of technologies that allow you to build and …
Function as a Service (FaaS) is the subset of serverless computing that’s focused on event-driven triggers where code runs in response to events or requests. Reports and Data predicts that …
When developing with the cloud (may it be Azure, AWS or GCP), we would like to try out our code from our local environment before launching it into our cloud …
Sometimes Docker containers can be a black box. Whether you built the underlying image or you’re using a public one, a flapping container is frustrating. Figuring out what is going …
What should you do after a job interview? First, let out a deep breath. Regardless of how it went, you can relax. The hard part is over. But don’t think …
LinkedIn is still the hottest place for job-search in 2022: Recruiters and hiring managers come to YOU instead of vice versa. You can sit back and just wait for all the job …
Solutions such as Platform as a Service (PaaS) and Functions as a Service (Faas) that abstract away backend infrastructure management are quickly gaining popularity. Each option has distinct advantages depending …
Function as a service (FaaS), sometimes simply referred to as serverless computing, focuses on event-driven triggers where code runs in response to events or requests. Serverless is gaining popularity with …
At my work it manifests itself that our future lies with docker containers. As a matter of fact even more confusing terms are being used. They talk about ‘CRC’ aka …
flowcv.io, a very useful website If you struggle to build an attractive CV Set yourself apart with a modern resume. Expert tips, customizable templates & quick PDF download included. Format your resume with …
Cloud computing is the on-demand availability of computing resources delivered over the internet. Cloud providers allow for the utilization of computing resources without maintaining physical hardware. There are a few different …
When building a new application, one of the first questions many developers will confront is if they should start off with a monolithic application or one that leverages microservices. Though both of …
1. Compare differences in files with cmp cmp <file1> <file2> Let’s assume you have two text files. In each file are some simple lines of text like this: file1.txt file2.txt …
1. The Fuck Have you ever typed a command wrong before? Missed out on hitting that one crucial character on the keyboard only to be left with the dreaded: -bash: …
Let’s take a look at some fantastic examples of Linux programs exemplary of this pragmatic, utilitarian world. 1. sum About as simple as it gets. There are only four accepted …
AWS Elastic Disaster Recovery (AWS DRS) minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery. You can …