
Atharv Chavan
@AtharvLearns
Followers
202
Following
1K
Media
56
Statuses
364
Programming enthusiast | Java Learner | Sharing knowledge and insights as I grow
Joined October 2024
Starting My Java Journey with Head First Java | Chapter 1. Hey everyone 👋. I've just started my Java learning journey with Head First Java, and I'm excited to share what I've learned from Chapter 1: "Breaking the Surface". #JavaLearning #HeadFirstJava.#ProgrammingJourney.
1
0
11
Learned the basics of Go and built a simple REST api for CRUD operations. Used Go with SQLite for persistent storage via storage.db.Check it out at What should I dive into next to level up in Go?.
github.com
REST API to perform CRUD operations in Go. Contribute to Atharv3221/rest-api development by creating an account on GitHub.
0
0
0
Learned Observer Pattern today 🚀 . • Auto-update when something changes at runtime. • Heavily used in Swing. • Just like a publisher and subscriber model. #Java #DesignPatterns.
0
0
0
Mainframe . It's a high-performance computer used for large-scale, critical workloads — like banking, telecom, or government systems. It can handle millions of transactions/day with near-zero downtime. That’s why even today, banks & enterprises still rely on them. #Mainframe.
0
0
0
Bit disappointed but will try more harder from now on!!. #OpenSource #developer #Java #GSoC #learning
0
0
2
Hello, good morning!.It’s been a long time since my last post — the past few months were really chaotic, but that phase has finally ended. Semester 4 is officially over, and I’m back, ready to continue my journey to become a developer. #collegelife #LearningJourney.
0
0
1
Day 14 and 15 of #100DaysOfCode . Solved LeetCode Daily Challenge Question:. Q. Count Total Number of Colored Cells.Solution had O(1) time complexity . Q. Find missing and repeated value .Solution had O(n) time complexity . Got 1 more PR merged🎉.
0
0
2
Day 13 of #100DaysOfCode . Solved LeetCode Daily Challenge Question:.Q. Check if Number is a Sum of Powers of Three.Solution had time complexity of O(logn). Got 1 PR merged in project.
0
0
2
Day 12 of #100DaysOfCode . Solved LeetCode Daily Challenge Problem:.Q. Partition Array According to Given Pivot.Solution had time complexity of O(n). Made 2 PR in GSoC project
0
0
1
Day 11 of #100DaysOfCode . Solved LeetCode Daily Challenge Problem:.Q. Merge Two 2D Arrays by Summing Values .Solution had time complexity of O(n). Exploring my GSoC project
0
0
2
Day 10 of #100DaysOfCode . Solved LeetCode Daily Challenge Problem:.Q. Apply Operations to an Array.Solution had time complexity of O(n). Worked on Project!
0
0
12
Day 9 of #100DaysOfCode. Solved LeetCode Problem .Q. Generate Parantheses. Solved it using recursion need to optimise it further. Exams ended!
3
1
28
Day 8 of #100DaysOfCode. Solved LeetCode Daily Challenge Problem:.Q. Longest of Longest Fibonacci Subsequence.Solution had time complexity of O(n²). Q. Longest Common Prefix .Solution had time O(n×l) where n is number of strings and l is the length of smallest string
0
0
5
Day 7 of #100DaysOfCode . 🔵 Solved LeetCode Daily Challenge Problem .Q. Maximum Absolute Sum of Any Subarray .Solution had the time complexity of O(n). Q. Maximum Subarray .Solution had the time complexity of O(n). 🔵 Head First Java . - Learnt about Exceptional handling.
0
0
4
Day 7 of #100DaysOfCode.🚀 100 LeetCode Questions Solved! . Just hit my first milestone on LeetCode—solving 100 problems across a variety of topics like Arrays, Strings, Sorting, Two Pointer, Linked List, Trees, Dynamic Programming.
1
0
16
Day 6 of #100DaysOfCode . Solved LeetCode Daily Challenge Question .Q. Number of Sub-arrays With Odd Sum.Solution had time complexity of O(n). Q. String to integer (atoi).Solution had time complexity of O(n)
0
0
2