@mitchellh Why not have a system of max lines of code pr PR so any user that violates this rule the first time gets a 6 months ban as a warning then a permament ban if they repeat? this can be automated!
@phindsearch guys https://t.co/bQtiXuYD2I is down like half the time, increase the pricing if you have to in order to offer a more stable service cause it's getting really annoying lately
Write about what you learn. It pushes you to understand topics better.
Sometimes the gaps in your knowledge only become clear when you try explaining things to others.
@William_Shotts thanks for making The Linux Command Line book pdf available for free to download through your website, please consider adding a donation button I'd like to contribute with what I can.
Day 53 of #100DaysOfCode learned about code optimization and multi threaded JavaScript yes it exists although I've never seen it implemented anywhere, you can basically run a heavy computation inside a web worker while the main-thread is rendering the UI.
Day 52 of #100DaysOfCode played around with i18next and react-intl to figure out which is best :
i18next: cra-friendly and very customizable.
react-intl: quick setup for small projects, none-cra-friendly, and a pain to customize.