Welcome to the blog

Posts

My thoughts and ideas

  • What I Learned After Writing 30,000 Lines of Code with AI in Just One Month

    As the title suggests, over the past month or so, I’ve written about 20,000 lines of Spring code and about 10,000 lines of Flutter code.

    Obviously, working 8 to 9 hours a day wasn’t nearly enough to write 30,000 lines of code by hand.

    So, as a developer with just one year of experience who was...

  • The Technical Decision-Making Process Demonstrated by Junior

    The project I’m currently working on involves a pipeline that processes audio data in real time.

    At first, I was developing without giving it much thought, using the existing “Spring Boot 3.4.4 & Java 17” environment set up on our servers. Since the server was built to meet specific functional requirements, I didn’t initially give much consideration to versioning, the...