Hire Top 1% Become Top 1%
For companies!

Hire remote tech talents you can trust

All of our candidates go through a rigorous 2-stage selection process:

  1. CV screening
  2. Interview that includes soft and technical questions. Read more...
Hire Top 1% Become Top 1% For developers

Top developers

George M.
George M. Front-end React, React Native developer
React React Native Show all
Hire Top 1% Become Top 1%
For companies!

Hire remote tech talents you can trust

All of our candidates go through a rigorous 2-stage selection process:

  1. CV screening
  2. Interview that includes soft and technical questions. Read more...
Hire Top 1% Become Top 1% For developers
21. Node.js Lessons. Writable Response Stream (res), Pipe Method. Pt.1

21. Node.js Lessons. Writable Response Stream (res), Pipe Method. Pt.1

By Ivan Rastvorov 38,211 Oct 27, 2016

Our next step will be using the streams to work with network connections. And we will start from delivering files to a visitor. As you may remember, we’ve already had a task like this: if a visitor requires the following url, you will give him the file. Let us create a file pipe.js with the following code (for your convenience, you can download code' lesson from the repository because we'll need an HTML file from there):

#Programming
0 Comments 0
22. Чат через long-polling, чтение POST. Pt.1.

22. Чат через long-polling, чтение POST. Pt.1.

By Pavel Bragin 7,595 Oct 26, 2016

Всем привет! Цель этого занятия – научиться делать чат на Node.js. Для начала наш чат будет достаточно простой. Всего лишь каждый, кто заходит по этому url http://localhost:3000/ автоматически попадает в комнату, в которой может получать сообщения от другого пользователя, находящегося в этой же самой комнате, в нашем случае переписка может вестись из разных браузеров. Мы будем делать его в начале без пользователей, базы данных, авторизации.

#Programming
0 Comments 0
Interview with “Soshace” team

Interview with “Soshace” team

By Nikita Bragin 4,233 Oct 25, 2016

We made short video interviews with our developers. Hope you will be glad to meet with our team. Enjoy watching!

#Interview
0 Comments 0
21. Уроки Node.js. Writable Поток Ответа res, Метод pipe. Pt.1

21. Уроки Node.js. Writable Поток Ответа res, Метод pipe. Pt.1

By Pavel Bragin 5,109 Oct 25, 2016

Нашим следующим шагом будет использование потоков для работы с сетевыми соединениями. И начнем мы с отдачи посетителю файлов. Если помните, у нас была такая задача: если посетитель запросит следующий url, то отдать ему файл. Создадим файл pipe.js со следующим кодом:

#Programming
0 Comments 0
20. Node.js Lessons. Data Streams in Node.JS, fs.ReadStream

20. Node.js Lessons. Data Streams in Node.JS, fs.ReadStream

By Ivan Rastvorov 9,024 Oct 25, 2016

Hey all! Our topic for today is Data Streams In Node.js. We will try to learn all the aspects in details for the reason it turns out that on the one hand, common browser JavaScript development lack streams. And on the other hand, knowing and understanding stream principles is necessary for seamless server development because a stream is a versatile way of work with data sources universally used.

#Programming
0 Comments 0

Vacancies

19. Node.js Lessons. Safe Way to a FS File and Path

19. Node.js Lessons. Safe Way to a FS File and Path

By Ivan Rastvorov 31,849 Oct 21, 2016

This article will deal with how to create a web server in Node.js, which will return a file to a user from a public directory. You may wonder: why do we need Node.js here? Why can’t we use another server? You question surely does make sense. Yes, for returning files other servers are generally more effective. From the other side, Node.js works pretty well, too. Second, before returning a file it can also perform some intellectual activities: for example, refer to a database, check out whether a user is permitted to access the file and give the file to him, if it’s permitted.

#Programming
0 Comments 0
18. Node.js Lessons. Work With Files. Fs Module

18. Node.js Lessons. Work With Files. Fs Module

By Ivan Rastvorov 6,402 Oct 20, 2016

Dear friends! The key goal of our today’s lesson is to learn how to work with binary data and file system. Node.js contains fs module to work with files, which includes a number of functions for various operations with files and directories.

#Programming
0 Comments 0
20. Уроки Node.js. Потоки данных в Node.JS, fs.ReadStream

20. Уроки Node.js. Потоки данных в Node.JS, fs.ReadStream

By Pavel Bragin 6,461 Oct 19, 2016

Всем привет! Тема этого занятия: Потоки данных в Node.js. Мы постараемся разобраться в этой теме более подробно, поскольку, с одной стороны, так получается, что потоки в обычной браузерной JavaScript разработке отсутствуют, а с другой стороны, уверенное владение потоками необходимо для грамотной серверной разработки, поскольку поток является универсальным способом работы с источниками данных, которые используются повсеместно.

#Programming
0 Comments 0
19. Уроки Node.js. Безопасный Путь к Файлу в fs и path.

19. Уроки Node.js. Безопасный Путь к Файлу в fs и path.

By Pavel Bragin 3,911 Oct 19, 2016

В этой статье мы рассмотрим, как при помощи Node.js создать веб-сервер, который будет возвращать файл пользователю из директории public. Может возникнуть вопрос: зачем здесь Node.js? почему бы не сделать это на другом сервере? Вопрос совершенно уместен. Да, для отдачи файлов, как правило, другие сервера будут более эффективны. С другой стороны, Node.js, во-первых, тоже работает весьма неплохо, а во-вторых, перед отдачей файла может совершить какие-то интеллектуальные действия, например, обратиться к базе данных, проверить, имеет ли пользователь право на доступ к данному файлу, и только если имеет, тогда уже отдавать.

#Programming
0 Comments 0
18. Уроки Node.js. Работа с Файлами, Модуль fs

18. Уроки Node.js. Работа с Файлами, Модуль fs

By Pavel Bragin 16,467 Oct 18, 2016

Всем привет! Цель этого занятия – научиться работать с бинарными данными и с файловой системой. В Node.js для работы с файлами существует модуль fs, и в нем есть множество функций для самых различных операций с файлами и директориями.

#Programming
0 Comments 0

Vacancies

1 2 ... 49 50 51 52 53 54

Tags

Programming (59) JavaScript (159) React (80) Tips (76) Node.js (68) Beginners (63) Project Management (43) Interview (42) Python (41) Human Resources (38) Remote Job (33) Node.js Lessons (20) POS Tutorial (18) React Lessons (17) Events (16) Trends (16) Job (15) React Native (14) Freelance (14) Java (14) CSS (13) React Native Lessons (12) Wiki (12) Startups (11) Regulations (10) Entrepreneurship (10) Vue (8) Flask (7) GraphQL (7) Machine Learning (6) Soshace (6) Comics (6) Express.js (6) Angular (6) Git (6) Fortune 500 (5) Django (5) Podcasts (5) Blogs (4) Next.js (4) Flutter (3) PHP (3) Java Spring (3) AWS (2) SEO (2) Swarm Intelligence (2) NestJS (1) ASP.NET (1) Laravel (1) WordPress (1)

Developer skills

Jobs