Today I Learned - Rocky Kev

Tagged “dev”

  1. TIL Microservice vs Monolith

    Final Verdict: You can do way more damage setting up a microservice architecture incorrectly in the long run than a really bad monolith.

  2. TIL of a guide for naming things

    Naming is hard. Naming is important because '.imgFloatLeft' no longer is accurate when we switch to 'ltr' format.

  3. TIL this glorious website - No Hello

    Nothing worst than the dreaded 'Hello', followed by silence. Just start talking.

  4. TIL the Rule of Three for Refactoring

    The first time you run into a problem, solve it. The second time, just copy it. The third time, then you make that consideration.

  5. TIL Technical Writing

    The goal of good technical writing is to explain in clear terms what a API is about, or how this piece of software works.

  6. TIL the benefits of standup

    Standups are actually useful for keeping an eye on the newbies.

  7. TIL the Heisenbug

    In computer programming, heisenbug is a classification of an unusual software bug that disappears or alters its behavior when an attempt to isolate it is made.

  8. TIL this bash script

    I share this bash script because it's really easy to read, and a reminder that all langauges are kinda built the same.

  9. TIL even professionals forget things

    It's nice to be reminded that even the professionals forget basic things.

  10. TIL about OWASP

    I stumbled upon the Open Web Application Security Project

  11. TIL about all the times devs broke things

    HBO Intern breaks something. Wholesome.

  12. TIL Postel's Law (and how it sucks)

    Postel's Law... Also known as the Robustness Principle

  13. TIL Vendoring

  14. TIL Categorizing code

    I find myself wanting to refactor everything that doesn't move right. I like this post because it doesn't treat all code blocks as equal.

See all tags.