Before I share my observations let me tell you how it all started. I am building a site named piptrends.com to compare python packages downloads and their GitHub Statistics. You might say why? Whenever I research which python package I Continue Reading
Striking the Right Balance Between Uniform Solutions and Over-Engineering
In my consulting journey and in my experience, I’ve noticed two common pitfalls a lot when I was auditing their application architecture and code:1️⃣ Applying the same kind of solution to every problem.2️⃣ Falling into the trap of over-engineering. View Continue Reading
Exploring the Role of Code Understanding in the LLM Era – A Tech Consultant’s Perspective
In today’s tech landscape, the ability to understand and work with code that isn’t your own is more crucial than ever. 🌐 Why, you ask? Well, let me break it down: Large Language Models (LLMs), the super-smart AI systems, now Continue Reading
Debugging Flask application within a Docker container using VSCode
Read Slides → Watch Video → Recently I learned docker for a project purpose liked it very much. You might be thinking come on ashok who doesn’t like Docker. True. So I built a docker image for my product and Continue Reading
How to write your own Redis key expire listener in Python
Right now we are building Chatbot for our company which will work as a stateless API where it gives response based on the user message. For managing chat conversations, workflow, session and all other stuff we built an application using Continue Reading
My Pandas Cheat Sheet for Data Science in Python
Recently I worked most of the time on the data creation part for our model creation at that time I used pandas a lot. I used some functions a lot to complete my task. Let me share them with you Continue Reading
Write/Convert Nested JSON data to CSV for specific/subset keys(headers)
Currently, I am working on a Machine Learning project with my colleagues where we don’t have much data to train the model so we scrapped data from multiple places and kept in JSON format because sometimes we get data for Continue Reading
Debug your Flask(Python) web application using Visual Studio Code
There are several articles for helping us to learn how to debug flask applications in Visual Studio Code but they all didn’t help me at all because of one mistake. I hope this article will help some people like me Continue Reading
MESMERIZING BEAUTIES OF LAND AND WATER – COORG AND VALIYAPARAMBA – PART 2
I hope you guys read my previous post. With great spirit, we started from the place and started covering Coorg wonders. Day 3 – Coorg We planned to cover mainly 3 places1. Sri Bhagandeshwara Temple2. Talakaveri Temple3. Dubare Elephant Camp Continue Reading
Mesmerizing beauties of land and water – Coorg and Valiyaparamba – Part 1
Recently I went on a trip with my office friends. The dates are around 31st December 2019 so we thought we will spend each day in different types of places like a historical place or hill station or beach or Continue Reading