Tag: Software Development

Handling Date Fields. A Common Pitfall

In my Laravel hobby project, I had a field called date_covered defined as a date type, with now() as the default value. However, when I needed to manipulate this field,…

Passion.. And passion in software development.

One of the most powerful drugs used by followers of motivational speeches, speakers, and human development nonsense is the phrase “follow your passion“. Even in the field of software engineering,…

Not necessary to build things from scratch

I used to believe that building everything from scratch was the mark of a good developer. However, I understand later that this mindset reflects a lack of experience and problem-solving…

Document the problem you solves

Documenting the problems you solve will save you time and stress when you need to implement similar solutions in the future. You can document your solutions in many forms:

Do accessibility

Bringing accessibility into your frontend development, using semantic HTML, ARIA labels, descriptive alt text, and better error handling.. not only makes you a better developer but also shows that you…