Skip to content

Latest commit

 

History

History
823 lines (608 loc) · 77.1 KB

File metadata and controls

823 lines (608 loc) · 77.1 KB

drawing

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

Frontend development is the practice of building the user interface and user experience of websites and web applications. It's essential for creating intuitive, engaging, and responsive digital experiences that users interact with directly.

Adding a new script tag and directly appending it to the element of the page is the easiest way to add <script> tags in the React app.

React interviews can be challenging. There are several concepts in React. Most React interviews have coding challenges.

Cleanup functions in React’s useEffect hook allow us to stop side effects that no longer need to be executed in the component.

Modern frontend, game, and web development are the things that WebGL can transform into 3D web masterpieces. It leads to an interactive user experience.

It is common knowledge that frontend development is essential for creating responsive, engaging, and visually appealing websites and applications.

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

Chrome Extensions, React SPA, Manifest V3, Building Chrome Extensions, Web Extension API, Service Workers, TypeScript, CRA

Discover how to supercharge your React applications with code reuse and maintainability.

Vite is a build tool similar to Webpack. It can be used for React, Preact, Svelte, Vue, Vanilla JS, and LitElements. Vite is 100 times faster than Webpack and b

You starting point to a successful System Design interview round as a Frontend Developer!

Front-end Developers don’t just need to understand how to write CSS, they also need to know how to write it effectively and efficiently. Sometimes we work on huge projects which need optimized CSS for speed meaning, you need efficient selectors to effectively style elements without their ids or classes. This, therefore, calls for a clear understanding of selectors available. Enough of talking let’s jump right to it 😉

For the past few years, Frontend developers have shown partiality towards React, with Vue.js and Angular tagging behind closely. Comparative interest in Vue has held back a bit due to the long-awaited and somewhat delayed Vue 3.0 release. Similarly, the interest in Angular has decreased due to the long delay in shipping Ivy (its frontend renderer).

Exploration of a real-life example of Clean Architecture in action on Frontend application. What could go wrong?

Console statements create performance or security issues if you mishandle them. This article explains three ways to remove them from your production build.

The technology that allows us to run our Angular applications on the server is described in the Angular docs as Angular Universal.

In this article, I have compiled some of my favorite games built only with HTML, CSS, and JavaScript so that you can get inspiration for your future creations.

Understanding how to apply CSS in your project’s codebase can be invaluable when your project begins to scale. Find out why we need a strong CSS architecture.

Create reusable modal component in react js using hooks and portals. Using this modal you can render content dynamically with cool animation.

Discover how to elevate your codebase by mastering code splitting techniques. Make your project stand out with efficient and scalable front-end architecture

Web security is a topic that is often overlooked by frontend developers. When we assess the quality of the website, we often look at metrics like performance, SEO-friendliness, and accessibility, while the website’s capacity to withstand malicious attacks often falls under the radar. And even though the sensitive user data is stored server-side and significant measures must be taken by backend developers to protect the servers, in the end, the responsibility for securing that data is shared between both backend and frontend. While sensitive data may be safely locked in a backend warehouse, the frontend holds the keys to its front door, and stealing them is often the easiest way to gain access.

Well, we all know that ref helps us to get access to the DOM. But let's consider next situation, we have some React component and we want to know how many times this component was rendered. How can we achieve that? Well, maybe we can use React useEffect and useState hooks to determine that the component was re-rendered. Something like this:

A Proxy object is an object that wraps another object and intercepts fundamental operations on it, such as property access, assignment, and deletion

A fresh perspective on if Angular is dying or if it's still worth learning in 2022!

Simple CSS fire animation of using HTML CSS.

Today we'll be making this cute chicken follow your mouse! We will use JavaScript to make the eyes of this CSS chick follow where ever your mouse goes.

Over the span of a year, I created 8 web app and game clones. I decided to share them, so the community can get some inspiration to build as well.

React Hooks are a new feature in React 16.8. They are a powerful way to write stateful components. All this power comes at a cost, however.

Code playgrounds are becoming increasingly popular, with more developers using them than ever before, here are the top 6.

Step-by-step process from creating an Embedded widget using Shadow DOM and Typescript.

Recently I came across the issue of using the auth module in Nuxt.js and invoking a $router.push in subsequent line of code in the same method. The conundrum began when the lines after the auth.loginWith method did not execute as intended since the page was redirected to the redirect URI.

React library provides us two built-in hooks to optimize the performance of our app: useMemo & useCallback. At first glance, it might look like their usage is quite similar, so it can get confusing about when to use each. To clear that confusion, let’s dig in and understand the actual difference and the correct way to use them both.

Did you know you could unit test your Sass/Scss? No? Me neither.

Are you having a hard time changing some properties of some bootstrap classes with CSS?

Discover how a non-CS background led to securing multiple offers as a Frontend/Software Engineer, overcoming challenges in job hunting.

React Best Practices, How to get the most out of React library and what steps you should take.React is one of the most popular front-end libraries for JS

JavaScript is a complex language. If you’re a JavaScript developer at any level, it’s important to understand its foundational concepts. This article tackles 12 concepts that are critical for any JS developer to understand, but in no way represents the full breadth of what a JS developer should know.

I will be continuously updating this list in a Github repository called JS Tips & Tidbits. Please star ⭐ and share if you want to follow along!

If you plan to enhance your experience in frontend development, ViteJs is the next-generation tool you should consider. Let's understand why Vite is faster.

Maruti Techlabs automated policy data management for HealthPro Insurance, improving efficiency, reducing manual effort, and enhancing data accuracy.

When you are creating a website there are several factors to take in count. One is that any website today has to be easy to read on mobile and desktop versions, it has to be friendly and also you should try to make it look good.

In the web development field, auth (authentication + authorization) plays a vital role in securing user access and protecting sensitive data.

The Introduction

Most of React courses are outdated. Best up to date resources to learn React in 2021 NetNinja Codeevolution. Focus on Hooks and functional components

Creating a profile page in React is not only essential but also super fun! It lets your users view and manage their personal info in style.

Hello guys, you might have heard about GraphQL, another exciting technology. GraphQL is gaining a lot of popularity because of its superiority over traditional REST APIs.

To make the adoption of low-code technology hassle-free, this platform comparison guide covers a lot of basic as well as more advanced information to evaluate the top low-code platforms. 

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.

Ryan Dahl speaks about the main challenges in Deno, the future of JavaScript and TypeScript.

Webcrumbs Frontend AI is an open-source tool for front-end coding. It uses artificial intelligence to generate code components directly from images or text.

This is a step-by-step on how to integrate smart contract to frontend using web3.js, dRPC and CoinGecko API.

In this guide, I create a morphing sphere with a cool, wireframe background.

Discover how to hide your API keys and tokens in React using environment variables with Vite and nodejs. Protect the security of your services.

Introduction

Not an Early Adopter

A comprehensive collection of React technical questions to help you prepare for frontend interviews.

Learn how to write cleaner code by avoiding common mistakes in functions and methods.

On one of the projects I worked on, there were 8 services that used Auth0 for front-end authentication and a rotated static token for back-end authentication.

What criteria do you use when choosing a React boilerplate? We made a comparison of boilerplates by features and analyzed each of them

Bootstrap 4

Started as a simple charting tool for monitoring a snow depth near the owner’s country house in Norway, Highcharts quickly became one of the most popular visualization libraries. It provides a lot of great built-in interactive features and is easy to use.In this tutorial we are going to build a simple e-commerce dashboard with Cube.js and Highcharts. We’ll use the main Highcharts library, as well as Maps, Stock, and Solid Gauge modules.

CSS Modules helps you create independent and customized cascading style sheets for any .js file rendering HTML in your React application.

Become a better developer by learning how to properly collaborate in a team environment and turn their strengths into your success.

What is context API

In this article, we will discuss what Chakra UI is, its core features and capabilities and by the end you should be able to decide if Chakra UI is a good fit.

Leverage webpack module federation to build a scalable micro-frontends architecture.

"Don’t repeat yourself." Every programmer has this concept drilled into their head when first learning to code. Any time you have code you find yourself duplicating in several places, it’s time to abstract that code away into a class or a function. But how does this apply to user interfaces? How do you avoid re-writing the same HTML and CSS over and over again?

Enhance user experience in Angular with captivating loading spinners for observables. Elevate your app's responsiveness today!

Discover how to apply Domain-Driven Design principles to decompose micro-frontends. Improve your front-end architecture and enhance your development workflow.

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

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

See how you can use imgix and the Nuxt Image Component to accelerate page speed, simplify image workflow, and transform images at scale.

Creating a new product comes with lots of ideas and requires numerous technologies. The idea of choosing the right framework matters a lot. Learn how to choose

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

Explore advanced Angular dependency injection techniques to build robust, maintainable applications efficiently.

In this project, we are going to build GitHub user Search App using Github API. We will design the UI of the app using Tailwind CSS with Next.js as a framework.

The useImperativeHandle hook allows developers to customize the methods and properties exposed by a component, enhancing flexibility and maintainability.

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.

After sharing my post describing what a UI Developer is, I got some requests to write another post specifically about how to get a UI Developer job. It's certainly not an obvious path. My first job out of college was working for my alma mater in the Art Department media lab, during which time all I knew was that I wanted to transition into web development.

I have been working in the automation field for more than a decade, and have seen automation tools evolve in unique ways. During the earlier years, when AI technologies weren’t prevalent, I remember how our automation team faced particular and unavoidable challenges which we, at that time, thought were some of the trickiest to resolve from our end. But we accepted it as just a part of daily life in the automation world and adapted to it. 

React redux todo app tutorial : In this tutorial we will build Todo List app with animations using Framer-motion. With react-redux we will use redux-toolkit.

Step by step guide on how to make your own url shortener. This wil help you understand how to integrate APIs.

Extensive React Boilerplate: what is it, what features include, how it complements Nest.js boilerplate to build full-stack apps

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

The vast majority of things a frontend engineers need to do can be done without knowing anything about the backend other than the API. If you work on different parts of the frontend for long enough though, you'll probably run into something that does require some backend knowledge. Here's the short list of topics that a frontend engineer should know about the backend.

The Flutter charting library Graphic has a well-designed interaction system for various interactive charts.

Welcome to other chapters of Let’s Understand Chrome V8

Twitter Bootstrap is the most popular CSS framework. It has been so since its first release in 2011. Its constantly rising popularity begs the question: what aspect of it allows room for the different look and feel of millions of websites that are built on top of it? In this article, I demonstrate how to modify Bootstrap 4 according to a design that has its own color theme, responsive breakpoints and spacing styles.

Arthur Tkachenko is releasing a React component-based design system for email templates.

Dive into the blend of retro charm and modern iOS development with our guide on creating a nostalgic CALayer-based Progress Bar in iOS.

And also that you are capable of doing

Want an in-depth knowledge of the top software development services? Hire a custom software development company today!

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

One of the greatest benefits of composable, headless commerce is the flexibility it introduces to the developer experience of building shopping experiences.

What is the better Agora alternative for video conferencing? What other solutions bring on the table when compared to Agora. Read how I created an app.

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

HTML, CSS, and JavaScript are combined in this elegant language.

Discover how optimistic updates revolutionize user experience by instantly updating UI elements without backend validation

In this article, we’ll do a deep dive into the Buildpacks BuikdKit frontend implementation and see how it actually works under the hood.

Source Maps to the rescue.!

A CSS selector is a set of rules which will allow us to style any HTML element. In CSS there are many different selectors, they will also explain in detail and a descriptive example of each of them.

Welcome to the first chapter of Let’s Understand Chrome V8.

Learn how to create effective frontend designs with this comprehensive guide. We cover everything from design principles to implementation strategies.

I needed to come up with an approach that would allow me to use logic from one project to another.

What is Redux : A beginners guide. Redux is very important if you're using state in your web app. Especially if you're React Developer then you must learn Redux

Tired of massive node_modules? Learn how to build a modern, reactive SPA using zero dependencies with native Web Components, Proxies, and the History API.

Building AI Agents? I tried Angular, HTMX & Python. They failed. Discover why A2UI is the declarative protocol to replace basic chatbots.

Top easiest ways to make an eCommerce store with Node.js. Shopify vs. buit-for-you solution.

Besides testing functions, did you know you can test mixins as well?

Discover the potential of CSS Grid for modern web layout design. Learn how to effortlessly position items in the center, stack elements and more 

From newbie coder to jack of all trades: the wild ride of a front-end dev in the ever-changing tech world!

A practical guide to scheduler.yield() – the new Prioritized Task Scheduling API that prevents Main Thread blocking and improves user experience.

The "Junior Developer" role is collapsing (down 46%), but a new path is emerging.

Do you find using modals in React Native to be a bit of a pain? This article teaches you how to get a better development experience with them.

In this article, I describe my story of becoming a Web Developer at 17, working with real-world clients and projects.

A step-by-step guide to developing with Neuron.

This article has a list of the most powerful React admin templates to create quick dashboards.

Learn to craft a dynamic lightning text effect using HTML and CSS. Follow our step-by-step guide to enhance your web design skills. Start now!

Angular v21 brings signal-driven forms, new accessibility tools, AI-powered CLI features, zoneless apps, and modern testing with Vitest.

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.

A practical look at multi-model AI coding, from Grok and Claude to Codex and Gemini, and why one model is no longer enough.

A web3 developer is a computer programmer who focuses on building decentralized applications, Non-fungible tokens (NFTs), and smart contracts.

In this tutorial, we will use the Vite build tool to scaffold a project.

Learn how to enhance your website with CSS scroll-driven animations, transforming static content into dynamic experiences effortlessly with no JavaScript.

In this blog post, we are going to deep dive into DOM and try to understand what a DOM is, and how it works.

3/9/2025: Top 5 stories on the HackerNoon homepage!

Every few years, something threatens to replace frontend engineers. AI is just the latest. Here’s why it won’t work, and what devs should do instead.

Creating a Todo app with Svelte and Meteor

Learn about using fallback values with CSS Variables to optimise code.

A comprehensive guide to accessible website design and development

Learn how to create mesmerizing parallax effects using GSAP and ScrollTrigger to enhance your website's user experience and retention rate.

‘this’ is always been a pain in the a** for many JavaScript developers, but it’s time to say ‘I got this’.

React Hooks have been around since React 16.8 and remain as popular and in demand as ever. They have introduced a completely new way of handling components in React, which may lead you to reevaluate your approach to coding on a fundamental level. Having already been established as the most beloved front-end framework according to Stackoverflow popularity polls, React went above and beyond with the introduction of Hooks.

When you need to create a Single Page Application, your first idea should be to search for the best framework to implement it. We have a lot of frameworks but 3 are very famous: Angular, React, and Vue.js. Today I will teach you about Angular, its advantages, disadvantages, and how you can start to learn it.

Learn how to effectively truncate text using CSS for both single and multiple lines, perfect for managing long strings and maintaining clean layouts.

This article leaves you with the thought of the importance of imagining and implementing solutions to help the test automation world evolve swiftly.

I was given a task to replicate the newsweek website and I thought that would be a walk in the park until I started working on the project. My focus will be on the red/orange background of the header used on that website, as shown on the image above and how I was able to come up with the design using the clip-path property in CSS3.

We have a lot of great tutorials and courses, related to flexboxes.

In this article, we make a map with a software called Mapbox in a few simple steps. This won't involve any coding at all!

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

Still.js is a modern, open-source JavaScript framework designed for building enterprise-grade web applications without relying on bundlers or transpilers.

You all must be familiar with the importance of CSS. How is it an invertible part of web development? When a person decides to step ahead in web development, HT

We need to stop treating the UI as an afterthought. It’s a critical component for unlocking the value of AI agents in the enterprise.

Getting Started with VueJS from ReactJS background, Learning Vue, Vue Fundamentals, My takeaway from VueJS in a Wee

Discover how a frontend developer uses GitHub Copilot daily to code faster, debug smarter, and boost productivity without sacrificing control.

This blog discusses CSS prerequisites and use cases for Tailwind CSS. It is helpful for anyone who's getting started with Tailwind CSS.

From PoC to Factory: Deconstructing the 7-layer architecture of a production-grade AI Agent Platform for enterprise scalability and control.

The CSS property line-height defines the amount of space used for lines, most commonly in the text.

Streamline retail image editing with Combo Banana, a prototype automation tool built with Gradio, Nano Banana, and Google Cloud Run.

Discover how to extend Webflow’s no-code capabilities with custom logic, low-code integrations, and performance-first architecture.

Use CSS Filter and Keyframes to Create Awesome Effects

We live in a fast-moving world which has moved past the known desktops and big-screen laptops to portable mobile devices. Gone are the days when websites were built for big-screen users. Now, they are built majorly for mobile users. This development, which is no longer new as it used to be has finally come to stay in our world. Developers must then keep pace with this reality in other to be relevant and to also serve their clients, and most importantly, the end-users well.

How to create global state management in React applications without side dependencies and unnecessary rerendering

Discover essential tips for creating an impactful demo project that effectively showcases your coding skills to potential employers.

Learn how to implement lazy loading for images and videos in JavaScript using the Intersection Observer API.

I moved from Istanbul to LA and found the same Figma files waiting. Reflections on nomadic remote work, timezone pain, and why stability matters for design....

Learn how to build a customizable logo builder app with Next.js, shadcn/ui, html2canvas-pro, and Lucide Icons. Follow our step-by-step guide to create and perso

This little introduction to CSS Flexbox should help you to get a first impression and give you some examples to play around with. From here you will be able to integrate this powerful framework into your own projects.

Writing React Test with React recommend libraries - Jest & Testing Library for React Intermediate users.

How to test a React App, with Jest and react-testing-library

CSS is one of those things we see get thrown around but not really explained. If it does, we only get to scratch the technical surface. Over the years, CSS has grown from something that makes the web prettier into a tool that can be infused with user experience psychology and conversion inducing patterns. To add to it all, the differences in browsers and screen size requirements push CSS’ potential to be complex through requirements just a little bit further.

Signals are a new concept in Angular that plays well with reactive programming and templates.

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

Usually, when we are making a web page, we need to use the code that we created before in other projects. That means that we are going to redo the same features over and over again.

If your company needed a real-time service tomorrow, could you evaluate Go versus Node.js versus Elixir objectively? Or would you default to what you know?

The promise of AI agents is immense productivity gains. But putting them into production can be a tale of two extremes: surprisingly fast or painfully slow.

With a Collectibles portal on the Flow blockchain and deployed to the testnet we can now focus on creating the frontend using React.

This article helps you to start in CSS3, explaining the basics of how to display elements in an HTML document.

Embark on a web development journey as we replicate the UI and functionality of Diablo 4's website using React, Vite, and Styled Components.

Using React refs in reactjs.

Struggling with 25k-line Django templates? See how Django 6 inline partials & HTMX replace complex JS trickery with clean, modular, & scalable server-side code.

Master Angular modals and pop-ups using CDK Overlay, enabling the creation of globally positioned overlays and dynamically positioned pop-ups.

6 reasons why I prefer backend development to frontend development.

In this article, we’re going to dive into the basics of HTML. We’ll explain what it is and what are the 3 basic components to create an HTML. Let’s go!

Can AI fully automate design-to-code? We explore the progress, pitfalls, and why developers still play a critical role in building real software.

Welcome to the first 10 days of the ultimate frontend challenge with me. This article details what to expect in your first ten days of front-end development.

Nowadays, web pages use CSS and CSS provides a lot of chances to make different things. Gradients and a pie done by using gradients are some example of them.

Today I'm pleased to interview Ajdin Imsirovic, senior developer, author and teacher of two brand new Angular courses on Learnetto - The Free Visual Guide to Getting Started with Angular and The Complete Practical Angular Course.

Learn how to use alpha transparency in CSS using custom properties—masterfully control colors and themes easily.

What it actually looks like to run 7 simultaneous projects solo with ADHD - the failures, the systems that survived, and why I'll never take a cofounder....

It is interesting to everyone who started his journey in web development positioning element through in single display with tons of properties. It comes a time that all elements start behaving itself not in a way we want.

Web development includes client-side scripting, server-side scripting, server and network security setup, e-commerce development, and content management system

How I became the best at what I do

First of all, web development is an interesting discipline because things are always changing, evolving, and improving. But, as a beginner to front end web development, the constant change could be a barrier to your learning and motivation.

I realized I needed something different. Not another generic team bot, but a Personal AI Assistant — one that knows my specific context, my preferred shortcuts

Nexio scores 43 on Proof of Usefulness, offering framework-free UI components built with pure HTML, CSS, and JavaScript.

A free, open-source collection of 38 role-based AI persona packs for Claude Code, Cursor, and VS Code.

Learn responsive app behavior effortlessly in Angular with the CDK Viewport Ruler—never miss a viewport resize event again!

DNS resolution is the first thing that happens when a request is made to a remote server. It is a process of finding the computer-friendly address of the remote server using a human-friendly domain name.

There is a myth that the easiest thing about web development is building a web-page layout. Based on this, some developers decide not to waste time on learning a competent approach to layout. And it’s in vain. There are many ambiguous moments in the layout, which are worth paying attention to.

A bad front-end development will affect your business, as well as your customer base. The first impression of a website is key.

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.

Six months into my first startup role, I rebuilt VALK's product from an engineer-built MVP. Here's what went wrong and what actually worked....

Building website these is one thing, building an accessible and useable website is another thing entirely as it requires some expertise and use of accessibility tools.

Until recently, I was only browsing the site as a user. Yes, of course, I noticed that the appearance of the pages of sites that I view on the Internet changes over time.

What breaks when your fintech design system grows from 7 clients to 70+ institutions fast - tokens, variants, documentation, and saying no....

What 17 years of ADHD hyperfocus taught me about hobbies, careers, identity, and why some interests actually stick.

4/24/2023: Top 5 stories on the Hackernoon homepage!