Understanding JWT Tokens: A Secure Alternative to Session-Based AuthenticationAuthentication is critical when building modern web applications. Two popular methods are JSON Web Tokens (JWT) and session-based…Jan 31Jan 31
Understanding API Gateways, Reverse Proxies, and Load BalancersModern applications often rely on complex architectures involving multiple services and servers. To manage traffic and distribute requests…Jan 22Jan 22
Published inGeek CultureWindow Functions in SQLWindowing functions are a powerful tool that helps to leverage the power of SQL for Data Analysis.Jun 4, 2021Jun 4, 2021
Published inAnalytics VidhyaNullifying the Bias from Imbalance ClassesHave you ever thought when 95+% accuracy means absolutely nothing? Welcome to the world of imbalanced classes. Where one class vastly…Dec 21, 2020Dec 21, 2020
Published inAnalytics VidhyaDockerize your Python applicationFirst of all, what is docker and why is it used?Dec 17, 2020Dec 17, 2020
DEPLOYMENT OF RASA CHATBOTA guide to deploying a rasa chatbot on a Google Cloud PlatformDec 10, 20201Dec 10, 20201
Methods for Filtering your Data in PandasDifferent ways we could filter our data frames in PandasMay 28, 2020May 28, 2020