Treasure Hunt – Engineering | Sep 2024

https://github.com/JuanCrg90/Clean-Code-Notes
I don’t fully subscribe to clean code but I found interesting insights on the naming, comments and formatting sections of this repository.
https://newsletter.pragmaticengineer.com/p/stacked-diffs
Big PRs/M…


This content originally appeared on DEV Community and was authored by Gonçalo Amaral

  1. https://github.com/JuanCrg90/Clean-Code-Notes
    I don’t fully subscribe to clean code but I found interesting insights on the naming, comments and formatting sections of this repository.

  2. https://newsletter.pragmaticengineer.com/p/stacked-diffs
    Big PRs/MRs only bring pain. They result in LGTM code reviews and are a nightmare when they become stale. At some point I started to split bigger PRs/MRs in smaller ones and basically chaining them. This way I can release code incrementally with more confidence and have better code reviews. Then I found the thing I was doing had a name, “stacked diffs”. Most solutions that exist target github, but I can replicate the work flow on gitlab by targeting the branch it depends on. When a branch is merged to master, all the other branches, that are dependent, target master automatically.

  3. https://www.mnot.net/cache_docs
    I never had to worry about HTTP caching, but having an idea of how things work can give some light in a rainy day.

  4. https://pilcrowonpaper.com/blog/local-storage-cookies/
    I have always been careful with what I store in local storage. In a world full of extensions, there is a high chance one can become compromised. How can we protect our sites from attacks and keep sensitive information private?

  5. https://www.youtube.com/watch?v=-B58GgsehKQ
    SEO is a black box, there are some things we know are considered but the ranking system varies from vendor to vendor and evolves with time. When starting we should stick with what is known to work, this video might help with those first steps.


This content originally appeared on DEV Community and was authored by Gonçalo Amaral


Print Share Comment Cite Upload Translate Updates
APA

Gonçalo Amaral | Sciencx (2024-09-21T14:22:14+00:00) Treasure Hunt – Engineering | Sep 2024. Retrieved from https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/

MLA
" » Treasure Hunt – Engineering | Sep 2024." Gonçalo Amaral | Sciencx - Saturday September 21, 2024, https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/
HARVARD
Gonçalo Amaral | Sciencx Saturday September 21, 2024 » Treasure Hunt – Engineering | Sep 2024., viewed ,<https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/>
VANCOUVER
Gonçalo Amaral | Sciencx - » Treasure Hunt – Engineering | Sep 2024. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/
CHICAGO
" » Treasure Hunt – Engineering | Sep 2024." Gonçalo Amaral | Sciencx - Accessed . https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/
IEEE
" » Treasure Hunt – Engineering | Sep 2024." Gonçalo Amaral | Sciencx [Online]. Available: https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/. [Accessed: ]
rf:citation
» Treasure Hunt – Engineering | Sep 2024 | Gonçalo Amaral | Sciencx | https://www.scien.cx/2024/09/21/treasure-hunt-engineering-sep-2024/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.