DEV Community

Agney Menon
Agney Menon

Posted on

The Web in April - Newsletter

This is from a monthly newsletter I write about the web. If you like what you are seeing, you can subscribe to the newsletter here

April is ending and the world is still in quarantine. Hope this email finds you healthy is now the default first line in any email.

Everything I said about remote working during a pandemic still stand, but remote work is certainly gaining momentum in at least some of the companies. TCS, an Indian service company employing 0.5 million people have announced that 75% of their workforce will be going remote by 2025. FYI has published a report analysing The Future of Remote Work estimating by 2025, 70% of the workforce will work remotely at least five days in a month. In other news, Uber CTO is leaving the company and they might lay off 20% of their workforce.

The release for is-remote got people in JavaScript community talking. This library is a one liner that determines if a variable is a promise or not. Everything was fine until one day the maintainer made a minor release for supporting ES Modules for new NodeJS update and broke a whole lot of packages. Apps that broke include Serverless and create-react-app. People have been talking about the heavy reliance of third party libraries and how the number of dependencies can kill your app when maintainers make mistakes. There is a post mortem for incident on Medium which is an interesting read.

Releases

  • Last Python2 version - End of an era.
  • Github is free for Teams - A Microsoft enterprise is waiving off all fees for teams. While this is indeed great for indie programmers there are growing concerns that Github might lose their way with only enterprise customers paying for the product.
  • Gatsby - Incremental Builds - As the number of pages increases, it used to becomes painful to build a static app, every page has to get rebuild even if there is only small change. With Netlify's build minutes, this was a question on everyone's minds. GatsbyJS is now introducing a beta into incremental builds on their platform offering 1000x build speeds.
  • GraphQL Playground - Prisma donated Playground to GraphQL foundation and now they are combining GraphiQL and Playground.

My Content

If you are looking to learn some computer science during the pandemic, I have a list of free courses for you.

Tutorials

What am I watching?

Women of React happened last week and it was amazing. The live stream is still up on YouTube. The talks from Maggie Appleton on React Mental Models and Anusree Subramani's talk on React Developer Tooling are absolute favourites.

In Other News

This is from a monthly newsletter I write about the web. If you like what you are seeing, you can subscribe to the newsletter here

Top comments (0)