Let structure emerge organically
Structure comes not from imposing plans from the top down, but bubbling ideas from the bottom up
A collection of articles tagged with Hot Take on my blog!
Structure comes not from imposing plans from the top down, but bubbling ideas from the bottom up
It’s not about the subject matter, the title, or even the reputation of the department. It’s about finding instructors who are passionate about their field and who care about their students’ learning and growth.
A skilled and inspiring professor can make even the driest subject matter come to life, while a lackluster instructor can turn the most fascinating topic into a snooze-fest.
Google Sheets comes with everything you need, until it doesn't
Why focusing on energy management can lead to greater productivity and fulfillment
A huge step forward in making web development accessible and enjoyable for beginners
A skeptical take on the average CS major I encounter
Reflecting on the largest copium I've ever had from COVID
Ditch the back button and use (the right) keyboard shortcuts instead
I recently found a rant on React from this Reddit thread:
Vue should be more popular. I’m being forced to learn React because there are almost no Vue jobs on my country and I’m disliking it so far. I hate that to make it manageable I have to install more dependencies, form data management sucks, there’s no proper separation between logic, markup and style, css-in-js and CSS modules feel counter-intuitive and I don’t like them. React’s naming conventions isn’t good either. The only good thing I’ll give it would be passing props as function arguments and destructuring them.
Reminds me of A quick rant on Svelte succeeding React I found on Reddit, and how React sucks (kinda).
From this Reddit comment:
Working with svelte, you do feel like it purposefully solved pain points in react:
-bloated syntax (svelte has succinct syntax and very little boilerplate in comparison)
-reactivity (svelte automatically has exhaustive dependencies and a simpler reactivity model in general)
-data fetching (svelte has an async/await paradigm instead of clunky useEffects + state)
-local state management (simple and intuitive syntax vs. useState)
-global state management (svelte stores are very lean compared to Redux)
-styling (svelte colocates markup and style)It’s not a direct successor by any means, but in many ways it’s a spiritual successor, and generally very attractive to people who have worked deeply with React.
Reminds me of A quick rant on React I found on Reddit, and how React sucks (kinda).
The magic of meals is in the digression. The random tangents that take you to places completely unexplored, foreign, and perhaps uncomfortable.
One of the most beautiful examples of the power of monosyllabic words
It's way easier to go from mobile to desktop than the other way around
A skeptical take on the average CS major I encounter
Reflecting on the largest copium I've ever had from COVID
The magic of meals is in the digression. The random tangents that take you to places completely unexplored, foreign, and perhaps uncomfortable.
Structure comes not from imposing plans from the top down, but bubbling ideas from the bottom up
Why focusing on energy management can lead to greater productivity and fulfillment
A huge step forward in making web development accessible and enjoyable for beginners
It’s not about the subject matter, the title, or even the reputation of the department. It’s about finding instructors who are passionate about their field and who care about their students’ learning and growth.
A skilled and inspiring professor can make even the driest subject matter come to life, while a lackluster instructor can turn the most fascinating topic into a snooze-fest.
One of the most beautiful examples of the power of monosyllabic words
It's way easier to go from mobile to desktop than the other way around
Google Sheets comes with everything you need, until it doesn't
Ditch the back button and use (the right) keyboard shortcuts instead
I recently found a rant on React from this Reddit thread:
Vue should be more popular. I’m being forced to learn React because there are almost no Vue jobs on my country and I’m disliking it so far. I hate that to make it manageable I have to install more dependencies, form data management sucks, there’s no proper separation between logic, markup and style, css-in-js and CSS modules feel counter-intuitive and I don’t like them. React’s naming conventions isn’t good either. The only good thing I’ll give it would be passing props as function arguments and destructuring them.
Reminds me of A quick rant on Svelte succeeding React I found on Reddit, and how React sucks (kinda).
From this Reddit comment:
Working with svelte, you do feel like it purposefully solved pain points in react:
-bloated syntax (svelte has succinct syntax and very little boilerplate in comparison)
-reactivity (svelte automatically has exhaustive dependencies and a simpler reactivity model in general)
-data fetching (svelte has an async/await paradigm instead of clunky useEffects + state)
-local state management (simple and intuitive syntax vs. useState)
-global state management (svelte stores are very lean compared to Redux)
-styling (svelte colocates markup and style)It’s not a direct successor by any means, but in many ways it’s a spiritual successor, and generally very attractive to people who have worked deeply with React.
Reminds me of A quick rant on React I found on Reddit, and how React sucks (kinda).