👋 Enjoying the content? Subscribe to our Medium publication for more articles like this. 👇
Keep Learning

Tagged in: javascript

Javascript Functional Programming Notes

Last updated: April 20, 2024 by Atakan Demircioğlu

First of all, I can say that functional programming is a programming paradigm, a codding style, or basically a mindset. For a basic understanding, this is an example to write code in a nonfunctional…

Nodejs JWT Authentication With HTTP Only Cookie

Last updated: April 20, 2024 by Atakan Demircioğlu

This article provides basic information about Node.js JWT Authentication With HTTP Only Cookie. Includes a login and logout logic with a real-world example.

package.json & package.lock.json Explained

Last updated: April 20, 2024 by Atakan Demircioğlu

Basically, we can say that is the heart of any node project. This file stores the metadata about the project and manages the project’s dependencies, version, scripts, etc. When you install some…