Update WordPress and Docker
I just made a couple of updates to my tutorial on how to set up WordPress with Docker. Check it
Read more.Regex – Regular Expression
A regular expression or regex is a pattern defined by a group of characters to match a certain string. It
Read more.Infrastructure as Code: Terraform and AWS
Wanna get started with Cloud Technology and Infrastructure as Code? Check out my newest blog post on the tech blog:
Read more.Floating point numbers
You certainly heard people speaking about 32 bit or 64 bit computers. Now what does it mean to store a number
Read more.How To: search with grep
To search through text you can use the grep command. It searches files and returns the lines of the file that match
Read more.Python fun!
Recently dove into Python and wanted to share the fun! Playing with the Chuck Norris API and writing chuck
Read more.Run a WordPress website with Docker Compose
Learn how to setup WordPress with Docker Compose. Check out the tutorial here.
Read more.Creating your first serverless app with AWS Lambda and DynamoDB!
Tutorial Time! Serverless infrastructure in the cloud is the next big thing! At least that’s my opinion. I use it
Read more.CloudFormation
I wanted to compare CloudFormation and SAM with Terraform which I know from work. The following tutorials are really great if you want to
Read more.JavaScript: async / await
As a Java developer it speaks for itself that I’m using Java most of the time. Recently I had to
Read more.