34 Matching Annotations
  1. May 2023
  2. Jan 2022
    1. Point being (again), definitions seem to differ, and what you call "full stack" is what I call "batteries-included framework". Full stack simply means (for me) that it gives you a way of building frontend and backend code, but implies nothing about what functionality is included in either part.
  3. Jun 2021
    1. A rule of thumb is that data should just be data - it is not recommended to observe objects with their own stateful behavior.
    2. Although each method of a Vue component can be tested individually, our goal is to test the output of the render function, which represents the state at all times.
  4. Dec 2020
    1. The compiler architecture moves complexity from the runtime and source code to buildtime and tools. Behind Svelte’s simple APIs sits a beefy compiler. Frontend web development has become very tool heavy in the webapp era, so in practice this adds little cost beyond what developers like myself already pay, but increased build complexity is important to acknowledge.

      tool-heavy dependence on build tools / heavy/complex build-time

  5. Nov 2020
    1. Frontend frameworks are a positive sum game! Svelte has no monopoly on the compiler paradigm either. Just like I think React is worth learning for the mental model it imparts, where UI is a (pure) function of state, I think the frontend framework-as-compiler paradigm is worth understanding. We're going to see a lot more of it because the tradeoffs are fantastic, to where it'll be a boring talking point before we know it.
  6. Oct 2020
    1. I want to run docker daemon with TLS enabled but client certificate authentication disabled so that clients can verify authenticity of docker daemon but docker daemon doesn't need to verify clients.
  7. Sep 2020
  8. Jun 2020
  9. May 2020
    1. When is your site not built with the Jamstack? Any project that relies on a tight coupling between client and server is not built with the Jamstack.
  10. Apr 2020
  11. Nov 2019
  12. Jul 2019
    1. Backend Vs Frontend: Guide to Development for Developers

      What's the difference between Frontend Vs Backend? The backend consists of a server, application, and database. The frontend is the look & feel of website or application

  13. Jan 2019
  14. Jul 2017
  15. Apr 2016
  16. Jan 2016
    1. Learn the actual underlying technologies, before learning abstractions. Don't learn jQuery, learn the DOM. Don't learn SASS, learn CSS. Don't learn HAML, learn HTML. Don't learn CoffeeScript, learn JavaScript. Don't learn Handlebars, learn JavaScript ES6 templates.

      Very true and a useful way to evaluate potential developers.

  17. Dec 2015
  18. Sep 2015
    1. Implementation of the mix-blend-mode property is more complex than background-blend-mode so it is taking a bit more time, but don’t let that get you down. Blend modes will be here soon

      Where possible, using multiply blending would avoid highlights making the underlying text less readable in PDFs where the <span> created by H does not actually contain the visible text of the element