boraCanCode's profile picture. 🔨 Full Stack Dev in Progress
📆 Sharing my journey
📚 Real-world projects, lessons & reflections
⚡ Passionate about consistency, growth & building in public

Prashant Bora

@boraCanCode

🔨 Full Stack Dev in Progress 📆 Sharing my journey 📚 Real-world projects, lessons & reflections ⚡ Passionate about consistency, growth & building in public

📚Today’s Learning 🔹Solved a few more basic problems using Tuples and Sets to strengthen concepts 🔁 🔹Started learning about Dictionaries 🧩 🔹Practiced how to add key–value pairs, update values, and remove entries efficiently 🗝️ #Python #CodingJourney #LearnInPublic #DSA

boraCanCode's tweet image. 📚Today’s Learning 
🔹Solved a few more basic problems using Tuples and Sets to strengthen concepts 🔁
🔹Started learning about Dictionaries 🧩
🔹Practiced how to add key–value pairs, update values, and remove entries efficiently 🗝️
#Python  #CodingJourney #LearnInPublic #DSA

📚Today’s Learning 🔹Learned how to join and merge Sets using various set methods 🔹Practiced problems :  ▪️ Merging two arrays  ▪️ Finding the sum of all unique elements in a list  ▪️ Counting vowels in strings  ▪️ Working with subarrays #Python #CodingJourney #LearnInPublic

boraCanCode's tweet image. 📚Today’s Learning 
🔹Learned how to join and merge Sets using various set methods 
🔹Practiced problems :
 ▪️ Merging two arrays
 ▪️ Finding the sum of all unique elements in a list
 ▪️ Counting vowels in strings
 ▪️ Working with subarrays
#Python #CodingJourney #LearnInPublic

📚 Today’s Learning 🔹 Explored different methods on Tuples and practiced their use 🧩 🔹 Solved problems like finding the sum, min, and max elements in a tuple 🔹 Started learning about Sets and their unique, unordered nature✨ #Python #CodingJourney #LearnInPublic #DSA

boraCanCode's tweet image. 📚 Today’s Learning 
🔹 Explored different methods on Tuples and practiced their use 🧩
🔹 Solved problems like finding the sum, min, and max elements in a tuple
🔹 Started learning about Sets and their unique, unordered nature✨
#Python  #CodingJourney #LearnInPublic #DSA

📚Today’s Learning 🔹Completed 2D Lists and practiced different operations on them 📊 🔹 Started learning about Tuples 🔹 Explored various tuple operations and understood their immutability 🧩 Python fundamentals getting stronger 💪 #Python #CodingJourney #LearnInPublic #DSA


Today's Learning Wrapped up string problems ✅ Started 2D lists: lists of lists, iterate with nested loops Learned jagged lists: rows can have different lengths, avoid [*cols]*rows; use list comprehensions instead Next: practice indexing and safe initialization!”

boraCanCode's tweet image. Today's Learning

Wrapped up string problems ✅

Started 2D lists: lists of lists, iterate with nested loops

Learned jagged lists: rows can have different lengths, avoid [*cols]*rows; use list comprehensions instead
Next: practice indexing and safe initialization!”

📚 Today’s Learning (Python) 🔹 Took a deep dive into Strings 🔹 Learned about mutability vs immutability 🔹 Explored different string formatting methods ✨ 🔹 Practiced problems like reversing each word in a sentence 🔄 #Python #100DaysOfCode #CodingJourney #LearnInPublic #DSA

boraCanCode's tweet image. 📚 Today’s Learning (Python) 
🔹 Took a deep dive into Strings 
🔹 Learned about mutability vs immutability
🔹 Explored different string formatting methods ✨
🔹 Practiced problems like reversing each word in a sentence 🔄
#Python #100DaysOfCode #CodingJourney #LearnInPublic #DSA

📚Today's Learning ✅ Lists - Got comfortable with list operations and methods ✅ Strings - Learned string creation and manipulation ✅ Indexing - ✅ String Iteration pro ✅ Slicing 🔥 These basics are the foundation for everything else! 💪 #Python #DataStructures #CodingJourney


Today's Learning🐍 Crushed some Python list problems today: ✅ Rearrange Numbers ✅ Sort 0s and 1s ✅ Pair Sum ✅ Triple Sum ✅Linear Search ✅ Find Unique Element Progress feels slow some days, but looking back at where I started... the growth is real #Python #DSA #CodingJourney

boraCanCode's tweet image. Today's Learning🐍
Crushed some Python list problems today: ✅ Rearrange Numbers ✅ Sort 0s and 1s ✅ Pair Sum ✅ Triple Sum ✅Linear Search ✅ Find Unique Element
Progress feels slow some days, but looking back at where I started... the growth is real
#Python #DSA #CodingJourney
boraCanCode's tweet image. Today's Learning🐍
Crushed some Python list problems today: ✅ Rearrange Numbers ✅ Sort 0s and 1s ✅ Pair Sum ✅ Triple Sum ✅Linear Search ✅ Find Unique Element
Progress feels slow some days, but looking back at where I started... the growth is real
#Python #DSA #CodingJourney

📚Today’s Learning (Python) 🔹 Practiced list slicing for easier data manipulation 🔹 Solved problems to strengthen logic:  ▪️ Find max & min elements in a list  ▪️ Calculate array sum  ▪️ Palindrome check  ▪️ Swap alternate elements #Python #DSA #CodingJourney #LearnInPublic


📚Today’s Learning (Python) 🔹 Understood Arrays & how elements are stored in memory 🧩 🔹 Learned what a List is in Python and how it differs from arrays 🔹Explored various list operations like adding, removing, and searching elements #Python #CodingJourney #LearnInPublic #DSA


📚Today’s Learning 🐍 🔹 Explored Variable Arguments (*args, **kwargs) ✨ 🔹 Solved problems:  ▪️ Palindrome check 🔄  ▪️ Armstrong number check 🔢 🔹 Discovered some handy inbuilt functions in Python Slowly sharpening problem-solving 🚀 #Python #CodingJourney #LearnInPublic #DSA


📚Today’s Learning 🐍 🔹Understood how the Call Stack works in Python 🧩 🔹Explored the Scope of Variables (local vs global) 🌍 🔹Learned about Default Parameters in functions ⚡ Step by step, getting stronger with Python fundamentals 🚀 #Python #CodingJourney #LearnInPublic #DSA


Today’s Learning 🐍⚛️ 🔹In Python, I dived into functions:  ▪️Introduction to functions  ▪️Parameters & Arguments  ▪️The return keyword 🔹In React, completed a React Basics course on Coursera🎓and earned a certificate🏅 A solid day of progress 🚀 #Python #ReactJS #CodingJourney


Today’s Learning 🐍⚛️ 🔹 In Python, practiced more pattern problems to strengthen logic:  ▪️Reverse patterns↩️  ▪️Isosceles patterns🔺 🔹In React, revised Navbar & Navigation to brush up on routing and UI flow #Python #ReactJS #100DaysOfCode #CodingJourney #LearnInPublic #DSA

boraCanCode's tweet image. Today’s Learning 🐍⚛️
🔹 In Python, practiced more pattern problems to strengthen logic:
 ▪️Reverse patterns↩️
 ▪️Isosceles patterns🔺
🔹In React, revised Navbar & Navigation to brush up on routing and UI flow
#Python #ReactJS #100DaysOfCode #CodingJourney #LearnInPublic #DSA

📚 Today’s Learning 🐍⚛️ 🔹 In Python, I worked on more pattern problems to strengthen loops & logic:  ▪️ Character patterns 🔤  ▪️ Inverted triangles 🔻 🔹 In React, revised Context API to refresh state management concepts. #Python #ReactJS #CodingJourney #DSA

boraCanCode's tweet image. 📚 Today’s Learning 🐍⚛️

🔹 In Python, I worked on more pattern problems to strengthen loops & logic:
 ▪️ Character patterns 🔤
 ▪️ Inverted triangles 🔻
🔹 In React, revised Context API to refresh state management concepts.
#Python #ReactJS  #CodingJourney  #DSA

📚Today’s Learning 🐍⚛️ 🔹In Python, I started practicing pattern problems to sharpen logic & loops.  ▪️Solved square patterns ⬛  ▪️Solved triangular patterns 🔺 🔹In React, I revised the fundamentals of props & state to strengthen my base. #Python #ReactJS #CodingJourney #DSA

boraCanCode's tweet image. 📚Today’s Learning 🐍⚛️
🔹In Python, I started practicing pattern problems to sharpen logic & loops.
 ▪️Solved square patterns ⬛
 ▪️Solved triangular patterns 🔺
🔹In React, I revised the fundamentals of props & state to strengthen my base.
#Python #ReactJS  #CodingJourney #DSA
boraCanCode's tweet image. 📚Today’s Learning 🐍⚛️
🔹In Python, I started practicing pattern problems to sharpen logic & loops.
 ▪️Solved square patterns ⬛
 ▪️Solved triangular patterns 🔺
🔹In React, I revised the fundamentals of props & state to strengthen my base.
#Python #ReactJS  #CodingJourney #DSA

📚Today’s Learning (Python) 🔹Practiced nested loops to level up loop control 🔹Solved problems for stronger grip:  ▪️Fibonacci series  ▪️Decimal ↔ Binary conversions  ▪️Generate all prime numbers logic building is getting sharper⚡ #Python #CodingJourney #LearnInPublic #DSA

boraCanCode's tweet image. 📚Today’s Learning (Python)
🔹Practiced nested loops to level up loop control
🔹Solved problems for stronger grip:
 ▪️Fibonacci series
 ▪️Decimal ↔ Binary conversions
 ▪️Generate all prime numbers
 logic building is getting sharper⚡
#Python  #CodingJourney #LearnInPublic  #DSA

📚Today’s Learning (Python) 🔹Explored while loop & for loop 🔹Practiced with basic problems:  ▪️Prime numbers  ▪️Even numbers  ▪️Sum of primes & evens  ▪️Reverse a number Also made progress on my🌦️Weather App — excited to share the full project tomorrow🚀 #Python #CodingJourney


📚 Today’s Learning (Python) 🐍 🔹 Operator Precedence 🔹 Conditionals – if, else, elif 🔹 Ternary Operator (short-hand if/else) 🔹 Match Case (Python’s switch-case style) Building a stronger base step by step 💪🚀 #Python #100DaysOfCode #CodingJourney #LearnInPublic


⚡ Today’s Learning ⚡ In Python, I covered: 🔹 Assignment Operators 🔹 Comparison Operators 🔹 Logical Operators 🔹 Bitwise Operators ⚛️On the React side, I coded a mini Weather App to sharpen my skills. Will share the full code once it’s polished! 🚀#Python #ReactJS


United States Trends

Loading...

Something went wrong.


Something went wrong.