#LSPPDay21
Today I reviewed feature engineering techniques including normalization, standardization, encoding categorical variables, and handling missing values to prepare data for machine learning models.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay15
Today I reviewed supervised learning fundamentals including linear regression, logistic regression, loss functions, gradient descent, and evaluation metrics such as accuracy, precision, recall and F1-score.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay13
Today I built an HTTP server from scratch in Python. I learnt abt core networking concepts behind request handling & how it actually works under the hood when you strip away the frameworks.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay12
Today I dove deeper into Redis and its native data structures like Strings, Sets, ZSets, Lists, and Hashes. And also learnt about how redis can be used in backend systems beyond basic caching!
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay11
Today, I implemented JWT-based per-user limits with a per-IP fallback mechanism for unauthenticated traffic. Also, secured high-risk endpoints (login, task creation) against automated abuse and DOS attempts.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay10
Today I integrated Prometheus into the API backend to enhance system observability. I configured custom metrics to track real-time request counts, latency, cache hit/miss ratios and Celery task performance.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay7
Today I dove deep into advanced backend concepts with hands on Django labs which focused on building scalable db models, ORM query optimization for better performance, implementing strict data validation & more
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay6
Today I revised theory for my upcoming backend interview which included topics like API security, cloud deployment, modeling db relationships, middleware, ORM, query optimization, OOP concepts and more.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay5
Today I explored and made use of some useful python collections & utilities (Counter, defaultdict, deque, heapq, itertools, lru_cache) that are useful in solving coding interview problems.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology
#LSPPDay4
Today I implemented testing module with pytest, cleaned up whole project directory with aim to maintain strict modular separation of concern and finally containerized the whole application with Docker.
#60DaysOfLearning2026#LearingWithLeapfrog@lftechnology