Alexandre Tolstenko

Results 83 issues of Alexandre Tolstenko

Agenda 0:00 - 0:05 (5 minutes): Introduction Welcome everyone and introduce the topic of the session: using GitHub Copilot to create a minimal functioning game. Briefly go over the objectives...

Coding Dojo

In order to train ourselves in new technologies I invite you to explore the new fancy language called vlang. Our goal is just to make a small square appear and...

Coding Dojo

Hi! On Nextjs, SSR only allows fetch API and doesn't allow window. The generated file runtime.ts contains: ``` import "whatwg-fetch"; export const defaultFetch = window.fetch; ``` but I constantly edit...