Written by Tushar Raj Verma & Abhishek Kumar Upadhyay Deep Convolutional Neural Networks have become the state of the art methods for image classification tasks. However, one of the biggest challenges is that they require a lot of labeled data to train the model. In many applications, collecting this much data is sometimes not feasible. One-Shot […]
DevOpsDrupalSoftware development
What is SonarQube? SonarQube is the code inspection tool that analyses and covers the code and generates reports for the areas that need to be improved to keep the code as clean as possible. Some of the advantages of it’s usage includes: Catch tricky bugs to prevent undefined behaviour from impacting end-users Fix vulnerabilities that […]
Digital MarketingIndustry Buzz
Has AI changed the SEO industry? With Google using artificial intelligence to fuel its search engine algorithms, this question has been around for a long time now. SEO professionals are divided in thoughts – most of them claim that manual SEO is still better and relevant while there is a section of professionals who think […]
Digital MarketingWeb Content Management
Without looking at your stats first, I’m pretty sure that you have a few blogs – that are performing exceptionally well for your organic search goals. The rest is certainly a mountain of content that rates a solid “meh” on the performance scale at best. Throughout the years, Google has looked into different ways to […]
Learning from mistakes will teach us a lifelong lesson, similarly here we are discussing a classic mistake that every git user made at least once i.e. committing code in the wrong branch. If you identify the mistake at the right time this can be easily managed, but it gets more tricky if you start committing […]