Majharul Tanvir's Avatar

Majharul Tanvir

@majharultanvir.bsky.social

learner | #CodeNewbie | ๐Ÿ’ป

12 Followers  |  9 Following  |  18 Posts  |  Joined: 20.11.2024  |  1.515

Latest posts by majharultanvir.bsky.social on Bluesky

6 months from now, Iโ€™ll launch my own software agency.
As a CSE student, this is where my journey begins.
#BuildInPublic #Entrepreneur

24.10.2025 06:40 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

#Day13 of #100DaysOfCode
some basic-level problems to practice switch-case in C++:๐Ÿ’ป
1. Day of the Week
2. Simple Calculator
3. Grade System
4. Month Days
5. Simple Menu
#CPlusPlus #CodingJourney #BackToBasics

14.12.2024 17:55 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I've been going through an inner conflict for quite some time. Now, Iโ€™m at the final stage of resolving it and have almost addressed my issues. I hope to get back on track soon and move forward toward fulfilling my dreams.
#learntocode

11.12.2024 19:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Day12 of #100DaysOfCode
๐Ÿ”„ Rereading C++ Basics ๐Ÿ“
Strengthening my foundation before diving deeper. Basics are everything! ๐Ÿ’ปโœจ
#CPlusPlus #CodingJourney #BackToBasics

03.12.2024 20:26 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Day11 of #100DaysOfCode
๐Ÿ”„ Rereading C++ Basics ๐Ÿ“Going back to the fundamentals to strengthen my foundation. The basics are the key to mastering advanced concepts like OOP. ๐Ÿš€๐Ÿ’ป
#CPlusPlus #CodingJourney #BackToBasics

02.12.2024 19:10 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Day10 of #100DaysOfCode
Why OOP (Object-Oriented Programming)?

1๏ธโƒฃ Modularity
2๏ธโƒฃ Reusability
3๏ธโƒฃ Maintainability
4๏ธโƒฃ Encapsulationrelated functions.
5๏ธโƒฃ Real-World Modeling: Mimics real-world entities with objects.
OOP makes code organized, scalable, and easy to understand! ๐Ÿš€

29.11.2024 15:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Day9 of #100DaysOfCode
โœ… C++ Basics: Done! ๐Ÿš€
Now, stepping into Object-Oriented Programming (OOP). Starting with classes, objects, constructors, and encapsulation. Excited to learn how to structure code better! ๐Ÿ’ปโœจ
#CPlusPlus #OOP #CodingJourney

27.11.2024 18:01 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

thank you

27.11.2024 05:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Day8 of #100DaysOfCode
โœ… C++ Basics: Completed! ๐Ÿš€
Now, it's time to dive into Object-Oriented Programming (OOP). Excited to explore concepts like classes, objects, inheritance, polymorphism, and more! ๐Ÿ’ปโœจ
#CPlusPlus #OOP #CodingJourney

26.11.2024 18:30 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

#Day7 of #100DaysOfCode
๐Ÿ“š C++ Functions Deep Dive Today
๐Ÿ”ง Functions: Encapsulate reusable code!
๐Ÿ”‘ return Keyword: Sends a value back to the caller.
โœจ Overloaded Functions: Same name, different parameters!
#CPlusPlus #CodingJourney #CodeNewbie #codeforcode

25.11.2024 18:38 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

#Day6 of #100DaysOfCode
๐Ÿ“š C++ Loop Learnings Today
๐Ÿ” Loops:
while
do-while
for
โœจ Break & Continue: Control loop flow!
๐Ÿ”€ Nested Loops: Loop inside a loop!
๐ŸŽฒ Random Number Generator: Used rand() from <cstdlib>.
๐ŸŽฏ Event Generator: Simulated events using random numbers.

24.11.2024 15:00 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#Day5 of #100DaysOfCode
๐Ÿ“š C++ String Basics
โœจ String Functions:
length() or size(): Get string length.
substr(): Extract a substring.
find(): Locate a character/word.
append(): Add to a string.
#ProgrammingJourney #CodeEveryday #LearnToCode
#CPlusPlus #coding

23.11.2024 15:56 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

#Day4 of #100DaysOfCode
๐Ÿ“š C++ Learnings Today
๐Ÿ”„ if-else: Conditional logic!
๐Ÿ”„ switch: Multi-condition handling.
๐Ÿ–ฉ Console Calculator: Built a basic calculator! ๐Ÿš€
โ“ Ternary Operator: Shorthand for if-else.
๐Ÿ”— Logical Operators: &&, ||, !
#CPlusPlus #CodeNewbie

22.11.2024 17:33 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you! ๐Ÿ˜Š โ€”appreciate the support! ๐Ÿ™Œ

21.11.2024 17:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#Day3 of #100DaysOfCode
๐Ÿ“š Today in C++
โž— Math Functions: Discovered sqrt(), pow(), abs(), etc., from <cmath>.
๐Ÿ”„ if Statement: Learned conditional logic!

21.11.2024 17:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#Day2 of #100DaysOfCode Today I learned
๐Ÿ”‘ const
๐ŸŒ Namespaces:
๐Ÿ”„ typedef/using
โž— Arithmetic Ops
๐Ÿ”„ Type Conversion
#CPlusPlus #Coding #CodingChallenge #CodingJourney

21.11.2024 12:06 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#Day1 of #100DaysOfCode
As I dive into the fascinating world of programming with C++, my first milestone has been understanding variables and basic data typesโ€”the building blocks of any program. Let me share what Iโ€™ve learned!
#programming #today #skills #tutorials

21.11.2024 04:32 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Excited to be back! Starting from today, I'll be learning something new in programming every day and sharing my progress here. Letโ€™s grow together! #ProgrammingJourney #CodeEveryday #LearnToCode
#100DaysOfCode

21.11.2024 04:31 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@majharultanvir is following 8 prominent accounts