© 2023 Hashnode
#coding
One of the best ways for a software developer to stay on top of the latest trends and technologies is following a YouTube channel. Not only does it provide access to new tools, techniques, and best practices for coding, but you will also be…
MERN Stack: MERN (MongoDB, Express, React, Node.js) is a popular full-stack development framework that allows you to build dynamic and responsive web applications. The benefits of using this tech stac…
Hey, I’m Julien. I’m a self-taught web developer and designer who switched careers from digital marketing to web dev last year. I wanted to start this monthly log to document my journey building my pr…
Overview of Java Java is a high-level, general-purpose programming language developed by Sun Microsystems (now owned by Oracle). It is designed to be portable, secure, and multi-threaded, allowing dev…
As a young student in high school, I discovered a passion for coding. I started with Java and, with the help of a friend, I built my first project: a desktop messenger. This project quickly became pop…
Good coding habits are essential for developers to produce high-quality, maintainable, and efficient code. This article highlights ten key habits that every developer should have, including writing cl…
This article was originally posted on www.realpythonproject.com A CLI is a tool that allows users to interact with a computer program through the command line. It can perform various tasks, such as r…
Introduction Coding is an essential skill in today's digital world. It is the backbone of the technology industry and is used to create everything from websites and apps to software and games. However…
Problem statement Given a 2D grid of size m x n and an integer k. You need to shift the grid k times. In one shift operation: Element at grid[i][j] moves to grid[i][j + 1]. Element at grid[i][n - 1]…
Today, Low-code machine-learning applications are becoming increasingly popular among businesses as a solution to issues like governance, speed to market, and skills scarcity. CIOs should be aware of …