Let's learn about Front End Development via these 426 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology.

The same old HTML, CSS, and Javascript.

UPDATE: You can use the npm package create-component-lib to automate all the steps described in this blog post.

Nowadays, the amount of data grows exponentially, and the more information we see, the more painstaking and time-consuming it gets to analyze it. With the advent of big data, the business world faced the necessity to shift from traditional Excel spreadsheets to more effective ways of data visualization – colorful and interactive diagrams, charts, dashboards, maps. Thanks to modern data visualization tools, people can spend less time and effort on grasping difficult concepts or identifying new patterns, thus making a significant contribution to more effective decision making.

The idea behind creating a quick response (QR) code generator is to translate data from images to text. A QR code is simply the representation of image data as text, and it has a lot of useful applications from restaurant menus and concert tickets, to online calendar invites, payments, and the list goes on.

Hire a team of front-end and back-end developers or full-stack developers at Systango.

Have you been reading JavaScript posts lately? Maybe you’ve noticed that functional programming is really popular right now. It’s a really powerful way to program, but can be overwhelming to get started with. Thankfully the most popular NPM package (with 48 million downloads this month) has a very useful functional programming package to help us get started!

Before reading on, you need to know what these things are:

The Best Practices for Front-End Development

Large bundle sizes and slow startup is a common problem faced by single-page applications (SPAs), since they typically download all the JavaScript required for every single page of the application right at the start, before rendering a single pixel.

The JavaScript world is moving fast.

What if we told you that a developer without blockchain knowledge can create a multichain dApp in a couple of minutes? Let’s explore how it's possible!

This tutorial will explore how to create a GraphQL server and client with Next.js to provide a more efficient and flexible development experience for our users.

Discover how vital hacking Time to Market (TTM) is in mobile app success and explore the innovative approach of Backend-Driven UI (BD UI) to shorten TTM.

I’ve come quite a long way as a web developer and happened to work in different teams and with different designers. Regardless of the number of people and type

There're numerous JavaScript charting libraries. To make your life easier, I decided to share my picks. Check out the best JS libraries for creating web charts!

I'd like to share some useful JavaScript stuff I have saved

A good interface in 2024 is a world apart from that of the early days of the internet.

Yan Tsishko is a chief software engineer at Oxagile. He believes Javascript/TypeScript is the most exciting technology & that frontend is the future of tech.

A complete how-to guide on creating, testing, and deploying an example bookstore application with Vue 3, Vite, Pinia, Nightwatch

Below is a small gif of what we will be building. A simple search box that allows us search through a contact list. We would be using functional components rather than class based components to achieve this.

React.Js has taken the role of a standard resource in front-end development and here are some of the reasons why the language has done so well recently.

Have you ever been working on a project and wanted to scroll smoothly through your app?

In essence, React Router is a routing library designed for React-based web applications. Its main purpose is to facilitate navigation between components or view

Part 1: A detailed exploration of Angular Signals, touching on three use cases and their practical applications.

There are a few simple tricks you can use to make your content stand out from the pack.

Hey, my name’s Daniel, I’m 18. I have no degree in IT. I’ve just written my mature exams. I have two dream, very well paid jobs. I’m full-time front-end developer and part-time remote Ember.js consultant.

The React Hooks docs has a FAQ entry: “How can I do data fetching with Hooks?” where they link to this well written and detailed article by Robin Wieruch. There is however a shortcoming in that approach which affects correctness is some important situations.

Learn how to manage a React global state with Zustand and TypeScript. Practical guide and code samples. Persist global state in localStorage.

Discover the challenges of creating PWAs with Next.js, the powerful next-pwa plugin, and the exciting future with the @imbios/next-pwa package.

In this article, we will be creating an accordion with vue.js. It is used mostly for expandable FAQ sections in websites.

Winning the title is a testament to the hard work and dedication I have put into learning and improving my skills as a React developer.

Simulate a backend REST API for React development with json-server. Set up a fake REST API to prototype and mock frontend application.

Create reusable and customizable modals with React and TypeScript. Learn how to make a complete modal with React Portals and styled-components.

These 9 tips will help you improve the performance of your React code so that you can make the most out of your software and maximize what you are capable of.

This article outlines how to smoothly deploy a React App through Github while avoiding common problems that such a process is likely to cause for you.

How to migrate your Karma/Jasmine project setup to Jest?

In this article, you will be able to learn what useMemo it and how to use it effectively

In this tutorial, you’ll learn how to connect a front-end library, React, with EmailJS to receive user messages on your website or mobile applications

I see a lot of discussion around CRA being outdated and we should replace it with Vite. This blog discusses CRA's problems and alternatives we can use.

Speaking about frameworks for making web applications, we must consider worldwide known Angular, which goes in two different versions — Angular or AngularJS.

React and Next JS are effective JavaScript frameworks for developing web applications and websites. These frameworks are used by a large community of developers all over the world. Both are open-source projects for developing powerful and interactive web applications, but which should you use? If you are perplexed by the question of Next JS vs React, this blog will be of assistance.

More and more developers are currently deciding to boost their workflow, minimize unnecessary tasks, and structure their virtual desks through admin panels with Node.js backend.

Get clarity on using REM or EM in web design. This guide explains the differences and helps you choose the best unit for your project's needs.

Implementing Social Login: A Step-by-Step Guide in React with Typescript. How to add Github and Google login for users and taking advantage of the social netwo

A component library is one of the coolest things a web developer can make, but if you don't know how to make one, let me guide you a bit.

Chart animations, which will make your application shine.

There are many cases in which you may need your tests to act on behalf of an authenticated user. For instance, if your Web application provides special functionality for authorized users, you will need your test to authenticate.

Are you someone who would like to learn Web Development, but don’t know where to start? Well, you are in the right place.

Autocomplete Search Component With React and TypeScript

Developing an admin area for your React web application can be very time-consuming. And it is just as important as designing all of the front-end pages. Both admin area of your web-application and the pages themselves must be pixel-perfect, fully responsive and have mobile-first and user-friendly web design. In this article, I listed some of the best ReactJS admin dashboard templates that can speed up your development and save you a lot of time and money, eliminating the costs of creating a web application from scratch.

Build a tutorial blog with React and Markdown. Enhance your blog's user experience with syntax highlighting, dark mode and copy to clipboard functionality.

Discover the most effective methods for adding icons from Figma to your website with detailed explanations and practical examples.

Create Google Chrome extension from scratch

In this article, we will consider several interesting hacks that allow you to use custom properties for what would seem impossible without preprocessors or JS.

How to implement secure email verification in Next.js 14 using NextAuth.js, Resend, and React Email. Enhance your web application's security and user experience

Next.js: A Guide to Non-Route-Based Localization

Learn how to fetch data with Redux toolkit.

How a design system can serves as a cohesive language bridging the gap between design and front-end development.

Take a closer look at various options for how we can allow users to choose from various themes, as well as customize them for their needs.

As a developer, you’re always looking for cutting-edge tools, tricks, and extensions. Here are 7 tools that'll improve your productivity and efficiency.

I never know which frontend framework is my favorite. So, I put them all to the test by building a simple to-do app with 6 different frameworks.

This guide has discussed the steps involved in building an image generator with React and OpenAI.

We can create a custom hook that will be used to handle all asynchronous data fetching and updating the state updating.

This article is a prequel of sorts to my earlier 110% Complete JWT Authentication with Django & React - 2020 article. That article covers how to get started with JWT authentication in a typical React and Django Rest Framework project, and it does that well enough. There's just one major annoyance with it - I couldn't figure out how to get live reloading working! So for every change made to the frontend, we had to shut down the dev server, rebuild the React bundle, and start it up again. Talk about tedious!

Poorly written code will surely slow down your website loading speed. To enhance the website's performance, let's consider JavaScript code optimization tactics.

Nowadays, as a webdeveloper, you rarely build anything from scratch: your daily job mostly consists of integrating various Javascript libraries together. If you are building a web app you are most likely going to use some framework like React, Vue or Angular for your front-end. To transmit and manage the data you will be using Redux or GraphQL. For the backend, there will be Express and probably Loopback. Then you need to cover everything with tests, so Jest, Mocha or Jasmine must be present too. Finally, there will be UI frameworks like Bootstrap and maybe some charting tools. I have already counted at least 7 core libraries and all of these are in a single project! And what about underlying technologies like Javascript itself, Node.js and, probably, Typescript? Well, that’s a lot!

Improve user experience with a skeleton loader in React. Mimic page layout with placeholder boxes for text and images while actual content loads.

Hooked on React Hooks — useStateSo what’s all the rage with React hooks? I’ve been exploring it for the past few months and lets just say I really believe that this is what React has needed to surmount its position as the top front end framework.

As the world becomes increasingly digitized, the demand for front-end developers is only going to increase.

After reading this article, you should be able to create a React UI that allows you to use react-hook-form to upload an image to an API endpoint.

The alternative approach of designing huge applications.

It is the received wisdom among software developers, as anyone who has so much as had a conversation with one can testify, that the best way to make progress in learning to programme is to “learn by doing”. I am not here to contest that.

Building a user management solution using ORY Oathkeeper and Auth0.

Probably the most important concept you can learn about HTML is its structure in the form of containers.

Why don't I need to use nested css styles in my product and why is it a bad practice.

Using Vue3 and Vite page inside of sub-folders.

Deployment of a React app on Heroku is a way of hosting an application on a server, and the server provides everything to keep the app live on the internet

A feature on the table and then locking it behind ‘upgrade to unlock’ two days later is a hostage situation.

Statemanjs is a powerful, efficient state management library for JavaScript and Node.js.

How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app.

Coding challenge websites are a great step to take after you learn one language. These will challenge your understanding of your language to deepen it further.

Learning it will not hurt you, but introducing it into a project can raise a few eyebrows. For greenfield projects, it makes sense to default to vanilla JS.

Some online code editors have basic features similar to text editors while others complete Integrated Development Environments (IDEs). We review both.

Learn everything you need to know about Front End Development via these 302 free HackerNoon stories.

These AI assistants will take your frontend game to another level.

Gatsby.js vs. Next.js: Gatsby.js is better for static websites, while Next.js is better for dynamic or hybrid multi-user websites.

So many modern web applications, both client-side and server-side, use JSON Web Tokens (JWTs) for authentication, and this is an excellent approach. However when things don't work, it can be tricky to work out why. This post aims to give you some tactics for understanding and correcting problems with JWTs. If you're just getting started, check out the documentation on working with JWTs and our APIs first.

Modern browsers are more powerful than ever before. We can do many things in the browser with JavaScript now, we'll capture images in the browser with js.

This is the second post in a series about uploading files for the web. In this post, we use JavaScript to create the file upload request.

We’re only three months into the new decade and we’ve already had the threat of WW3, Australia being on fire, and an outbreak of a new Coronavirus. Surprisingly, it’s the latter that has forced many people to isolate themselves at home.

Time to add some end to end tests for your next application.

RxJS helps in asynchronous JavaScript with observables. This guide covers basic to custom operators, emphasizing robustness and testing.

Tailwindcss provides a modern spin on writing css. And unlike bootstrap, it allows us write css without predefined classes i.e we can create our own custom styles without external opinions on how things should look.

One of the areas that a web developer will spend the most time learning is a build system or process to streamline their directory own local development process. When I first started working with task runners I was using Grunt to automate tasks, such as compiling Sass, bundling JavaScript, and optimizing images. However, what amazed me was that all the same tasks that I ran locally to develop could be run before deploying to a production website using a Git repository.

Learn to create real-time charts in React with Highcharts and WebSocket. Includes setup guide, code examples, and GitHub repo for quick experimentation.

Heatmaps are a very popular type of geo data visualization that are commonly used to display large amounts of location-based data.

Creating good documentation is essential for every product a company builds, for its users to solve specific problems they might encounter. System documentation

JavaScript runs the world (at least the virtual part), but what runs JavaScript? That's exactly the question we are going to answer!

Optimize infinite scrolling in Laravel with step-by-step instructions for a seamless user experience.

The AVIF Format is the next-gen image format based on the AV1 video encoding format, that reduces file size, while improving #CoreWebVitals. Learn how.

Unlock the power of data storytelling with Highcharts & React, crafting vibrant 3D visualizations for dynamic web apps.

Authentication is a way for applications to confirm user identity before granting permission or entry to a website.

Data visualization helps you transform your unorganized data in an organized and valuable way that conveys the right message to your audience without words.

The "this" parameter in JavaScript is like that oddly concealed obstacle on a path that keeps tripping people.

Note that under open source projects we assume the following:

Lately I have been using D3 for visualizing data for a React project and it got my attention for a while. I was especially interested as to the scope of this very powerful tool that has a great problem solving ability range related to any kind of data visualization.

I have always been fascinated with one’s ability to create or recreate. Software development for gives me a way to translate my imaginations into useful tangible things. The feeling I get after going through challenges to figure out how to put my ideas together, is incomparable. Full-stack development is the combination of both front-end technologies and back-end technologies to create a fully functional application. In this tutorial, we are going to combine front-end technology called React and Redux with a back-end technology called Rails to create a simple sign-up system.

Easy guide to filling your life with (more) internet cats by making a random cat image generator with React and Cat API. If you prefer video format then I have already made a video on YT:

*Illustration by Regex SEO

An exact clone of youtube with all functionalities from View count to Subscribe to everything (Without Youtube Api) Using Firebase, FFmpeg, And React

These are 8 projects with requirements and designs that you can do to add to your portfolio as a Front-end Developer. The order of these projects is from easy to intermediate level.

Why and how to build a landing page using pseudo-classes and pseudo-elements in CSS.

WebGL (Web Graphics Library) is a JavaScript API for rendering high-performance interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. WebGL does so by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML5 elements. This conformance makes it possible for the API to take advantage of hardware graphics acceleration provided by the user's device.

The Best Front-end frameworks are future-proof and supply the best design solution to the UI experts. There are diverse options in the market for C++ and Java

Deploying a web app to AWS Amplify provides a way to host your frontend web app on the internet using its services for free which provisions a URL you can share

Make the most out of your ReactJS app with the help of WebSocket on no-code Directual! An easy way to make a chat app, get notifications, and much more.

Ghost is a free and open source blogging platform written in JavaScript and it powers an incredible range of websites; from individual bloggers who are just getting started, to large teams of writers and editors at some of the largest organisations in the world. Currently more than 2 million websites running on Ghost including Getform's Blog that you are currently reading!

React, Gatsby, Next.js. Which of the three should you choose for your frontend web development and what should you understand before you make the decision?

Photo by Kevin Ku from Pexels

Learn techniques for handling state effectively in large-scale React applications.

Imagine that you need to develop a web application from scratch to monitor and analyze raw data. For example, you own an average size online store. You are not satisfied with the existing solutions for data analytics and you want to manage what components will be in your admin panel by yourself. It is also very important for you to work with raw data and build analytical charts yourself.

Alright then, so you have decided your path. You want to become a web developer this year.

The power of canvas. Make your data visualizations flexible and performant.

If you don’t have any definite preferences in design, you should try dark colors, because dark themes look so stylish and become more and more popular. That is why we decided to find the most amazing React, Angular and Vue admin templates with dark themes. If you ever googled admin templates then you probably know that there are tons of them and that is fine to be on the fence about which one to choose. If you are not sure whether to use admin dashboards templates or not you can read the article about the benefits of admin templates. The incorrect choice of an admin template may lead to a giant waste of time and money – so it’s the decision you should think about for a while.

Front-end development takes much more than writing clean code. While writing concise and legible code is not mandatory, it will save many headaches in the future. The chances of writing code that will never be changed or never looked at again are slim to none, and time spent getting lost in old code is time wasted. Here are some key web development best practices for HTML, CSS, and JavaScript.

In this tutorial, we are going to learn what is higher-order components, the syntax of higher-order components, and how to use HOC in React.

Responsive web design is a design that adjusts and adapts to any viewport (user’s visible area of the web page) rather than only a specific viewport, irrespective of the visualization device.

I am building my own SaaS application using React library for the user interface. What I like about react you don’t have to use it in a SPA (single page application).

Bootstrap carousel with rails

With the introduction of React hooks since the 16.8 version, we have changed the way we write React application. Indeed, we can now leverage React features, such as state and side effects, within function components.

Learn to enhance web interfaces with the versatile Popover API and JavaScript, optimizing user experience and interactivity.

5 Tools to Boost Your Productivity While Developing - but you probably haven’t heard of before.

50+ Github Repositories Every Front-end Developer Needs

An article that describes the advantages of the front-end frameworks Angular and Vue over the front-end React library.

Every time one decides to embark on a new adventure it is inevitable to find obstacles and have a few downfalls along the way. In my case, it was more like one of those people you watch on YouTube getting hurt trying to perform some amazing trick…

TCP / IP model is not a physical thing. It is a conceptual model used to understand how communications are made over the Internet, and consists of 4 layers.

How to use the new programming language to build more efficiently.

Edge computing platforms like Cloudflare Workers and Deno Deploy allow us to write serverless middleware and backends that are both very fast and cheap.

Scraping Wikipedia for data using Puppeteer and Node

Over 40, with no technical background, this is how I learned a Frontend Framework in 2 weeks.

Recently I was working on a project in RoR and I realized I wanted to show the navigation bar and footer on some pages and nothing on others. For example, Imagine a signup page with a navbar !!! Yuck, not only does it not look pretty but also, I have never seen any design where the login/logout pages have a navigation bar. Very few designs like that do exist, and in my opinion, are not the best.

An exact clone of youtube with all functionalities from View count to Subscribe to everything (Without Youtube Api) Using Firebase, FFmpeg, And React

To become a good frontend developer, you must be aware of the importance of frontend development and its role in creating websites and web applications.

If you use Vue, you might be used to having to apply different classes to tags based on the logic in your code.

The intent of this Success Criterion is to provide enough contrast between text and its background so that it can be read by people with moderately low vision.

Sometimes, you can't simply open your index.html in Chrome to test your website. You need the features of a real web server like NGINX.

Lazy loading is a strategy that defers the loading of non-essential resources until they are needed, reducing the initial loading time and improving the overall

The tech stack for dApp development includes Blockchain Networks, Smart Contract development Deployment frameworks, and Frontend development.

Finding the perfect toggle design can be a challenge. This article addresses the problem by showcasing 12 creative examples with code.

How a cohesive structure and mathematical principles can streamline color management for designers and developers operating within a design system.

we’ve put together this convenient guide to popular frameworks, to help you better understand the use cases of Vue vs. React.

How to Build a React Native App

Writing React Test with react recommended libraries — Jest & React Testing Library for complete beginners.

Learn to set up a secure and user-friendly system for password recovery in Next.js, complete with token verification and email notifications.

Master creating interactive point maps in JavaScript! Step-by-step guide using millionaire counts for global cities for illustration. Dive in now!

This article explains how you can format dates on your site using Velo.

You can connect data to elements using Wix Data and datasets or Velo and code. You can learn about how data is formatted when it is connected using datasets, here.

There are many pricing models that you can use to increase your conversions, here is a list of 5 pricing models you should be using.

JavaScript facilitates every person, business, and organization’s interactive online presence across the world.

In this article we are going to create a chess game with React and Chessboardjsx ♟️. On top of that, we will use the chess.js library.

Writing clean front end code for a resilient, readable front end code repository.

The appearance of Node.js became the new era for JavaScript because of the opportunity to synchronize frontend and backend. All JavaScript programs with help of

Learn how to use Appwrite’s API and Svelte to create a list app with features like task creation and deletion and storing the data in Appwrite Cloud.

So you’re a front end developer, and you want to learn some backend stuff. You want to become a full stack developer someday, so where do you start? Google’s Go language is an excellent place.

Custom hooks are an amazing thing that happened with React. It brings to us the ability to create beautiful components and move a lot of business logic to hooks

This is a guide that shows you how to containerize and share your dApp using docker and Vite.

In the ever-evolving landscape of web development, Angular and React continue to be two powerhouse options for front-end development.

Virtual DOM Is Just A Virtual Copy Of The Actual Object That The DOM Has Created For A Specific Node And...

A review of some of the HTML attributes you might want to use.

In this article, I will introduce the React Context API for state management and create a similar solution as Redux without using a third-party library.

Next.js is a framework built on React that gives frontend developers the flexibility of creating modern and scalable apps

Implementing charts without coding.

Built-in, automated SSL, custom domains, new authentication features, dark mode, and more! After a lot of work and anticipation from our developers’ community, I am really excited to announce the release of version 0.5 of the Appwrite back-end server.

Let’s have a quick look at how to make your next front-end interview assignment look as good as possible.

Start with markup, not styles. Write only the CSS you actually need. Design for mobile first, not as a fix later. Let layouts adapt before reaching for breakpoi

If you are a web developer, you must have heard about viewport, and the below line may seem familiar to you.

DOM Manipulation is the process by which one can dynamically change the content of the web page. Working with DOM should be fairly easy.

Let me give you a simple roadmap to know where you are, and where you should go next. So here are 4 essential skills to become a frontend developer in 6 months.

Frontend development has taken the world by storm in the last decade with extreme progress in all web technologies (HTML, CSS, JS, etc.) sponsored and led by the biggest software companies in the world. It is arguably one of the highest paid, the most in-demand and satisfying job in the software industry for quite some time. This is the best time to learn it if you haven’t started already 😃!

Welcome to other chapters of Let’s Understand Chrome V8

Superflex integrates with Visual Studio Code (VSCode), allowing engineers to generate code directly from Figma designs, images, and text prompts.

Tailwind as a framework is designed for optimum performance and fewer style clashes. Learn 10 reasons to choose Tailwind CSS for your next project.

React is popular for a reason. It offers not only a solid paradigm of programming but also makes code much more maintainable.

Explore the essentials of HTML, CSS, and JavaScript for web development. Are they enough for modern front-end applications? Learn more in this article !

This article will show you some typical mistakes that almost every Javascript programmer has made during his career.

TezJS is a modern JavaScript framework, allowing you to build a modern Jamstack website by achieving highest website performance & 98+ web vital out of the box

Learn how to write clean and maintainable code in TypeScript by following best practices for classes and objects.

In today’s article, we will have a quick look at 10 admin templates and themes that are simple to use and good to look at.

I curated some of my favorite front-end resources for colors and palettes, fonts, icons, illustrations, stock photos, and videos.

In this article, we will explore why React stands out, comparing it with two other popular frameworks, Angular and Vue.js, and why you should choose React.

In the first steps as a programmer , people really lose their way trying to find their passion and they keep asking themself a lot of questions like: what should I learn? maybe front-end web development, or maybe Cloud computing, Machine learning engineering is better for me ,nah back-end web development is the one chosen for me .

With the evolution of technologies, both front-end and backend have evolved to a great extent. The difference between the two is what we are going to discuss.

This article will help you to start a path to front-end development. In the last 10 year’s I didn’t pay any attention about programming and the way websites built. About 2 years ago, I started to spend more than 12 hours every day working as a remote tester for several platforms.

My article will introduce you to some innovative Cypress plugins and highlight the crucial packages that have significantly contributed to Cypress's success

Discover top resources for learning and freelancing opportunities to gain real-world experience, and kickstart your frontend development career today!

display: flex will change the way that your text will appear when rendered based on how you set its behavior and how large the box it is placed in is.

Unleash the power of Web Components and revolutionize your web development workflow. Learn to create reusable elements and enhance your apps effortlessly.

More and more organizations rely on business dashboards for various reasons – including gaining critical insights into their data, monitoring and tracking key performance indicators, studying past performance, and predicting future trends.

Maximize efficiency in low-code web dev with these essential practices. From setup to cleanup, streamline workflows for better productivity and innovation.

This article will walk you through the concepts you would need to know to step into the world of widely used ReactJS.

With this website, you get to run performance, lighthouse, core web vitals, visual comparison, and traceroute tests on your website.

Where is front-end development heading in 2021? Jay Freestone examines trends and technologies that will shape web development this year.

This is a post that I have been putting off for a while, but I think the time has come to share this with the community. Two years ago I sat down to start a new project, an experiment involving image downscaling and Node.js, and since then it has become my primary open-source project.

In a React app, data is fetched in the parent component and then passed down to child components through props.

It’s been a while since I started learning JavaScript and, like other languages I learn, I like to discover ways to code efficiently. In this article, I’m going to show you some of the most awesome libraries and VSCode extensions that will improve your JavaScript coding experience.

A senior-level deep dive into how React Server Components (RSC), SSR, and CSR work together in Next.js 15 — and why server-first rendering is the future.

Velo by Wix is an innovative product that lets you build robust web applications with zero setup. Work in Wix's visual builder, add custom functionality and interactions using Velo APIs, and enjoy serverless coding in both the front-end and backend. With Velo, your web app can be up and running in a fraction of the time it would normally take you.To introduce you to Velo, we created our own version of a "Hello, World!" example: a simple currency converter site that uses the wix-fetch API to connect to a third-party service. Site visitors choose source and target currencies from dropdowns and enter an amount to convert. The results are displayed in a text box.

Build and deploy a public shadcn/ui registry on Next.js & Vercel—covering setup, registry.json, cssVars, deps, and quick CLI install.

This is a simple BMI Calculator made with pure HTML, CSS & JavaScript.

Have you ever tried to find out some useful and basic information about React application architecture? It’s as tricky as learning rocket science, really!

Let's deep dive into React Hooks and uncover the secrets to building efficient, dynamic UIs with this comprehensive guide to modern web development.

This is the first post in a series all about uploading files to the web. In this post, we cover the steps needed to upload files using only HTML.

In this blog, we’ll explore common barriers on web pages faced by users with mental health challenges.

A Beginner's Guide to CSS Grid Layout

Choosing a UI library for your frontend project can be a challenging task. I will try to help you make this hard decision.

The Front-end handles the presentation of a website for end users while a backend handles the relations and connections of servers and features with databases.

React-i18next is one of the best options for multi-language apps among many libraries in which you may be lost.

Let's consider some examples of React anti-patterns which avoidance will help you ensure the top-notch quality of your front-end development.

Image performance plays a huge role in #CoreWebVitals, which in turn play a huge role in SEO. We'll show 3 quick and simple ways to optimize images. #webperf

In Javascript, it's usually considered best practice to work with absolute numbers, as number is a defined type. However, when expressing these numbers in user

In this article, you are going to build your first React application. React is the most popular front-end framework and it’s for good reasons. One reason is that React will only update the parts of your website that got changed.

In my first encounter with web technologies, a lot of things were complicated to me and almost to everyone I know till now. There are a lot of questions about how a page works, how it is built and what is the logic behind it. So let’s clear out some things here for those who want to be Web developers and don’t have a clue about programming.

What is the computed value of the display property for the .child element in the following example?

HTTP Live Streaming (HLS) is a great way to encode, stream and manage videos for a smooth viewing experience, regardless of bandwidth, device and environment.

3 cool things that will make you love micro frontend architecture - flexibility in managing codebase, a wide choice of frameworks, and independent deployments.

What is it about Svelte that makes it the most eligible bachelor in the front-end dev scene along with the likes of React & Vue? I mean, Svelte could be the next big thing, but does it have what it takes?

KPIs or Key Performance Indicators are a modern instrument to make a system (business, for example) work effectively. KPIs show how successful the business is, or how professional the employee is. It works with the help of measurable values, that are intended to show the success of achieving your strategic goals. KPIs are measurable indicators that you should track, calculate, analyze, and represent.

When we started MarkUp, a visual collaboration tool for digital content, we expected to see user growth from much of the design and developer communities, because of the problem we are solving in those fields.

Bullseye charts are widely used in drug pipeline & clinical trials data analysis. Learn how to create one in JavaScript and explore the COVID vaccines by phase.

Keep web apps and sites smooth and interactive while processing with these tricks and tools.

In this blog, I am going to tell one secret tool in the dev console that you can use to debug your next Z-index bug.

Learn how to code and become a full-stack developer from scratch with this guide.

In web development, this involves checking that web pages look and function correctly in different browsers and devices.

No matter if you write your own CSS or use frameworks such as Semantic or Bootstrap, implementing dark mode is often the most procrastinated feature

I have always been very curious about the whole web frontend development ecosystem. It seems to me technology and developer tooling evolve very fast, and people have done a lot of creative things in this space in the last several years. Being completely ignorant to frontend it also added motivation for me to make a commitment this year (new year resolution🎉)  to become proficient at frontend development.

5 essential TypeScript React hooks for modern, efficient, and maintainable front-end development.

The world of technology is a complicated one. With titles like “rock star”, “ninja,” it can be hard to take job descriptions seriously. It doesn’t help that many hiring managers ask for ludicrous credentials. Is a UI Developer a real thing? Maybe they have job descriptions like this:

Creating accessible buttons in HTML is crucial to becoming a great front-end developer; learn how with this guide!

Top 15 Resources to Learn Coding in 2021, Frontend Masters, FreeCodeCamp, Coursera, MDN, W3Schools

This article aims to explain, how we could create a zoom page transition animation effect for a gallery web application using React & Framer Motion.

Interviews are hard, especially technical interviews where you’re expected to think, solve, and analyze all while the interviewer stares at you. But what people don’t realize is that being interviewed is basically just another skill, and skills can be honed with the right information and practice.

Just like we use Forms in HTML, we can use the same thing to React. It’s quite different from other DOM elements but not too complex.

The world of web development is rapidly changing, so staying on top of all the latest tools is an ongoing task. In order to stay current with the latest trends

The goal of this post is to provide you with tools you need to be more productive when developing React applications.

There is a huge number of admin dashboard templates on the internet and a significant number of free ones to download. They usually include such kind of things like graph/chart libraries, dashboard page, alert boxesbuttons, navigation schemes, icons, tables and so on. We will try to find some best suitable UI (user interface) toolkit for your project.

Simplify the process of specifying responsive image urls in your front-end javascript projects.

As a developer, you’re always looking for cutting-edge tools, tricks, and extensions to improve your productivity and efficiency.

Web accessibility is a growing focus for developers, and this guide will show you five ways to incorporate accessibility elements into your web design.

React is a tool for building a front end. Next.js serves the same purpose. However, both instruments offer a slightly different set of features.

Libraries, packages, crates; you can't build software without them. But sometimes we get carried away. Here's how to avoid dependency hell.

Interviews often says more about the interviewer than about the actual project and what tasks you would be assigned.

We'll be looking at how we can optimize performance using two little-known Vue HTML attributes known as v-once and v-memo.

CSS, Cascading Style Sheets, is a style sheet language that is simple and easy to learn. It is basically about how to represent HTML elements on the screen. It is mainly used for adding styles to web pages. It is one of the favorites of developers and designers for adding styles to web pages. So, today we will be talking about the 11 most asked questions on CSS.

This time we want to introduce libraries for working with tables or grids, since tables are an important part of any great application.

Looking through the admin template market you can easily conclude that this market is saturated. It’s observed in the number of templates, the amount of developers and (what is of the most important) a bunch of articles of «Best templates …(and here year, description or whatever goes)». And the amount of template becomes bigger and bigger every year. After reading several articles you may find out that to remember the name of the template you have liked is not (just believe us, really “not”) an easy task (of course, if you keep a template page in a browser tab it’s much easier, but don’t forget that RAM is limited and your browser may already keep 40+ tabs).

Explore the power of debouncing in JavaScript & React. From vanilla implementation to reusable hooks, optimize user interactions effectively!

Jumping on learning React is easy, but you'll hit your head hardly later on if you are not yet familiar with these 4 key concepts detailed in this article.

Explore all Nobel Prize winners by country through an interactive tag cloud and learn how you can create your own JavaScript-based tag (word) clouds with ease.

The open-source templates for setting up coding projects.

Have you ever been in a situation where you had a string of text and wanted to replace all of its occurrences with something else?

Comprehensive list of JavaScript interview questions from basic to advanced, to help you prepare for technical interviews and boost your coding skills.

Can You Master the Rapidly Evolving JS Ecosystem? Discover how to discover and satisfy users' requirements to remain competitive in the marketplace.

A short story about the journey in front-end development

While Tailwind is already a powerful tool, there are ways to make it even more efficient.

In this article I will talk you about on how I started my path as a full-stack software developer and specifically about the first section on the microverse school program in which includes two elements of the front end development, those are HTML and CSS and not only that, this will include the difference between HTML and html5, CSS with css3 and about a wonderful thing that I always ignore in my life that will save your life in some cases, the frameworks.

As a new comer to the development space I recall feeling over whelmed by the amount of time it would take me to complete a project. Working at a development company focused on CMS systems with PHP, my Front End/CSS skills were abysmal. My code was too long and a mess. Filled with repetitious code that looked as messy as spilled spaghetti.

Emmet is a tool designed to help developers save time while writing HTML and CSS by encapsulating pieces of code and loading them with the help of easy shortcuts, here's an example:

Looking for ways to capture quality leads via your landing pages & acknowledge high conversions? Here are the 7 ways to scale your landing page performance.

I worked in marketing and data analysis. After a long time, I decided to change career and leave my 8 to 5 job, to pursue a remote job and start a business of my own. After this point, it's difficult to decide where to look for information and what language to start learning first. If you don’t have any previous knowledge this could be an impediment to continue with your goal. And a waste of your time trying to find the right resources to start.

A description on UIUX design and front end development.

Discover how frontend development is evolving in 2025—from server-first rendering and modern CSS to AI-enhanced workflows. Learn what tools and mindsets today’s

Mastering CSS selectors doesn't have to be a daunting task. One of the best ways to set yourself up for success is by learning how to group and nest your select

There are many great Chrome extensions for developers. We've picked the best dev tools for Chrome, from debug tools to VPNs and code generators and more.

Copy‑paste prompt templates for web development: ask 5–10 clarifying questions, plan, implement, then run five review passes to reduce AI mistakes.

Testing accounts for over a quarter of development timelines. Automated codeless testing can help remove bottlenecks bringing your software to market quicker.

User authentication is a feature of many modern applications. Serverless programming has given developers leverage to deploy this technology in React.

10 Best Sites and Apps for Front-end Developers.

Crystal Preston-Watson shares her journey into accessibility, the importance of internal digital accessibility, early education, and AI's role in inclusive tech

In addition to the teams behind Netflix, eBay, Airbnb, Dropbox, Instagram, and Facebook, there are currently over 1.3 million websites and applications built on React, making it one of the most powerful and ubiquitous frameworks of all time.

Exploring the integration of QR codes into web components: a journey of discovery, challenges, and interactive web development.

jQuery is a JavaScript library that is used on your websites. jQuery is open source material that is used to make Javascript programming easier.

I love TypeScript. I’ve been using it for over 2 years in various projects, and the more I use it the less compelling I find vanilla Javascript.

Not all image processing techniques are created equal. In this article, we'll show you why solutions like imgix beat backend tools like ImageMagick & Thumbor.

In this article, I share my journey of developing both the backend and frontend of an application. I delve into the challenges encountered and overcoming them.

ECMAScript 5 introduced many awesome features in 2009, the majority of them being array methods like isArray, forEach, map, filter, every, some. But let’s talk about my favorite one: reduce.

Welcome to this step-by-step tutorial that will empower you to create an interactive Pareto chart using JavaScript that will look nice on any device and in any browser!

Calling all Dungeon Masters! Here's a short beginner-friendly introduction to writing your own web and printer-friendly D&D encounter tables.

How to be a React Native Developer

Local Storage let us save the data which is stored in the browser even when a user refreshes or closes a page. Let's know more about what is Local Storage ...

In CSS, it's often necessary to signpost that we want to select an element, but not in specific circumstances - like if it has a certain class.

"Mastering Conditionals in JavaScript: A Comprehensive Guide with Example"

Learn how to properly leverage Next.js with a server-first mindset. Avoid common pitfalls like overusing use client, understand RSC, native fetch, and more.

This blog shall embark upon the construction of a custom-made scaffolding tool, commencing from naught.

A simple proxy solves Chrome DevTools MCP’s biggest limitation—authentication—unlocking AI-powered debugging for real, authenticated applications.

Welcome to other chapters of Let’s Understand Chrome V8

Today, we are going to talk about Angular Component Communication, the last version of Angular is @9, but I will show definitions to communicate in all angular versions, probably it will be in the angular platform for a long time. If you need to start with basic concepts in Angular I recommend for you the tour of heroes tutorial before reading this article.

A comprehensive guide to accessible website design and development

An exact clone of youtube with all functionalities from View count to Subscribe to everything (Without Youtube Api) Using Firebase, FFmpeg, And React

In this article, we will explore how to create a versatile post component in React that supports link navigation and onClick event handling.

In this article, I will present some of the most frequent questions and answers made by interviewers. There will be questions about HTML & CSS. If you like reading, go ahead. If you don’t, you can still watch myself answering the same questions in this YouTube playlist I prepared.

As a full-stack web developer, I'm building different websites by writing code every single day. Experiencing several situations including solving problems and fixing errors.

Today, to become a junior-level web developer you don’t need even a college degree. There are tons of bootcamps and short-term programs for those who would like

Guys! Thank you all 🥳, I've hit a 100 subscribers to my Newsletter and I'm over the moon!

Evaluate top free website deployment services like Vercel, Cloudflare Pages, GitHub Pages, and Tencent EdgeOne, focusing on latency, Lighthouse metrics.

Four ideas that you perhaps never heard about, in the context of frontend frameworks.

Compare React, Vue, and Angular in 2025. Discover how each framework fares on performance, learning, and community support for future-ready web development.

Today I decided to write about the props history, match, and location that are included in each component that uses React Router. But first, to start warming up here is a simple definition of React Router:

JavaScript often referred to as JS, is the most useful and popular object-oriented, interpreted programming language

In this article, we will learn how "This" binding works in Javascript.

An interview with KRasimit Tsonev on AI, Javascript, the Future of learning, and some more.

As a self-taught programmer, this is my career transition from front-end development to back-end development.

7/2/2023: Top 5 stories on the Hackernoon homepage!

Learn about design systems, Atomic Design, and the importance of reusable components in adhering to the DRY principle.

In this tutorial, I'll demonstrate how to publish React components from any application to Bit's registry. Components will be published as independent packages that later could be installed using NPM, Yarn or Bit.

Master TypeScript with essential features: unions, nullish coalescing, object typing, overload signatures & more!

A couple of months ago, our feature flagging platform suffered a 44 minute API outage.

To enhance your Next.js application performance you should prevent typical mistakes while applying essential optimization techniques. Discover methods to reduce

The article offers a concise guide on exporting dashboard charts to PDFs using jsPDF, demonstrating the process with clear examples and minimal code.

Have you ever thought to start building your first website? Are you trying to acquire a new skills which shows your creativity? or are you feeling curious, how tech developers and entrepreneurs are building modern web apps and changing the world ?

Four years ago I got my first job at a start up. It was a very proud day. I called my dad from a Starbucks holding the offer letter in my shaking hand, and already imagined myself taking the metro the following week and walking down to the new shiny office building downtown and feeling like a grown up city woman, finally entering the field I had struggled for two years to be taken seriously by, building up my portfolio bit by bit. I was told many times that specializing in a front end framework was the way to go, and it wasn’t until much later that I learned about front end framework cons.

Set up secure authentication in your Next.js app with Firebase. Follow this step-by-step guide to quickly integrate Google and Email/Password sign-in methods.

The Web Crypto API is an interface allowing a script to use cryptographic primitives in order to build systems using cryptography.

This blog is about my journey - from a confused college student to a frontend developer. How I got into coding, then into web development.

GitHub Copilot crushed Razor Pages but failed at Blazor. Here's why AI coding assistants struggle with modern frameworks (and what that means for devs).

GitHub allows you to create multiple accounts that can be used for different purposes, making you productive all the time.

Make UX updates easier with tokens! Compare Figma's native tokens vs. Tokens Studio for faster, token-based updates in legacy enterprise applications.

Does your application use dates in some way?

Are you Developer doing FrontEnd? Are you using Webpack?

A high-level, hands-on explanation of how HTTP works with real-life examples. Get your hands on using Telnet and CURL to make HTTP requests.

My fiancé wanted to do something related to The Best Hack for Social Good prize. Eventually, we creating a Mental Health Chatbot utilizing conversational AI.

Dive into the creative process behind a unique album, blending music & tech for a captivating listening experience

Being a successful developer goes beyond your title - you need to have a good mix of technical and soft skills. Indeed Design Developer, James Zhang, shares what it's really like to work as a Front-end Developer.

HTML5 & CSS3 : Positioning of Elements

Learn to build responsive and maintainable user interfaces with React and Tailwind CSS in this comprehensive guide.

Learn how RxJS make better React app for managing complex async data, API calls, and user events, making your apps more efficient and scalable.

Learn CSS masks with this guide, offering solutions to common web design challenges through practical examples and expert tips.

Angular DevTools is a great tool to make app development faster and more efficient.

Due to the numerous build tools, configuration files, and dependencies, developers frequently find it challenging to create React apps. React JavaScript library, which is a creation of Facebook, functions as a tool for designing user interface components.

Improved load time enhances the user experience, keeps them engaged, and makes them less prone to shifting to another site.

In this edition of This Week in Javascript, we’ve got some game-changing updates on Microsoft’s GenAIScript, the long-awaited Svelte 5 update, and more.

Until I stumbled upon TDD, I had never really understood tests. I remember writing a whole project without tests and publishing it. Can you believe it?

Explore JavaScript memory architecture. Main concepts and organization. Processes of memory allocation and release. Garbage Collection.

This article aims to explain, how we could develop a customer feedback component using React, Lottie Web, & Framer Motion.

An Auction Runs by A Clock

Here Are 10 Amazing Tips To Speed Up Your Website or Mobile App and Reduce The Load Time.

Practical tips for debugging front-end network issues using browser developer tools, with insights on request replay, throttling & storage management.

Here are the use cases for iterators and generators that are closer to the real-world scenario than a simple "Hello World" type code.

Explore the benefits and trade-offs of rendering React components with for loops vs. .map(). Compare syntax, immutability, JSX integration, and more.

Learning is a process of creating knowledge in your brain. You have to allow your brain to make connections.

Brief thoughts about micro frontends, how they can be best used when building websites and when the best situations to implement them are as well as drawbacks.

A headless content management system, or headless CMS, is any content management system that separates the content layer (backend) from the presentation layer.

Explore the world of React component data handling with a focus on controlled and uncontrolled components.

As a developer, let's assume you just got a new job and you are finding it hard to settle in and start working on your new team’s codebase. In this article, we discuss some of the tricks that can help you familiarize with a new codebase faster.

We've compiled 21+ tried-and-true ways to optimize performance and make your software scream.

Front-end web development is the user side which the customers can view while using a mobile or web application of business. When it comes to front-end development frameworks, there is always debate and confusion. Some of the most popular and competitive front-end technologies used for the front-end development of applications are used by the best web development services. When businesses develop web applications using the right web front-end technologies the result in the user interface is always brilliant. Here’s a complete list of the top five front-end development technologies for web development.

In true TDD, tests must fail, tests must pass, and the code must be refactored.

For this week's analysis, we found 5 TypeScript repos adored by the top 1% of developers.

In these articles, we’re focusing on how to combine Salesforce with Heroku to build an “eCars” app—a sales and service application for a fictitious company

We created a lightweight solution using React that has a global state and runs independently in the background.

This is mainly useful for websites that use React/NextJS with a CMS (Content Management System) integration. No matter, whether it's WordPress, Contentful, Prismic or any other CMS. This concept is highly relevant for companies that require non-engineers to update the content easily. Whether, it's a change in the content, A/B testing or conversion-rate-optimization related. There are many reasons why the content of a website gets updated quite often throughout the year.

What is the "Grid" in CSS? How can I use "Grid" in CSS? Read this article by Nima Owji to learn how to use grid layout in CSS!

In short, the Javascript sort() method is an incredibly useful way to organize an array, whether you’re sorting numbers, strings, or objects.

Sidi details their open-source journey and where they are now.

When your web development project requires custom, well-designed admin panel or dashboard interface, you might be still on the fence about the tech you are going to use. Should you develop it from scratch, or stick with the chosen CMS, or go for a template? Well, of course, you should go for a template! Because it’s almost always the fastest and the most cost-effective solution when you aim for extensive customization and integration of your admin panel. But don’t just take our biased word for it, read on to see for yourself.

In Cascading Style Sheet, CSS, there is a property called specificity. CSS Specificity is the process of determining the most relevant set of CSS property values or styles browsers will apply to an element especially when there is a conflicting set of rules.

Web Workers makes it possible to run a script operation in a background thread separate from the main execution thread of a web application. The advantage of this is that laborious processing can be performed in a separate thread, allowing the main (usually the UI) thread to run without being blocked/slowed down.

Code dependencies are like Lego's. We're able to pull in other people's code; combining and stacking different packages together to fulfill our goals.

Great applications deserve great marketing sites, which is why we’re always on the lookout for new developments and trends in content management systems (CMSs).

What can help you to speed up the development process, and why is it Webix? Let's find out in the article!

Learn more about the story of how Kilian Valkhof built Polypane via this story.

If there are top ten buzzwords in the technology industry in the year of 2019, container is sure to be one of them. With the popularity of Docker, more and more scenarios are using Docker in the front-end field. This article shows how do we use Docker in the visualization interface of Nebula Graph, a distributed open source graph database.

The Lodash open-source library has some useful methods that can help developers write code faster and streamline their processes to improve their work.

Consistency is not about huge bursts of effort. It is about showing up even when you do not feel like it.

If you use JSX inside React you can't use standard HTML properties, like class. You have to camelCase HTML properties. But it's not the case with Preact!

Adding a Favicon to Your Site

Reflections on two headless CMS implementation projects.

A fight that started years ago - fight for the crown of the most popular JavaScript framework, was intense in 2019. Furious opponents of the React weren’t sleeping during the year. Probably no one will argue that the three frameworks that were constantly “fighting”, were Vue.js, React and Angular.

TypeScript for Beginners - Introduction, setup and running your first TypeScript code

Here is the easy and simple way to understand call, apply, bind in JavaScript. With these simple examples, you'll never confuse again with these methods

In recent years, jobs are shifting more towards Machine Learning(ML), Artificial Intelligence(AI) technologies, both of which need significant coding skills. With the imminent threat of job losses to ML, AI, and other emerging technologies in the near soon, there are currently fears among employees that their jobs are about to be taken by robots. Consequently, there have been a lot of career changes today than ever before where people from different backgrounds are acquiring skills in the above-mentioned technologies, data analysis, as well as learning how to code. Looking at the trend of events in today’s dynamic labor market, coding is arguably among the skills that seem to be future-proof. For this reason, despite the seeming difficulty of learning how to code for someone without a traditional computer science background, people from all walks of life are venturing into coding by the day.

As developers, we see that every technology has its pros and cons. It’s the same for jQuery and React so it is the best to make a decision based on what we want

Top TypeScript interview questions and answers you need to know for your next technical interview.

In this article, I’ll walk you through my ideal tech stack and the intricate decisions that shaped MeetMomentum. Join me as we explore the nuts and bolts

When it comes to finance and trade, the currency is a crucial component. Businesses that deal with foreign marketplaces require up-to-date information on currencies and their quickly fluctuating values.

Register a new domain name for your web application in AWS Cloud

Pains of coding pixel perfect design. Solution to automatically convert Figma designs into Flutter widgets.

React vs Angular: The right Front-End framework for your Node Application

I asked 200 cross-functional development teams how well their developers and non-developers communicate and collaborate while developing products together.

Recently, I had the incredible honor to work with an individual who was a Survivor of Domestic Violence. This was all part of a business "hackathon."

After years of building products, mentoring, and making (a lot of) mistakes, I decided to write this list.

8/28/2024: Top 5 stories on the HackerNoon homepage!

Appwrite announces the release of the Appwrite SDK for Svelte. This SDK joins other SDKs to integrate Appwrite with your web, mobile, and desktop apps.

A tiny, zero-dependency React hook to detect clicks outside any element. Fully typed, SSR-safe, and works with Next.js. Under 400 bytes gzipped.

Before I became the person that I am now (Fullstack Software Developer), I
never believed in spending my precious time learning HTML and CSS.
Whenever I needed to create a web page, I could go to w3schools, fetch some markup and paste it in my HTML file. I had put my total focus on back-end technologies. I could write very good and optimized algorithms and SQL queries but I could not present my data well on the front side of my applications.

After I got my Engineering diploma I have worked in several places. Those are professional factories including Croissant Production and Juice Extraction plants. I was dealing with data in all of those places.

This article explores practical applications of AI across the website development lifecycle - from ideation to deployment.

A tutorial on CSS position property, concepts on absolute position, relative position, fixed position, etc. Article on how and when to use position properties.

em and rem both are known as relative units in CSS. You've probably been using em and rem units now for a while already but might not know what they actually do

The advantages of a marvelous layout, semantic markup, and separation of content from design have been already described hundreds of times. Still, there are developers who do not follow the concept of working with HTML and CSS, so they write such terrible things in the code such as:

It’s hard to believe, but after two and a half years of studying and about two years of meaningful job search, I finally got my first job in IT.

Website design costs are something you need to know before you start designing your website

5/24/2024: Top 5 stories on the HackerNoon homepage!

Basic grid-based framework

Creating a robust toolkit is crucial for a successful migration of existing apps and the smooth adoption of new micro-frontends in the future.

CSS stands for “Cascading Style Sheets.” It is a formatting language that allows us to visually improve our HTML tags (size, color, font, etc.). As the name suggests, it does it by cascading.

When asked about their favorite layout system, front-end devs often discards "CSS grids" and consider it as non-effective since it achieves the same goals of other systems with many more code lines. Especially if responsiveness is required. I've been using css grids for a long time (it's my favorite) and I learned about a case where it's better to opt for css grids rather than other layout systems.

Often, I need to 'tell' Netlify the Node version for my sites, and often I can't find the correct docs for this. Here's a potential solution, if you can relate.

"After work is where the real fun begins, because I do a lot more dabbling with DevOps, DevOps and applications to automate simple tasks."

A detailed look at navigation SEO best practices for ecommerce sites

When I started learning HTML5 and CSS I had a lot of challenges while managing the structure of the web page and position of the elements.

6/25/2023: Top 5 stories on the Hackernoon homepage!

We’ll show you how to programmatically optimize and standardize user-generated images for better web performance, design consistency, and credibility.

Guess the Marvel Decade using Alpine.js and Cloudflare workers.

In this guide, we'll show you all of the major image types on the internet, and when and how to use them for maximum image quality and optimal file size.

How to do a thorough accessibility review for your website. In this article, we cover how to handle font size, font color, and font style.

PWA - Progressive Web Application. Pros, Cons, why, How is different from Native mobile application

In my last Coding for Gamers post we talked about replicating the hunger meter in The Long Dark. Today’s post is about replicating a feature from Hellblade: Senua’s Sacrifice. Hellblade is one of the most harrowing journeys into a mentally ill person’s mind that I have ever seen in a video game. If you haven’t played it, I highly recommend checking it out. You don’t even have to worry about getting addicted because the game has a concrete beginning, middle, and end. One of the unique aspects of Hellblade is a mini puzzle game that involves finding a shape in nature that matches a shape carved into the various runes in the world.

Design created by pikisuperstar

Thank you for checking out the 426 most read blog posts about Front End Development on HackerNoon.

Visit the /Learn Repo to find the most read blog posts about any technology.