Scaled Agile Framework (SAFe) by Sudip Banerjee on September 22, 2020 159 views

Scaled Agile Framework (SAFe) is a framework that allows you to apply agile practices at an enterprise level. The 5 minutes video below will give a brief idea of the same. https://www.youtube.com/watch?v=aW2m-BtCJyE But before we dive into SAFe, let’s take a look into Agile, the building block of SAFe. Agile scrum methodology is a project management system that relies on incremental development. Each iteration consists of two to four-week sprints, where each sprint's goal is…
Have Machine Learning and AI Applications attained the peak? by Mitul Shah on May 11, 2020 374 views

Is there anything that can beat the Human Instinct / Intelligence? If this question was asked a few years ago, the answer would have been, ”Definitely No”, but in recent times the answer has become “Debatable”. As Machine Learning and AI has arrived in the market and so swiftly they have made a certain space into the mighty IT industry, a question has been arising that is there any field where ML / AI cannot…
Best practices for structuring SCSS/SASS by Chirag Unadkat on March 6, 2020 623 views

Every site in current time is not only focused on functionality but also focused on user interface and that too a responsive web or mobile first web. The way we structure our stylesheet has direct relation to the complexity of the project and also affect the post compilation maintenance and enhancements. Basically there is nothing good or bad about structuring the stylesheet for the web. It varies according to requirement and size of the project.…