From Agile to DevOps, thinking about microservices

Most software companies are moving to agile processes, towards automating software delivery, testing and thinking about extreme modularization with the use of microservices. Agile and DevOps Agile and DevOps methodologies are very closely linked; without adopting an agile process, you can’t do DevOps. The DevOps methodology is very much linked to the concept of silo removal at various stages of software implementation. In particular, the breaking down of barriers between the developers, the testers, up to the people responsible for the release and installation.

How computers learn

This article is intended for non-experts who want to have a basic understanding of how machine learning works. All the programs we run on our computers are made up of algorithms. An algorithm is a sequence of instructions that the computer executes to accomplish a specific task. From simpler tasks such as additions to more complex ones such as learning algorithms. Some history Learning algorithms are based on mathematical methodologies that have been developed since 1935 within a branch of applied mathematics called operational research.

Drum Machine Experiment with HTML 5

Hey everyone, welcome to my blog where I share also my passion for music and coding. Today I want to show you an experiment I did with a drum machine written in javascript. A drum machine is a device that can produce different drum sounds and rhythms. You can use it to create beats, loops, and patterns for your songs. I hope you enjoy it and maybe get inspired to try to modify the code yourself!

Arkanoid Experiment with HTML 5

Hey, gamers! Do you love classic arcade games like Arkanoid? If so, you’re in luck, because I have something exciting to share with you. I’ve been working on a video game project that is inspired by Arkanoid, but with a modern twist 😋. It’s written in JavaScript, so you can play it on your browser or on your mobile device. You can find the source code here