dreamhaunter_py's profile picture. Student 
#Python
ML Enthusiast.
👨‍💻👨‍💻👨‍💻

Nitin

@dreamhaunter_py

Student #Python ML Enthusiast. 👨‍💻👨‍💻👨‍💻

🚀 Finished #100DaysOfCode! Last 4 days: Prepped for Python interviews, applied for jobs, got 3-4 calls but faced some rejections. Still pushing forward! 💪 Working on freelance projects and sharpening skills in Python, MySQL, and MongoDB. 🔥 Keep coding, keep growing! #Python


🚀 Day 91-96 of #100DaysOfCode: - Practiced Python interview Qs - Helped a friend with Python, Deep Learning & Kaggle project 🤖 - Contributed to data-driven research! Questions : github.com/HeyBuddy-NSK/1… Excited to keep growing! 💪 #Python #TechCommunity #DeepLearning


Day 82 to Day 85 of #100DaysOfCode Day 82: Learned about deployment. Day 83: Heroku is not free, searched for alternatives. Day 84: Finalized Docker & started configuration. Day 85: Created an external database. Check out : -github.com/HeyBuddy-NSK/1… -github.com/HeyBuddy-NSK/n…


🚀 Days 80-81 of #100DaysOfCode: Performance & Stability! Day 80: Source Code Profiling - To Identify slow functions. Day 81: Production - Auto DB updates & error logging. progress: Code: github.com/HeyBuddy-NSK/1… App: github.com/HeyBuddy-NSK/n… #Python #ErrorLogging #DevJourney


🚀 Days 75-79 of #100DaysOfCode: Selenium & Unittest with Python! 🧪 Day 75:API testing. Day 76:Selenium Basic. Day 77:Selenium+Unittest. Day 78:Test cases for user. Day 79:Checked DB performance progress: Blogging App: github.com/HeyBuddy-NSK/n… #Python #Selenium #UnitTesting


🚀 Day 74 of #100DaysOfCode: Unittest Module! Learned unittest module basics, created test cases for client login/registration. Check the report in the image! progress: 100 Days of Code: github.com/HeyBuddy-NSK/1… App: github.com/HeyBuddy-NSK/n… #Python #UnitTesting

dreamhaunter_py's tweet image. 🚀 Day 74 of #100DaysOfCode: Unittest Module!

Learned unittest module basics, created test cases for client login/registration. Check the report in the image! 

progress:
100 Days of Code: github.com/HeyBuddy-NSK/1…
App: github.com/HeyBuddy-NSK/n…

#Python #UnitTesting

🚀 Day 73 of #100DaysOfCode: Learned the coverage module! Key : 1. Installation 2. code coverage 3. Generating reports 4. Improving quality Check: 100DaysofCode: github.com/HeyBuddy-NSK/1… App: github.com/HeyBuddy-NSK/n… #Python #CodeCoverage #SoftwareTesting #DevCommunity

dreamhaunter_py's tweet image. 🚀 Day 73 of #100DaysOfCode: Learned the coverage module! 
Key :
1. Installation
2. code coverage
3. Generating reports
4. Improving quality

Check:
100DaysofCode: github.com/HeyBuddy-NSK/1…
App: github.com/HeyBuddy-NSK/n…

#Python #CodeCoverage #SoftwareTesting #DevCommunity

🚀 Day 66-72 of #100DaysOfCode: Built RESTful APIs with Flask for my social blogging app! 📘 Blueprint registration 🔐 Token-based authentication 📝 storing posts 📋 Fetching posts 💬 storing comments 📂 Fetching comments ⚠️ Errors & permissions App: github.com/HeyBuddy-NSK/n…


🚀 Day 62-63 of #100DaysOfCode! I've added user comments to my social blogging app, nkblog. 📝💻 achieved: - comment functionality - Comment database - removed bugs Check : 🔗 github.com/HeyBuddy-NSK/1… 🔗 github.com/HeyBuddy-NSK/n… #Python #Flask #WebDev #Coding #LearnInPublic


🚀 Day 58-61 of #100DaysOfCode: Python! 🐍 Learned about user relationships, fixed database & logical errors in my app. Explore my progress & projects: 📁 Daily: github.com/HeyBuddy-NSK/1… 🔧 nkblog app: github.com/HeyBuddy-NSK/n… #Python #Flask #LearnInPublic


🚀 Day 54-57 of #100DaysOfCode: Blog Posts with Flask! Learned and implemented: 🔹 Database models for posts 🔹 Creating new posts 🔹 Displaying posts & linking to authors 🔹 Updating-deleting posts Check out my progress: github.com/HeyBuddy-NSK/n… #Python #Flask #LearnInPublic


🚀 Day 53 of #100DaysOfCode with #Python & #Flask! Today was all about User Profiles: 🔹 Extended User model 🔹 Profile pages 🔹 Last seen tracking 🔹 Editable profile forms 🔹 profile templates Check out my: 🔗 github.com/HeyBuddy-NSK/1… 🔗 github.com/HeyBuddy-NSK/n… #LearnInPublic


🚀 Day 52 of #100DaysOfCode: User Roles with Flask! ✅ User Roles ✅ Permissions with bitmasks ✅ Database ✅ Role Assignment ✅ RBAC progress & the social blogging app I'm building: 👇 🔗 github.com/HeyBuddy-NSK/1… 🔗 github.com/HeyBuddy-NSK/n… #Python #Flask #LearnInPublic


🚀 Day 51 of #100DaysOfCode: User Authentication in Flask! 🔐 Learned about: - Secure data - Password hashing - Registration & login - Session management - Email verification Check: github.com/HeyBuddy-NSK/1… Working on 🌟 github.com/HeyBuddy-NSK/n… #Python #Flask #LearnInPublic


🚀 Day 50 of #100DaysOfCode: Large application structure in Flask! 🏗️ 1️⃣ Application Package 2️⃣ Factory Function 3️⃣ Configuration Management 4️⃣ Blueprints 5️⃣ Error Handling 6️⃣ Extension Initialization Check out my progress: github.com/HeyBuddy-NSK/1… #Python #Flask #LearnInPublic


🚀 Day 49 of #100DaysOfCode: Mastering email integration in Flask! 📧 1️⃣ Flask-Mail Setup 2️⃣ Sending Emails 3️⃣ Email Templates 4️⃣ Asynchronous Emails Check out my progress and code: github.com/HeyBuddy-NSK/1… #Python #Flask #WebDev #Coding #LearnInPublic


🚀 Day 48 of #100DaysOfCode: Today, I mastered database integration with Flask! 🔥 1️⃣ SQLAlchemy ORM 2️⃣ CRUD Operations 3️⃣ Database Migrations Check out my progress and code: github.com/HeyBuddy-NSK/1… #Python #Flask #WebDev #Coding #LearnInPublic


United States Тренды

Loading...

Something went wrong.


Something went wrong.