

Mastering Closures in JavaScript: A Beginner’s Guide
Closures are a fundamental concept in JavaScript, and they can be a little tricky to understand at first. But once you get the hang of them, they …
Evren BAL
Full Stack Developer
Closures are a fundamental concept in JavaScript, and they can be a little tricky to understand at first. But once you get the hang of them, they …
Next.js allows you to create or update static pages after you’ve built your site. Incremental Static Regeneration (ISR) enables you to use static-generation on a per-page basis, without needing to rebuild the entire site.
A JavaScript library on GitHub, a job posting from your dream company, or a tweet you see on Twitter, EcmaScript comes up in many places regarding to JavaScript. But there is confusion even in ‘senior level’ job posting about the concept.
Is Tailwind CSS suitable for all use cases? Can it be used for a blog? Can Tailwind CSS replace Bootstrap or similar Frameworks? When to use Tailwind CSS and when not? In this post, I am going to share my opinion on this questions.
Contrary to popular belief, JWT is not reliable if it is not applied consciously and may not be used for authentication in critical operations.