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

REST API Development with Gin

tutorial

REST API Development with Gin
Developing a Bookstore App with the Gin Framework
Data Models

Part of tutorial

Data Models
Defining models and establishing database connection
Database Setup

Part of tutorial

Database Setup
Configuring Your PostgreSQL Database
Interfaces & CRUD Operations

Part of tutorial

Interfaces & CRUD Operations
Centering on business logic via CRUD operations
HTTP Handlers

Part of tutorial

HTTP Handlers
Managing Web Requests - The HTTP Handler Approach
Introduction

Part of tutorial

Introduction
Introducing Gin, the high-performance web framework, written in Go
Project Configuration

Part of tutorial

Project Configuration
Install the dependencies used for the sample application
Project Layout

Part of tutorial

Project Layout
Organizing and Navigating Through Your Codebase
Web App with Go and React - Part 1

tutorial

Web App with Go and React - Part 1
Fullstack Application Development with Go and React
Web App with Go and React - Part 2

tutorial

Web App with Go and React - Part 2
Fullstack Application Development with Go and React
Web App with Go and React - Part 3

tutorial

Web App with Go and React - Part 3
Fullstack Application Development with Go and React
Prerequisites

Part of tutorial

Prerequisites
Install necessary dependencies for running the application
Introduction

Part of tutorial

Introduction
Setting Up Gin, SQLite, and Essential REST APIs
Crafting the Application

Part of tutorial

Crafting the Application
Constructing the Go Backend for the Chat App
Conclusion

Part of tutorial

Conclusion
Crafting a seamless full-stack chat experience
Conclusion

Part of tutorial

Conclusion
backend completion and learning outcomes
Stitching Together

Part of tutorial

Stitching Together
bringing together frontend and backend components
Preparing for Production

Part of tutorial

Preparing for Production
Fine-tuning your project for deployment
UI Design

Part of tutorial

UI Design
Jazz up your UI with Tailwind
Testing the Backend

Part of tutorial

Testing the Backend
Connecting the dots - from development to deployment
Getting Started

Part of tutorial

Getting Started
Dive into frontend development with Node.js and React
Conclusion

Part of tutorial

Conclusion
Streamlining Frontend - React and Tailwind in Action
Automate checks for your Django project

tip

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

tip

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

tip

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

tip

Speed up your Django queries
Optimising queries beyond the N + 1 problem.
JetBrains .NET Day Online 2023

playlist

JetBrains .NET Day Online 2023
Session recordings of JetBrains .NET Day Online 2023.
Authentication for Go Applications: The Secure Way

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.
Authentication for Go Applications: The Secure Way

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.
Go REST Guide. Gin Framework

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.
Go REST Guide. gorilla/mux Router

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.
Go REST Guide

tutorial

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

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.
Blazor Essentials

tutorial

Blazor Essentials
Learn how to build a basic application with Blazor.
Get Started using Blazor

Part of tutorial

Get Started using Blazor
Start a new Blazor project
Working with Data

Part of tutorial

Working with Data
Work with data in a Blazor application.
Forms in Blazor

Part of tutorial

Forms in Blazor
View and edit data in forms
Blazor components

Part of tutorial

Blazor components
Use components for a modular Blazor application.
Publishing Blazor Apps

Part of tutorial

Publishing Blazor Apps
Publish a Blazor app to Azure
Introduction to Blazor

Part of tutorial

Introduction to Blazor
Is Blazor the right choice for your application?
HTTP Communication and APIs

Part of tutorial

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

Part of tutorial

Razor Pages
Build a UI using Razor Pages in Blazor.
JavaScript interop

Part of tutorial

JavaScript interop
Extend Blazor apps with JavaScript
Routing

Part of tutorial

Routing
Routing in Blazor.
ASP.NET Basics for Experts

YouTube

ASP.NET Basics for Experts
Layla Porter
JetBrains .NET Days Online 2022

playlist

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

tip

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.
HTMX for ASP.NET Core Developers

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.
Client-side templating with Mustache and HTMX

Part of tutorial

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

Part of tutorial

HTMX cascading selects
One thing leads to another
Hello, HTMX!

Part of tutorial

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

Part of tutorial

HTMX state management
Maintaining state across requests
Typeahead search with HTMX

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query
Polling to get recent updates

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server
Out-of-band swaps with HTMX

Part of tutorial

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

Part of tutorial

Introduction
Giving context to HTMX
Infinite scrolling with HTMX

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users
ASP.NET Core Razor TagHelpers for HTMX

Part of tutorial

ASP.NET Core Razor TagHelpers for HTMX
Simplify integration of HTMX in ASP.NET Core apps
Server-powered modals with HTMX

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server
Real-world shopping cart and conclusion

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together
Shortcut keys for web applications

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app
What is HTMX?

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library
Server-side validation, client-side feel

Part of tutorial

Server-side validation, client-side feel
Validate models on the server, display results on the client
Server-sent events for realtime updates

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime
Tabs, tabs, and more tabs with HTMX

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server
Full-stack web development in Rider

tip

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

playlist

JavaScript Day 2021
JetBrains JavaScript Day 2021 is a free virtual event that took place on October 14, 2021.
Live Template for arrow function

tip

Live Template for arrow function
Create arrow functions quicker thanks to builtin customizable templates
Code Completion for classnames and clsx libraries in React code

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
Completion for parameter types based on function calls

tip

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

tip

Reload browser pages on save
Work on your frontend then switch to the browser to see how it looks like
Support for TypeScript types in JSDoc

tip

Support for TypeScript types in JSDoc
Give the IDE new powers thanks to TypeScript-based types
Refactor names in React useState hooks

tip

Refactor names in React useState hooks
Rename both values of from useState hooks at once
New Features in GoLand 2021.2

playlist

New Features in GoLand 2021.2
A selection of useful features from GoLand 2021.2
Profile an HTTP request

tip

Profile an HTTP request
What happens when an HTTP request is made?
Builtin HTML preview

tip

Builtin HTML preview
Stop switching to a browser to inspect your template and get instant feedback in your IDE
Check APIs from the comfort of your IDE

tip

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

playlist

New Features in GoLand 2021.1
A selection of useful features from GoLand 2021.1
Embracing gRPC in .NET

YouTube

Embracing gRPC in .NET
Irina Scurtu
JetBrains .NET Days Online 2021

playlist

JetBrains .NET Days Online 2021
Session recordings of JetBrains .NET Days Online 2021.
Docker For .NET Developers

tutorial

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

tip

Tailwind CSS support
Enjoy working with Tailwind CSS from the comfort of your IDE.
Support for Vue.js 3

tip

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

playlist

New Features in GoLand 2020.3
A selection of useful features from GoLand 2020.3
Web Fundamentals in Rider

tutorial

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

Part of tutorial

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

Part of tutorial

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

Part of tutorial

Testing code
Get started with testing. We will use Jest as an example.
Navigation in web applications

Part of tutorial

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

Part of tutorial

Introduction
Introduction to the Web Fundamentals in Rider series.
Running code

Part of tutorial

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

Part of tutorial

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

tutorial

.NET Localization
Localization and the art of reaching more users
Localizing ASP.NET Applications

Part of tutorial

Localizing ASP.NET Applications
Working with Cultures, Resources, & ASP.NET
Cloud (Azure) in Rider

Part of tutorial

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

tutorial

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

Part of tutorial

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

Part of tutorial

Basics of Razor Pages
A complete Razor Pages pipeline.
Getting Started With ASP.NET

tutorial

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

Part of tutorial

Startup Class Walkthrough
The beginning of all ASP.NET applications
Dependency Injection and ConfigureServices

Part of tutorial

Dependency Injection and ConfigureServices
Registering ASP.NET services and instances
Start A New ASP.NET Web Application

Part of tutorial

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

Part of tutorial

Request Pipeline
Configuring our HTTP handlers in Startup
ASP.NET Routing

Part of tutorial

ASP.NET Routing
Defining endpoints and URI path handlers
Formatting F# Code

YouTube

Formatting F# Code
Florian Verdonck
Starting a Blog

YouTube

Starting a Blog
Khalid Abuhakmeh
JetBrains .NET Days Online 2020

playlist

JetBrains .NET Days Online 2020
Session recordings of JetBrains .NET Days Online 2020.
42 Tips and Tricks

playlist

42 Tips and Tricks
Become an IDE champ with these bite-sized tips and tricks.
Run npm Scripts from package.json

tip

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

tip

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