DEV Community

Cover image for My crappy Thoughts about Programming
Keramot UL Islam
Keramot UL Islam

Posted on

3

My crappy Thoughts about Programming

All programming ideas or implementations came from real-life solutions or problems. And that makes programming more than just coding.
It takes detailed observation of everything. Because understanding and realizing existing solutions or problems are the most important part of programming.

For Example:
We know about JWT(JSON Web Token) right?
Did we have seen this idea and the implementation before somewhere else? Yes, we all know this. In fact, we all have gone through this several times.
=> When we go to a service center, at first they give us a ticket/token. Then we go to the service provider and give our ticket/token, if the ticket is not fake then they provide expected services.
Another example is Design Patterns. All design Patterns are also inspired by real-life solutions.

The idea of implementation has to come from real life. That's why observing life, understanding existing solutions and problems are the most important part of programming.

The funny thing is - we all know these things. But very few among us truly realize these things and also have the ability of execution.

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay