Tymek Zapała

Tymek Zapała @tymzap

About: JavaScript software engineer

Location:
Cracow, Poland
Joined:
Oct 25, 2024

Tymek Zapała
articles - 6 total

5 JavaScript tricks only experienced developers know... Until now! 🧙‍

JavaScript is a versatile and powerful language, but even experienced developers sometimes overlook...

Learn More 0 0Jan 11

3 very simple React patterns to immediately improve your codebase 🪄

React is powerful. But with power comes the risk of messy codebases. Over time, components can...

Learn More 1 0Jan 10

🍯 Honeypot field: an easy to implement React security technique

If you've ever had your web forms spammed by bots, you know how frustrating (and potentially...

Learn More 1 0Dec 9 '24

Arrow function vs regular function in JavaScript. Which one to use? 🤷‍♂️

Syntax differences Arrow functions are shorter and use an => symbol. Here’s how they...

Learn More 6 3Oct 30 '24

Still don't get React server components? Read this one sentence

I used to confuse React server components with server-side rendering. One day I was watching the...

Learn More 7 1Oct 29 '24

Don’t ever use if-else. Use this instead

Let’s talk about a coding trick that makes your code easier to read and keeps things organized: early...

Learn More 67 30Oct 25 '24