Posts tagged with
dev-tools
What are Low Code Development Platforms?
We'll looking into low-code platforms, when and where they can be used, and limitations you might face during the development.
JWT Authentication - What is JSON web token?
We will focus mainly on using JWTs for securing web applications.
Developing Internal Tools in 2024
JavaScript some method implementation on Array with examples
What is Version Control and Benefits of Using It?
Version control systems are essential to any successful software project. Understand version control fundamentals and compare version control systems.
Using Arguments in Bash Scripts
This article will help you understand how to use arguments in bash scripts to make your scripts more flexible and reusable.
Getting started with Astro Framework
We will learn how to set up Astrojs, create a new project, and basics.
Kubernetes vs Docker - A Detailed Comparison
Explore an in-depth comparison between Docker and Kubernetes, focusing on their unique features, advantages, and ideal use scenarios.
git stash - Save the Uncommitted Changes Locally
Explore the essential guide to Git Stash with practical examples and expert tips. Learn how to effectively save, manage, and apply your code changes with the git stash command.
Build Access Control Mechanism using Permify
We'll examine how to build an Access Control mechanism in Refine using Permify, an authorization as a service that helps you create any kind of authorization system easily with its panel.
How to Edit a crontab
Crontab is a powerful scheduling tool in Unix-like systems. This article provides a comprehensive guide on using crontab, covering the basics of creating a crontab, setting up environment variables, scheduling jobs, and error handling.
Swiper.js Tutorial - A Powerful Touch Slider Library
We'll take a dive into the Swiper.js library, a powerful JavaScript library that lets you quickly add touch-enabled and responsive sliders to your website or web application.