Hi, I'm Szabolcs!
Mostly online as _Nec, I'm a developer from Budapest, Hungary. Organizer and curator of JSConf Budapest and CSSConf Budapest, organizer of Frontend Meetup Budapest occasional speaker, hobby hardware hacker, photographer and Lego nerd. Staff engineer at BinX.
The Ultimate Guide for Error handling with async/await
With async/await, handling errors got as simple as possible
Posted on Read more...
Next.js & Apollo GraphQL Performance Tuning: From Lists to Details
Navigate from a listing page to a detail page as fast and seamless as possible.
Posted on Read more...
Next.js & Apollo GraphQL Performance Tuning: Lists & pagination
Creating lists and paginating them using data from GraphQL, and relying on React components within Next.js
Posted on Read more...
GraphQL with Next.js and Apollo
Introduction to a modern React stack that is really great to work with
Posted on Read more...
Upcoming ESNext features - Part 2
Take a look on the Bind Operator, Top-Level Await and Optional Chaining
Posted on Read more...
Upcoming ESNext features - Part 1
I've handpicked some of the top features that I (a)wait most for JavaScript, let's see the first three
Posted on Read more...
When arguments are mutable
An exact case, when omitting strict mode can cause weird side effects
Posted on Read more...
Transform your codebase using codemods
Learn about jscodeshift, a super-useful tool to step by step transform large codebases using small changes.
Posted on Read more...
npm authoring basics
What, how, and where to publish npm packages
Posted on Read more...
This month I've learned - January
Loading binary data in the browser, Typed Arrays, the Web Crypto API and smaller goodies this month.
Posted on Read more...
Create an RGB LED wall clock - part 1
Guide to make your own RGB LED wall clock, using a Tessel, Neopixels and JavaScript - first, the hardware part
Posted on Read more...
This month I've learned - December
Helm for Kubernetes, Ligatures, CSS variables and back to the basics with Trigonometry in December.
Posted on Read more...