loading...
We're a place where coders share, stay up-to-date and grow their careers.
Preact - Next.js - Deno - SSR - SSG π» Open source π Machine learning π€ Books π Sport πββοΈ Nature π± Focus on being useful. I contribute AMAP to the OSS community. Love learning by doing.
Recent comments
How to Send Email with Vercel Domain through GSuite
I have done everything but it still does not work. Is it like...
β You Are Using Emojis The Wrong Way
Nooooo π! Use the platform instead! Emojis are part of UTF, u...
React, TypeScript & Mobx
Does anyone know of an alternative to hoist-non-react-statics...
First steps with WebAssembly in Rust
WTF?
17 Pro JavaScript tricks you didn't know
And doesn't work as expected.... Boolean(123.1^123) // false,...
17 Pro JavaScript tricks you didn't know
And it's not correct for decimal numbers. Boolean(122^123)...
17 Pro JavaScript tricks you didn't know
Same for if(a!=123) // before // NOOBS if(a^123) // after...
Sitemap with Next.js
The next.config.js file has js extension. So looks difficult ...