Forwarded from Node.JS [ru] | Серверный JavaScript
Создание стриминг сервиса на Nuxt.js, Node.js и Express
#jsarticle #nodejs #backend #fullstack #vue #nuxtjs #express #webdev
#jsarticle #nodejs #backend #fullstack #vue #nuxtjs #express #webdev
Smashing Magazine
Building A Video Streaming App With Nuxt.js, Node And Express — Smashing Magazine
Instead of sending the entire video at once, a video is sent as a set of smaller chunks that make up the full video. This explains why videos buffer when watching a video on slow broadband because it only plays the chunks it has received and tries to load…
Forwarded from Node.JS [ru] | Серверный JavaScript
Полноценный гайд по инкрементальной статической генерации в Next.js
#jsarticle #javascript #nextjs #frontend #webdev #react
#jsarticle #javascript #nextjs #frontend #webdev #react
Smashing Magazine
A Complete Guide To Incremental Static Regeneration (ISR) With Next.js — Smashing Magazine
Incremental Static Regeneration (ISR) is a new evolution of the Jamstack, allowing you to update static content instantly without needing a full rebuild of your site. The hybrid approach of Next.js allows you to use ISR for e-commerce, marketing pages, blog…
Forwarded from Node.JS [ru] | Серверный JavaScript
Masonry сетка на Rust, WebAssembly и React
#jsarticle #javascript #frontend #webdev #webassembly #wasm #rust #react
#jsarticle #javascript #frontend #webdev #webassembly #wasm #rust #react
DEV Community
Creating a Sleek Masonry Gallery with React and WebAssembly
Myself and three others have been working on a tool called Allusion in our spare time: A free image o...
Forwarded from Node.JS [ru] | Серверный JavaScript
Загрузка файлов в GraphQL с TypeGraphQL, Apollo и TypeORM
#jsarticle #javascript #backend #webdev #graphql
#jsarticle #javascript #backend #webdev #graphql
DEV Community
Implementing image uploading with Type-GraphQL, Apollo and TypeORM
This week I had the unfortunate experience of trying to implement image uploading. I quickly realized...
Forwarded from Node.JS [ru] | Серверный JavaScript
DEV Community
Implementing Passwordless Authentication in Node.JS
One of the OWASP Top 10 security issues for websites is authentication that hasn't been implemented correctly. In this quick article, you'll see one of the ways you can make your own authentication system with Node.JS.
Forwarded from Node.JS [ru] | Серверный JavaScript
Портативные веб приложения с Next.js и Go
В недавних версиях Go было добавлено встраивание файлов внутрь бинарника
Автор статьи нашёл интересное применение этому функционалу — внедрение Next.js приложений в статический бинарник
Такой подход позволяет увеличить производительность и добавляет возможность использовать функционал Go
#jsarticle #nextjs #backend #webdev #javascript #nodejs #golang
В недавних версиях Go было добавлено встраивание файлов внутрь бинарника
Автор статьи нашёл интересное применение этому функционалу — внедрение Next.js приложений в статический бинарник
Такой подход позволяет увеличить производительность и добавляет возможность использовать функционал Go
#jsarticle #nextjs #backend #webdev #javascript #nodejs #golang
Forwarded from Node.JS [ru] | Серверный JavaScript
Bibek's Blog
Detect Internet Connection Status In Browser
Hello everyone 👋
In this article, we are going to learn how can we detect the internet connection state on our website.
This can be very useful to improve user experience by showing snack messages or pop-ups when the browser is not able to connect t...
In this article, we are going to learn how can we detect the internet connection state on our website.
This can be very useful to improve user experience by showing snack messages or pop-ups when the browser is not able to connect t...
Forwarded from Node.JS [ru] | Серверный JavaScript
Внедрение Google форм в статический сайт без использования iframe
#jsarticle #frontend #webdev #javascript #html
#jsarticle #frontend #webdev #javascript #html
Atomic Spin
Embedding Google Forms in a Static Site
This approach to embedding Google Forms offers more customizability than embedding a Google Form iframe and isn’t difficult to implement.
Forwarded from Node.JS [ru] | Серверный JavaScript
Apollo GraphQL Blog
Using GraphQL Fragments for safer, cleaner, and faster code
Whether you’re just getting started with building GraphQL applications or you’ve done it for years, you probably have a decent understanding of what GraphQL queries are. But what about GraphQL fragments? In this article, we’ll delve into some common use…
Forwarded from Node.JS [ru] | Серверный JavaScript
daily.dev
gRPC service in Node.js: Tutorial, Examples and Best practices
gRPC is a new technology here for building APIs to achieve high load time and fast network latency. In this article, we will demonstrate how to build a gRPC-powered API in Nodejs. First, let's learn what gRPC is.
Forwarded from Node.JS [ru] | Серверный JavaScript
Интеграция Notion и Next.js
#jsarticle #nodejs #nextjs #fullstack #notion #frontend #react #webdev #backend
#jsarticle #nodejs #nextjs #fullstack #notion #frontend #react #webdev #backend
BlogPop by Georgey
How to use Notion API with NextJS
Notion API is finally here, and it's so cool. But you must be wondering what is Notion in the first case? Well, it's a powerful productivity tool for managing your daily day-to-day tasks, or maybe jotting down a lot of ideas you want to put up in you...