Сегодня состоится встреча нашего сообщества, на которой поговорим про функциональное программирование. Для того, чтобы быть в теме, рекомендую почитать несколько ссылок со списком терминов из мира функционального программирования.
🔗 https://degoes.net/articles/fp-glossary
🔗 https://github.com/hemanth/functional-programming-jargon
#link #fp
🔗 https://degoes.net/articles/fp-glossary
🔗 https://github.com/hemanth/functional-programming-jargon
#link #fp
John A De Goes
A Glossary of Functional Programming
Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
🇺🇦 Math.random(): javanoscript community pinned «https://www.youtube.com/watch?v=gzI_Gty7uWY&feature=youtu.be»
Happy Birthday, JavaScript! 🎂
https://blog.jetbrains.com/webstorm/2020/12/js-turns-25-and-webstorm-discount/
#discount #webstorm
https://blog.jetbrains.com/webstorm/2020/12/js-turns-25-and-webstorm-discount/
#discount #webstorm
The JetBrains Blog
JavaScript Turns 25: a Brief History of JavaScript and a 50% WebStorm Discount | The WebStorm Blog
JavaScript turns 25! Find out what we’ve prepared to celebrate this anniversary with you.
This media is not supported in your browser
VIEW IN TELEGRAM
Удобная утилитка, которая из любого web приложения делает десктопное приложение. Утилита написана на Typenoscript, использует Electron.
🔗 https://github.com/jiahaog/nativefier
#repo #github #typenoscript
🔗 https://github.com/jiahaog/nativefier
#repo #github #typenoscript
Сравнение инструментов для браузерного e2e тестирования.
https://blog.checklyhq.com/puppeteer-vs-selenium-vs-playwright-speed-comparison/
#article #e2e #testing
https://blog.checklyhq.com/puppeteer-vs-selenium-vs-playwright-speed-comparison/
#article #e2e #testing
Checkly
Puppeteer vs Selenium vs Playwright, a speed comparison
Which one runs faster? Puppeteer, Playwright, WebDriverIO or Selenium? We ran our own benchmark to find out.
Отличная статья о том, как можно использовать Math.random()!
https://css-tricks.com/lots-of-ways-to-use-math-random-in-javanoscript/
#article #mathrandom #javanoscript #css
https://css-tricks.com/lots-of-ways-to-use-math-random-in-javanoscript/
#article #mathrandom #javanoscript #css
CSS-Tricks
Lots of Ways to Use Math.random() in JavaScript | CSS-Tricks
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible
Twake - open source альтернатива таким продуктам как slack и teams. Может быть полезна небольшим компаниям и стартапам. Фронтенд написан на React. Бекэнд написан на php. Из интересного - используется real-time база данных ScyllaDB.
🔗 https://github.com/TwakeApp/Twake
🔗 https://twake.app/
🔗 https://www.scylladb.com/
#repo #github #react
🔗 https://github.com/TwakeApp/Twake
🔗 https://twake.app/
🔗 https://www.scylladb.com/
#repo #github #react
Сервис для передачи файлов между устройствами, работает по аналогии с AirDrop. Open Source. JavaScript.
🔗 https://snapdrop.net/
🔗 https://github.com/RobinLinus/snapdrop
#github #repo #javanoscript
🔗 https://snapdrop.net/
🔗 https://github.com/RobinLinus/snapdrop
#github #repo #javanoscript
Хотите писать большой Open Source, но не знаете с чего начать?
На сайте собраны популярные github репозитории в которых есть issue отмеченные тегами help wanted и good first issue.
🔗 https://gauger.io/contrib/
#opensource #learn #service
На сайте собраны популярные github репозитории в которых есть issue отмеченные тегами help wanted и good first issue.
🔗 https://gauger.io/contrib/
#opensource #learn #service
Интересный репозиторий и статья о восстановлении пикселизированного текста.
🔗 https://github.com/beurtschipper/Depix
🔗 https://www.linkedin.com/pulse/recovering-passwords-from-pixelized-screenshots-sipke-mellema/
#repo #github #article #ai #python
🔗 https://github.com/beurtschipper/Depix
🔗 https://www.linkedin.com/pulse/recovering-passwords-from-pixelized-screenshots-sipke-mellema/
#repo #github #article #ai #python
Редактор контента. Интересный концепт редактирования блоками, особенно хорошо подходит для headless CMS.
🔗 https://editorjs.io/
🔗 https://github.com/codex-team/editor.js
#repo #github #tool
🔗 https://editorjs.io/
🔗 https://github.com/codex-team/editor.js
#repo #github #tool
Библиотека для создания скриншотов, под капотом используется Puppeteer (headless Chrome). Open Source. Typenoscript.
🔗 https://github.com/sindresorhus/pageres
#repo #github #tool #typenoscript
🔗 https://github.com/sindresorhus/pageres
#repo #github #tool #typenoscript
https://www.arbazsiddiqui.me/a-practical-guide-to-memory-leaks-in-nodejs/
Статья о утечках памяти в node.js.
#article #nodejs #memory
Статья о утечках памяти в node.js.
#article #nodejs #memory
www.arbazsiddiqui.me
A Practical Guide to Memory Leaks in Node.js
Introduction Memory leaks are like parasites of an application, they creep up into your systems unnoticed and don't cause any harm initially…