Web Development

Web Development

Working with technologies in the web platform such as HTML, CSS, images, and JavaScript.

Our IDEs have powerful web development features based on the inclusion of WebStorm, a high-end JavaScript and TypeScript IDE.

See Also

tip

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.

tip

Demystifying nulls and blanks in Django
What is the difference between blank=True and null=True anyway?

tip

Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.

tip

Speed up your Django queries
Optimising queries beyond the N + 1 problem.

playlist

JetBrains .NET Day Online 2023
Session recordings of JetBrains .NET Day Online 2023.

tutorial

Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.

Part of tutorial

Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.

Part of tutorial

Go REST Guide. Gin Framework
The third part of this series looks at how to build a REST API using a web framework called Gin.

Part of tutorial

Go REST Guide. gorilla/mux Router
The second part of this series demonstrates how to use a router for improved handling of requests when building REST APIs.

tutorial

Go REST Guide
This is a three-part series dedicated to three different methods of building a Go REST API.

Part of tutorial

Go REST Guide. The Standard Library
The first part of this series focuses on using the standard library, a simple and native way to create HTTP servers.

tutorial

Blazor Essentials
Learn how to build a basic application with Blazor.

Part of tutorial

Working with Data
Work with data in a Blazor application.

Part of tutorial

Blazor components
Use components for a modular Blazor application.

Part of tutorial

Forms in Blazor
View and edit data in forms

Part of tutorial

HTTP Communication and APIs
Understand how to work with HTTP within the context of a Blazor app.

Part of tutorial

Get Started using Blazor
Start a new Blazor project

Part of tutorial

JavaScript interop
Extend Blazor apps with JavaScript

Part of tutorial

Routing
Routing in Blazor.

Part of tutorial

Publishing Blazor Apps
Publish a Blazor app to Azure

Part of tutorial

Introduction to Blazor
Is Blazor the right choice for your application?

Part of tutorial

Razor Pages
Build a UI using Razor Pages in Blazor.

YouTube

REST, GraphQL and gRPC: A Comparison
Poornima Nayar

playlist

JetBrains .NET Days Online 2022
Session recordings of JetBrains .NET Days Online 2022.

YouTube

ASP.NET Basics for Experts
Layla Porter

tip

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.

tutorial

HTMX for ASP.NET Core Developers
A set of videos explaining what HTMX is, and how ASP.NET Core developers can use it to create rich client-side experiences.

Part of tutorial

Client-side templating with Mustache and HTMX
Generate HTML on the client, based on JSON

Part of tutorial

HTMX cascading selects
One thing leads to another

Part of tutorial

Hello, HTMX!
No series is complete without a "Hello, World" sample

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server

Part of tutorial

HTMX state management
Maintaining state across requests

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users

Part of tutorial

Introduction
Giving context to HTMX

Part of tutorial

Out-of-band swaps with HTMX
Swap and replace any HTML element

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server

Part of tutorial

ASP.NET Core Razor TagHelpers for HTMX
Simplify integration of HTMX in ASP.NET Core apps

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime

Part of tutorial

Server-side validation, client-side feel
Validate models on the server, display results on the client

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library

tip

Full-stack web development in Rider
Develop ASP.NET and ASP.NET Core applications in one place!

playlist

JavaScript Day 2021
JetBrains JavaScript Day 2021 is a free virtual event that took place on October 14, 2021.

playlist

New Features in GoLand 2021.2
A selection of useful features from GoLand 2021.2

tip

Live Template for arrow function
Create arrow functions quicker thanks to builtin customizable templates

tip

Refactor names in React useState hooks
Rename both values of from useState hooks at once

tip

Completion for parameter types based on function calls
Better code completion makes working on modern web frontends faster and more enjoyable

tip

Support for TypeScript types in JSDoc
Give the IDE new powers thanks to TypeScript-based types

tip

Code Completion for classnames and clsx libraries in React code
Spend less time typing or explore the possibilities for various CSS class names in React aps

tip

Reload browser pages on save
Work on your frontend then switch to the browser to see how it looks like

tip

Profile an HTTP request
What happens when an HTTP request is made?

playlist

New Features in GoLand 2021.1
A selection of useful features from GoLand 2021.1

tip

Builtin HTML preview
Stop switching to a browser to inspect your template and get instant feedback in your IDE

tip

Check APIs from the comfort of your IDE
Quickly inspect APIs and make HTTP requests to services in a reusable manner

playlist

JetBrains .NET Days Online 2021
Session recordings of JetBrains .NET Days Online 2021.

YouTube

Embracing gRPC in .NET
Irina Scurtu

tutorial

Docker For .NET Developers
A jump-start guide for .NET developers interested in Docker and containerization.

playlist

New Features in GoLand 2020.3
A selection of useful features from GoLand 2020.3

tip

Tailwind CSS support
Enjoy working with Tailwind CSS from the comfort of your IDE.

tip

Support for Vue.js 3
Upgrade to using the latest Vue.js version knowing your IDE will be there to help you.

tutorial

Web Fundamentals in Rider
Learn how Rider helps you with web applications to build full-stack apps with ease.

Part of tutorial

Navigation in web applications
How can you find what you want? Let's look at navigating around a code base.

Part of tutorial

Coding Assistance
Find out how Rider helps you write better code, faster.

Part of tutorial

Introduction
Introduction to the Web Fundamentals in Rider series.

Part of tutorial

Debugging code
What's your code doing? Step through code with the debugger, and find out.

Part of tutorial

Refactoring
See how the IDE helps you safely refactor code, without breaking existing code.

Part of tutorial

Running code
How to run your code and see the results? Let's explore.

Part of tutorial

Testing code
Get started with testing. We will use Jest as an example.

tutorial

.NET Localization
Localization and the art of reaching more users

Part of tutorial

Localizing ASP.NET Applications
Working with Cultures, Resources, & ASP.NET

Part of tutorial

Cloud (Azure) in Rider
Using the Azure plugin in Rider, and working with Azure Functions.

tutorial

The Basics Series
A set of short basic walkthroughs of different .NET technologies

Part of tutorial

Basics of ASP.NET MVC
A complete MVC pipeline with routes, models, views, and controllers.

Part of tutorial

Basics of Razor Pages
A complete Razor Pages pipeline.

tutorial

Getting Started With ASP.NET
A set of short videos to understand the basic landscape of an ASP.NET Application.

Part of tutorial

Dependency Injection and ConfigureServices
Registering ASP.NET services and instances

Part of tutorial

Start A New ASP.NET Web Application
Starting an ASP.NET Project in under a few minutes

Part of tutorial

ASP.NET Routing
Defining endpoints and URI path handlers

Part of tutorial

Request Pipeline
Configuring our HTTP handlers in Startup

Part of tutorial

Startup Class Walkthrough
The beginning of all ASP.NET applications

playlist

JetBrains .NET Days Online 2020
Session recordings of JetBrains .NET Days Online 2020.

YouTube

Formatting F# Code
Florian Verdonck

YouTube

Starting a Blog
Khalid Abuhakmeh

playlist

42 Tips and Tricks
Become an IDE champ with these bite-sized tips and tricks.

tip

Run npm Scripts from package.json
Browse your package.json scripts and run in a dedicated tool window.

tip

Wrap Selection With Tag
Use the keyboard to put a wrapper tag around a selection of code.