Ananya KattyayanSep 8, 20216 minWhat is IT Automation & how does it work?In today’s world, are we constantly influenced by technology? A question not very tricky comes with an evident answer. Yes, we are not...
Umar ThariqSep 6, 20213 minMost important features of React 16.x.x React JS is one of the popular most UI technologies used by majority of the web developers now a days. It has released its major 16.0.0...
Pranjal AroraAug 23, 20214 minJavaScript Engine FunctionalityJavaScript is a single threaded language means code execution happens each line at a time. One of the most famous javascript engine is...
Ravi BeckAug 19, 20212 min10 coding watchouts for an Automation Developer - Part 4Here's the continuation of previous blog 8. Assertions Testing is all about validation and verification. While it is easier to find the...
Abhishek KovuriAug 13, 20214 minUnderstanding the Event Loop in JavascriptAs we know that Javascript is synchronous. To achieve async calls we normally use promises, callbacks and other profound techniques. But...
Nataraj SrikantaiahAug 13, 20214 minHow to Add an Incoming Webhook in MS Teams?Microsoft Teams has been around for the last four years. Teams evolved from Skype for Business and Microsoft developed it to compete with...
Rishabh GoelAug 12, 20215 minKnow more about Chrome Lighthouse ExtensionWhen we heard of UI Performance what exactly come to our mind?? Higher Load Speed Smooth Rendering No Delay with 3rd Parties and a lot...
Kumar GauravAug 11, 20213 minThe New Age of JavascriptJavaScript has a unique feat to its name No other language with a history of existence of more than 20 years is as broken as JavaScript...
Pramodh Narasimhan RamanAug 11, 20216 minHow to re-rank the search results in SOLRMajority of the e-commerce search engines rely on parameters such as product popularity, product rating, recency, click through rate and...
Ananya KAug 8, 202113 minWays to use chatbots for marketing in 2021Hands up if you’ve heard about Chatbot marketing! We are now entering a new age of marketing. Now introducing marketing with chatbots. ...
GaayatriAug 6, 20219 minPredictive analytics: The key to enhance the performance of organization Nowadays, it feels like customers expect businesses to read their minds. With the emergence of companies such as Netflix and Spotify that...
Dr. Swapnil Dambe, Ph.D.Aug 6, 20213 minEconomics to Economical Values of Artificial Intelligence: A Strategic Perspective | Part 3In Part-2 of this series, I covered the importance of the role of AI Strategist to model the AI Products/Services with the help of an...
Dr. Swapnil Dambe, Ph.D.Aug 6, 20213 minEconomics to Economical Values of Artificial Intelligence: A Strategic Perspective | Part 2In Part-1 of this blog series, I discussed how electricity (a form of electrical energy) evolved to mass adoption, similarly, AI is the...
Megha BawejaAug 6, 20213 minJenkins Pipeline using Groovy LanguageJenkins, the heart of DevOps, is a continuous integration tool that allows developers to integrate code into a shared repository at...
Megha BawejaAug 6, 20215 minSocial Engineering: Ways to avoid itFirst, what is Social Engineering? Social Engineering, in the context of information security, refers to non-technical cyber attacks that...
BhargavAug 6, 20213 minPoints to consider before starting with AWS DynamoDBDynamoDB is a fully managed NoSQL database offered by Amazon Web Services. By the way, it works great for smaller-scale applications, the...
Prateek KoulAug 6, 20213 minThe secret to building secure systems - AuthenticationUser information is vital in a business scenario but could be detrimental if it falls into the wrong hands. To build a secure system, you...
Sreeram KrishnaAug 5, 20214 minMajor Challenges with Agile DevelopmentWith more software and app development teams adopting agile methodologies, the QA teams also have gone agile. Agile testing has become...
Sayan DasAug 5, 20217 minAltering Solr Resources with G1Introduction The Java community is continuously evolving at a very rapid pace. With Java 9, it deprecated the famous Concurrent Mark...
Rishabh KocharAug 5, 20213 minIn-Memory Caching TechniqueCaching isn’t architecture, it’s just about optimization. Caching is an extremely important part of an application! Let's see how it works.