Onjsdev Logo

Discover the Latest in Development

Explore cutting-edge articles, inspiring images, and essential developer tools to elevate your coding journey.

Join Our YouTube Community

Subscribe to our channel for in-depth tutorials, coding tips, and the latest in web development

4.4KSubscribers
45+Videos

Latest Articles

Dive into our latest articles on web development, design, and technology.

Axios Tutorial for Beginners
HTTPJavaScriptNodejs
Axios Tutorial for Beginners
Discover how to use Axios, the most popular HTTP client for JavaScript, in this beginner tutorial. Learn how to send GET and POST requests, handle API responses, manage error handling, and simplify asynchronous data fetching with clean, readable code.
23 Jun 20257 min
What is an Axios Instance? | Axios.create()
AxiosAxios InstanceAxios.create
What is an Axios Instance? | Axios.create()
Learn what an Axios instance is in JavaScript. Make HTTP requests with pre-configured defaults like base URL, headers, and timeouts.
25 Jun 20255 min
Chown vs Chmod in Linux
LinuxChownChmod
Chown vs Chmod in Linux
Confused about chown and chmod in Linux? This guide breaks down what each command does, how they’re different, and when to use them to manage file ownership and permissions.
23 Jun 20255 min
CSS BEM Methodology for Beginners
Web DevelopmentCSS
CSS BEM Methodology for Beginners
Naming things is always hard in software development, and CSS classes is no exception. At this point, BEM offers a powerful methodology for effectively naming your CSS classes.
3 Jun 20254 min
Detect Finger Swipe Gestures in JavaScript
JavaScriptFinger Gestures
Detect Finger Swipe Gestures in JavaScript
Learn how to detect finger swipe gestures in JavaScript using touchstart, touchmove and touchend event listeners for touch-based devices such as smartphones and tablets.
23 Jun 20255 min
Disable Root SSH Login on Linux
LinuxSSHSecurity
Disable Root SSH Login on Linux
Learn how to disable root SSH login on Linux.
23 Jun 20255 min
Filter vs Find in JavaScript
Web DevelopmentJavaScript
Filter vs Find in JavaScript
Filter vs Find in JavaScript is a way to create a reusable instance of Axios with default configurations. Here's a clear breakdown.
2 Jun 20254 min
How SSH Works
Web DevelopmentLinuxNetworking
How SSH Works
SSH is a secure way to connect to a server. It is a protocol that allows you to connect to a server and execute commands on it.
22 Jun 20254 min
How To Connect Your Remote Server On VS Code?
Web DevelopmentVS CodeRemote Server
How To Connect Your Remote Server On VS Code?
If you want to access your remote server on VS Code, this guide is for you. With VS Code's Remote - SSH extension, you can open and edit files on any remote server just like they were local. Let's see how.
30 Jun 20253 min
How to Creatæe an NPM Package
Web DevelopmentJavaScriptNodeJS
How to Creatæe an NPM Package
You've probably used NPM packages in your projects. If you're wondering how to create and publish your own so others can download and use it in their projects, this guide is for you.
12 Jun 20253 min
HTTP Request Configuration Explorer
Web DevelopmentJavaScriptNodeJS
HTTP Request Configuration Explorer
Explore each HTTP configuration option by clicking below 👇
04 Jul 20254 min
React Context API
Web DevelopmentFrontendReact
React Context API
React Context API is a way to manage state in a React application. It is a way to share data between components without having to pass props through multiple levels of the component tree.
21 Jun 20254 min
ReactNode vs ReactElement
Web DevelopmentReactJSTypeScript
ReactNode vs ReactElement
In React, ReactNode and ReactElement are often used types when you're typing props or children, but they serve different purposes. Here are their differences.
2 Jun 20254 min
SASS vs. SCSS
Web DevelopmentCSSSASS
SASS vs. SCSS
If you are interested in web development, you've likely heard of both SASS and SCSS. But what exactly sets them apart? This article will break it down for you.
2 Jun 20254 min
Strapi vs WordPress
StrapiWordPress
Strapi vs WordPress
A detailed comparison of Strapi and WordPress
23 Jun 20255 min
Typescript Generics
TypescriptGenerics
Typescript Generics
Learn about Typescript Generics
23 Jun 20252 min
What Makes the TALL Stack Ideal for Modern Web Development
TALL StackWeb DevelopmentTailwind CSS
What Makes the TALL Stack Ideal for Modern Web Development
Learn why the TALL stack is an ideal choice for developers looking to create modern web applications with a smooth, integrated workflow.
23 Jun 20252 min

Latest Images

A collection of inspiring images for your projects