Size: a a a

2021 April 19

NT

Nikita Tsvetkov in pro.js
Если лучше питон-буду использовать его
источник

F

Foma in pro.js
Селениум
источник

NT

Nikita Tsvetkov in pro.js
Не, просто поставили задачу по автоматизации)
источник

NT

Nikita Tsvetkov in pro.js
Благодарю за помощь :)
источник

F

Foma in pro.js
Напряги тогда тима
источник

F

Foma in pro.js
Автоматизация слишком абстрактно
источник

F

Foma in pro.js
Ну по описанию зено постер светит питон
источник

F

Foma in pro.js
Если надо такой же функционал
источник

ES

Ekaterina Shandurenk... in pro.js
#вакансия #Таллинн #Estonia

📌Company: Platform product which will connect investors and small and medium businesses globally. We provide a secure, affordable and inclusive marketplace built on the infrastructure, backed with a blockchain which enables the stakeholders to interact, make payments, get access to documents and allow investors to trade with one another.

Size in Tallinn: 10 + developers

Salary range: 3000-3850 EUR NET(after taxes)
https://www.kalkulaator.ee/ru/kalkulyator-zarplaty

Requirements
- 5+ years of experience in Frontend Development
- Hands-on React
- Solid knowledge of JavaScript, TypeScript
- English Upper-Intermediate

Responsibilities:
- Develop/improve frontend architecture, code, research tech to use;
- Propose approaches to address specific user stories;
- Estimate, provide alternative solutions to develop specific business functionality;
- Troubleshoot various technical issues;
- Work closely with other team members (backend, designers, QA, marketing etc.).

Contacts @kate_shandurenko or kate@ittalent.ee
источник

C

CodeAsm in pro.js
а роутинг на стороне клиента все фреймворки реализуют таким образом что пушат новый урл в history?
источник

E

Eugene in pro.js
кто нибудь решал задачи для https://contest.yandex.ru/ ? Я отправляю им решение, которое читает данные из input.txt и пишет в output.txt вот так:
const fs = require('fs');

const readableStream = fs.createReadStream(
   'input.txt',
   'utf8'
);

const writeableStream = fs.createWriteStream('output.txt');

readableStream.on('data', function (chunk) {
   let numbers = chunk.split('\r\n');

   numbers = numbers.filter(function (number) {
       return number != '';
   });

   let answer;
   if (2 >= numbers.length) {
       answer = numbers.reduce((a, b) => {
           return (parseFloat(a) || 0) + (parseFloat(b) || 0);
       });

       if (undefined !== answer) {
           writeableStream.write(`${answer}`);
       }
   }
});

В итоге мне их платформа пишет, что типа я им вместо ответа присылаю тупо содержимое файла input.txt как такое может быть, подскажите плиз? ЧЯДНТ
источник

D

Dina in pro.js
#вакансия #Киев #Kyiv #node.js                                                                                                                              🔓NODE.JS developer
                                                                                                     📌Company: Talentgrator                                                         Our client is a software provider and online iGaming operator based in Malta.
The company brings together various aspects of the industry and offers both consumer entertainment brands and white-label services to the industry. It owns and operates multiple unique consumer-facing brands.
                                                                                                          📌Office+1 day remote                                                                     📌Comfortable office in Kyiv near m. Zhytomyrska                            📌7-hour working day
📌Salary range: max 4000 $ NET(after taxes)
https://talentgrator.com/job/js-developer-node-js/

Requirements
- 3+ years of experience in Node.js
- OOP concepts, prototypes, lambda functions, closed, scope of variables, work with context (“this”), functional programming
- TypeScript, ES6
- Knowledge of frameworks Express and Koa               - Relational DB, SQL requests
- NoSQL DB (MongoDB, CouchDB, Redis)
                                                                                              Responsibilities:
- Perform system integration and interop projects
- Solution design/architecture for integration projects
- Implementation of decision
- Documentation/description of integration                                         Contacts: @mrsdiva275 or dina@talentgrator.com
источник

E

Eugene in pro.js
у вас там в последнем эмэйле косяк вроде,  должно быть наверное dina@talentgrator.com вместо  dina@talentgrator.comNODE.JS
источник

D

Dina in pro.js
😰
источник

D

Dina in pro.js
done! спасибо
источник

E

Eugene in pro.js
теперь во 👍
источник

E

Eugene in pro.js
ап
источник

IO

Iv Ov in pro.js
Пюпитр попроще будет
источник

IO

Iv Ov in pro.js
Хотя селениум может потом в жизни больше пригодиться, в автотестеры можно пойти
источник

IO

Iv Ov in pro.js
Ну и Cypress тогда надо упомянуть.

Но это инструменты локальные, не для веб-сервиса. То есть, человек должен скачать, установить.

Puppeteer, возможно, не так сложно в веб-сервис завернуть. Сходу не скажу.
источник