Scrum and the branching strategy

When using Scrum, it’s critical to have a product that can be released at the end of each Sprint. To be able to release so frequently you need to have a good branching strategy. Fortunately, there are tools that allow you to manage the software in the best possible way both in terms of tools and processes. Git and Gitflow The most widely used versioning system for managing source code is Git.

How to organize Scrum teams

Read the Article on Medium published in the Serious Scrum publication What Scrum suggests Company products can vary in complexity. To manage them may be required from groups of 2-3 people to groups that can involve more than 100 people. The Scrum guide suggests to have teams composed from 3 to 9 members; The Product Owner and Scrum Master should not be counted in the group size, unless they implement the backlog items themselves.

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 Artificial Intelligence 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!