---
title: "Harris Jose — Blog"
url: https://harrisjose.com/blog/6
---
# Harris Jose — Blog

Newest first, 10 per page. Every post is also available by appending `.md` to its URL.

## [Serverless Horror Stories](https://thenewstack.io/serverless-horror-stories/)

2020-10-18

> (...)some real-life horror stories that illustrate the potential problems of serverless in production — and how to avoid them.


## [Workers Durable Objects Beta: A New Approach to Stateful Serverless](https://blog.cloudflare.com/introducing-workers-durable-objects/)

2020-09-29

> We see Durable Objects as a low-level primitive for building distributed systems. Some applications can use objects directly to implement a coordination layer, or maybe even as their sole storage layer.


## [ooooops I guess we're* full-stack developers now](https://css-tricks.com/ooooops-i-guess-were-full-stack-developers-now/)

2020-09-28

> It’s cool to see the tech around our job evolve to the point that we can reach our arms around the whole thing (...) when web technology becomes simple enough that people can build things from start to finish all by themselves. That’s pretty cool.


## [Why senior engineers get nothing done](https://swizec.com/blog/why-senior-engineers-get-nothing-done)

2020-09-11

> 20 minutes of your time to save 7 hours for the team. Your company will make that tradeoff every day. $40 of your expensive time for $420 of everybody else's time? Yes please.


## [IE11 Mainstream End Of Life in Oct 2020](https://www.swyx.io/writing/ie11-eol)

2020-09-05

> The development cost of IE11 support is high. (...) but at a minimum, you should be employing the module/nomodule differential approach for serving legacy JavaScript. This ensures you don't penalize the \~98% of your users with modern browsers for the 1-2% of IE users.


## [A request cache for client side apps in under 40 LOC](https://harrisjose.com/2020/08/cache-dedupe-api.md)

2020-08-24

Caching and de-duping HTTP requests helps [facilitate local reasoning](https://sophiebits.com/2020/01/01/fast-maintainable-db-patterns.html "Fast and maintainable patterns for fetching from a database - Sophie Alpert"). This means that you think about a part of your code in isolation, without holding the entire system in your head. I'll get into more of why this has a huge impact on the way you code at the end of this post.


[Continue reading](https://harrisjose.com/2020/08/cache-dedupe-api.md)

## [Leading-Trim: The Future of Digital Typesetting](https://css-tricks.com/leading-trim-the-future-of-digital-typesetting/)

2020-08-23

> Leading-trim is a suggested new CSS property that lets us remove the extra spacing in every font so that we can more predictably style text.


## [A college kid's fake, AI-generated blog fooled tens of thousands](https://www.technologyreview.com/2020/08/14/1006780/ai-gpt-3-fake-blog-reached-top-of-hacker-news/)

2020-08-17

> (...) this has long been the worry raised by such language-generating algorithms. Ever since OpenAI first announced GPT-2, people have speculated that it was vulnerable to abuse. In its own blog post, the lab focused on the AI tool’s potential to be weaponized as a mass producer of misinformation.


## [TypeScript, Minus TypeScript](https://css-tricks.com/typescript-minus-typescript/)

2020-08-06

> TypeScript is incredibly powerful, but is often difficult to read for beginners and carries the overhead of needing a compilation step before it can run in a browser (...) Fortunately the TypeScript team has enabled a way to type check vanilla JavaScript using JSDoc.


## [content-visibility: the new CSS property that boosts your rendering performance](https://web.dev/content-visibility/)

2020-08-06

> With content-visibility, it will style and layout all of the contents that are currently visible to the user (they are on-screen). However, when processing the story that is fully off-screen, the browser will skip the rendering work and only style and layout the element box itself.


---

Page 6 of 8. Newer posts: https://harrisjose.com/blog/5.md

Older posts: https://harrisjose.com/blog/7.md
