A blog about Development, Food and everything between them
DateTime.AfterPost – DateTime.Now = 3 minutes I have a Raspberry Pi. Actually I had more than one, but they all broke up… So now I have one Raspberry Pi. It’s an old one, version B, but still works and can do some stuff. I built a remote controlled car (with an android joystick, which is all here) but I took it apart …
DateTime.AfterPost – DateTime.Now = 5 minutes Well, it’s not a joke. Sorry if you are disappointed. Today I want to talk about blue & green deployment using docker-compose and canary strategy Description This paper will introduce the idea of deploying a new version of a microservice system that runs from docker-compose (without using K8S or alike) This could be useful for …
DateTime.AfterPost – DateTime.Now = 3 minutes A few weeks ago we received a new muscle in the area of project management in the form of a new recruitment. After recovering from the shock he was on how we manage, well, everything, we began to work on improving. One of the things we started with is how we manage feature requests and …
DateTime.AfterPost – DateTime.Now = 8 minutes As I mentioned, last month I got married to the woman I love. When we started planning the wedding, I thought about creating a website with some information about the wedding and inserting a QR into the invitation. You know, to add a bit of technology (a personal touch, you may say) to the wedding. …
DateTime.AfterPost – DateTime.Now = 6 minutes Hi everybody! I’ve missed you! It’s been more than half a year since I last wrote, WOW. There is no real excuse for this behavior and I am sorry, but I’ll try anyway.. I was pretty busy with my wedding (great event!) and I’ve changed roles in my job. Any of these two by itself …
DateTime.AfterPost – DateTime.Now = 4 minutes A word before you start reading: This post will talk about AWS Cloud. This post isn’t a recommendation to work with AWS instead of GCP or Azure, it just happens that I work with AWS and know AWS more than the other two, so it’s easier for me to talk about it. That’s it, happy …
DateTime.AfterPost – DateTime.Now = 4 minutes Our main project nowadays is a microservice-infrastructured system. Being microservice based, we automatically thought the best way to manage its code is in different repos. Cross project libraries were consumed using Nuget packaging. Everything works automatically, we have CI pipelines for the Nuget packages, for integration deployment and testing and we even have a template to start with …
DateTime.AfterPost – DateTime.Now = 8 minutes Introduction When I started programming, logging was obviously not in my top 10 priorities. It wasn’t even on the list. In fact, I didn’t know what logging was. All I knew was to `cout` or `Console.WriteLine`, and it was enough. Then I began to work. I understood very rapidly that logs are important. What you …
DateTime.AfterPost – DateTime.Now = 4 minutes My Introduction to Docker My team has decided to transition from Windows Services to Docker Containers. We’ll move to Linux and make all our new systems containerized. Very futuristic! I was in charge of checking the Docker world from scratch and figuring out how easy it would be to make the transition. To make this POC I …
DateTime.AfterPost – DateTime.Now = 4 minutes I’m a Windows Boy That’s it, I said it. My first computer was a DOS when I was 4. My father has programmed it to play a game if I write my name and press enter. At age 6 we installed Windows XP and a whole new world appeared in front of me. I …