A collection of solutions to common problems. This section contains recipes that combine several technologies.
Articles in the “Recipes” section by topic
Interface
- Colorful Text
- File Upload with Progress Bar
- Drag-and-drop for uploading files
- Character Counter in Input Field
- Block Centered on the Screen
- Popup
- Dropdown Menu
- Smooth Dropdown Menu
- Column with content centered on the screen
- Lazy Loading Images with Color Preview
- Instant Form Validation
- Tile Layout
- Slider
- Styling Checkboxes and Radio Buttons
Working with GitHub
- How to Create a Profile on GitHub
- How to Set Up Two-Factor Authentication on GitHub
- How to create a repository on GitHub
- How to Choose a License on GitHub
- How to Add Users to a GitHub Repository
- How to find an issue in a GitHub repository
- How to create a fork of a repository on GitHub
- How to Clone a Repository on GitHub
- How to create a pull request on GitHub
- How to Work with Pull Requests on GitHub
- How to Edit Files on GitHub
- How to create an issue on GitHub
- How to Write a README on GitHub
- How to Publish a Website Directly on GitHub
- How to Create an Organization on GitHub
- How to Set Up SSH Access on GitHub
React
On the server side
On the client side
Useful for development
Routine
For fun
Articles in the section “Recipes” in alphabetical order
a
- Asynchronous Form Submission Applies to topic: On the client side
b
- Block Centered on the Screen Applies to topic: Interface
c
- Character Counter in Input Field Applies to topic: Interface
- Colorful Text Applies to topic: Interface
- Column with content centered on the screen Applies to topic: Interface
- Creating an Array from a Large Number of Repeating Elements Applies to topic: On the client side
d
- Drag-and-drop for uploading files Applies to topic: Interface
- Dropdown Menu Applies to topic: Interface
e
- Expressive React: Interactivity on the Client Applies to topic: React
- Expressive React: Simple Components on the Server Applies to topic: React
f
- File Upload with Progress Bar Applies to topics: Interactive Interface
h
- How to Add Users to a GitHub Repository Applies to topic: Working with GitHub
- How to Choose a License on GitHub Applies to topic: Working with GitHub
- How to Clone a Repository on GitHub Applies to topic: Working with GitHub
- How to create a fork of a repository on GitHub Applies to topic: Working with GitHub
- How to create an issue on GitHub Applies to topic: Working with GitHub
- How to Create an Organization on GitHub Applies to topic: Working with GitHub
- How to Create a Profile on GitHub Applies to topic: Working with GitHub
- How to create a project preview on your own server Applies to topic: On the server side
- How to create a pull request on GitHub Applies to topic: Working with GitHub
- How to create a repository on GitHub Applies to topic: Working with GitHub
- How to Edit Files on GitHub Applies to topic: Working with GitHub
- How to find an issue in a GitHub repository Applies to topic: Working with GitHub
- How to Publish a Website Directly on GitHub Applies to topic: Working with GitHub
- How to Rebase a Branch and Not Think About Anything Applies to topic: Useful for development
- How to Set Up SSH Access on GitHub Applies to topic: Working with GitHub
- How to Set Up Two-Factor Authentication on GitHub Applies to topic: Working with GitHub
- How to Work with Pull Requests on GitHub Applies to topic: Working with GitHub
- How to Write a README on GitHub Applies to topic: Working with GitHub
i
- Installing Let’s Encrypt Certificates Applies to topic: On the server side
- Instant Form Validation Applies to topic: Interface
l
- Lazy Loading Images with Color Preview Applies to topic: Interface
o
- Own Font Converter Applies to topic: Routine
p
- Popup Applies to topic: Interface
s
- Short links on NJS Applies to topic: On the server side
- Slider Applies to topic: Interface
- Smooth Dropdown Menu Applies to topic: Interface
- Snowflakes Applies to topic: For fun
- Styling Checkboxes and Radio Buttons Applies to topic: Interface
t
- Tile Layout Applies to topic: Interface