Skip to post content

TorontoJS TL;DR Issue #8

October is here!!!!! Which means that the leaves are changing, there is a mix of crisp air in the morning and more blue sky days but this also means that Hacktober!!! is among us!!! which they are celebrating the 10th year of existence!!!!

October is here!!!!! Which means that the leaves are changing, there is a mix of crisp air in the morning and more blue sky days but this also means that Hacktober!!! is among us!!! which they are celebrating the 10th year of existence!!!!

What is Hacktober? It is a yearly event to encourage open source contributions where be it through code or no code issues! Registration is open now with lots of projects awaiting for help!

Upcoming Events

(TONIGHT) - JS Workshop for Women Developers [In Person] - (at Capacity). This workshop covers topics like writing documentation and public speaking!

(October 12th from 2pm - 6pm) - We are introducing a new type of event called JS Website Club! Bring your laptop, write a blog post. We can also help figuring out tech stacks, buying domains or figure out hosting. Any experience level can join, because WordPress is still a thing too!

(October 22nd from 4pm - 6pm) - The monthly online Code Club will be happening! Register here to attend! These monthly events are to bring your projects that you have been thinking of building, you are currently working on or it gives an opportunity to collaborate with fellow folks in tech on the projects they are working on! All levels of knowledge welcomed :)

Other events happening in Toronto:

Community Showcase

Canadian startup Polyseam is building [CNDI]. It’s a free and open source tool for self-hosting popular open source projects and they’re doing it using Deno (a Next-generation JavaScript Runtime)!

For a complete demo of the tool, check out this walkthrough!

Mike Vautour has released his second video of documenting building a personal portfolio project using Payload CMS in public. For this video he says that “there are a couple sections that require an unknown number of elements so we will use array type collections to handle those inputs”.

Industry News

New changes have landed for Remix v2 and Next.js 13.5!!!

First off! What is Remix? Remix is a full stack web framework that lets you focus on the user interface. It is built on the Web Fetch API (instead of Node), that allows the code to be run anywhere.

With adjustments to the minimum version support for Remix v2, it now officially requires React 18 as well as Node 18 or later to use. There has been added changes with removals of future flags from the remix.config.js file, as well as lots of changes/API removals that had a lot of deprecation warnings in Remix v1. For all the changes with v2, they can be viewed here!

Now Next.js 13.5. Developers have been complaining about the slowness of the Next.js dev server lately, so these changes with 13.5 will increase that! 22% faster startup, 29% faster HMR (fast refresh), 40% less memory usage, optimized package imports and over 438 bugs patched! wow! Read about all the changes with Next.js here!