Обложка канала

Math.random(): javascript community

We are the community of software engineers connected around JS-based stack of technologies. The main goal is to gather together people and share knowledge between them. We are going to deep dive into interesting areas of information technologies.

  • Math.random(): javascript community

    🎄 Добрий день, друзі! Час робити добрі справи! Проект 24pullrequests - це адвент календар для розробників та опенсорс проектів. Пропонується щодня робити по пул реквесту, таким чином віддячуючи улюбленим проектам та прокачуючи власні навички. 🔗 https://24pullrequests.com/ #24pullrequests #christmas #opensource
  • Math.random(): javascript community

    😁 github зупинись... не лоскочи... Нові фічі у пошуку на github. #github #iamhacker
  • Math.random(): javascript community

    Привіт, друзі! 👋 Якщо ви не знаєте, що б вам ще вивчити та куди подивитись у плані технологій, рекомендуємо подивитись на проект roadmap.sh. Тут зібрані та оновлюються маршрутні карти по різним гілкам розвитку у IT. 🔗 https://roadmap.sh/ #roadmap
  • Реклама

  • Math.random(): javascript community

    Hi friends! 👋 Today we share an article about a fast JSON.stringify analog named TSON.stringify! Author promise that the implementation 10x times faster than the original JSON.strigify. 🔗 dev.to/samchon…afe-2eme #article #json #typescript
  • Math.random(): javascript community

    Привіт, друзі! 👋 Сьогодні в нас гарний проект, який допоможе вести локальну розробку і не тільки. Проект directory-serve дозволяє швидко запустити веб сервер та віддавати локальні файли. Ще є можливість завантажувати файли, аутентификация, QR-код для URL, та інше. 🔗 https://github.com/cube-root/directory-serve #github #nodejs #repo
  • Math.random(): javascript community

    Hey friends! 👋 Let me invite you to the next.js online conference! 🔗 https://nextjs.org/conf #next #react #conference
  • Math.random(): javascript community

    Привіт, друзі! 👋 Якщо ви ще не використовуєте typescript, але є таке бажання. Рекомендуємо звернути увагу на практичний курс з typescript для новачків! 🔗 github.com/total-t…tutorial #github #typescript #repo #tutorial
  • Math.random(): javascript community

    Привіт, друзі! 👋 Вийшла нова версія інструменту для ведення монорепозиторіїв - lerna! Ну як вийшла, майже знов народилася. Після "клінічної смерті" цей проект підхопили розробники схожого, але набагато крутішого інструменту для монорепозиторіїв - nx, від тепер у lerna.json можна додати опцію "useNx": true та все стає швидким та зручним 🙂 Детальніше за посиланням: 🔗 blog.nrwl.io/lerna-r…c6e9091c #lerna #nx
  • Math.random(): javascript community

    Hey friends! 👋 How to choose the right docker image for your node.js application? You can find answers to the question in the article! 🔗 snyk.io/blog/ch…er-image #article #docker #node
  • Math.random(): javascript community

    Borderless JS Community Conference 2022 You are invited to join the first Borderless JS Community Conference - a global virtual event for Fullstack JS Development with powerful and UpToDate content from JS communities. Show Interactive formats & Tech Talks. Save the Date: October 20, During the conference we will cover topics: • How the life of a web developer has changed • JavaScript: Expectation & Reality • Open source platforms and leading technologies in China • Why you MUST learn Node.js!? • How to share data in a micro-frontend architecture? Our agenda is live, and we couldn’t be more thrilled to share it with you! 🔗 wearecommunity.io/events/…nference #conference #free
  • Math.random(): javascript community

    Hey friends! 👋 Today we will share a good article about the build-in node.js test framework - node:test! 🔗 itnext.io/the-new…315ac9f9 #article #test #node
  • Math.random(): javascript community

    Добрий день, друзі! Сьогодні в нас класний проект, який допоможе почати розробку Front/Mobile частини проекту, не чекаючи створення REST API. Для створення бекенду необхідно створити json файл та запустити команду:
    json-server --watch db.json
    
    🔗 https://github.com/typicode/json-server #json #github #nodejs #javascript #repo
  • Math.random(): javascript community

    Good article about javascript grids, most parts of the grids are not free, but they can be useful for inspiring and starting a new one. 🔗 www.smashingmagazine.com/2022/09…ibraries #js #frontend #grid #library #article
  • Math.random(): javascript community

    Друзі, з Днем Незалежності України! 🇺🇦
  • Math.random(): javascript community

    You're invited to join us at Codeberry Club Conference (UK) on August 30 - September 13. Topics being discussed by advanced engineering experts will include: 📍Performance Fight: Spring Web vs Spring Web as Native 📍Current state of Python 📍TDD with Spring Boot: practical session Codeberry Club Conference (UK) is a conference for Advanced Engineers and those who want to work on world-class complex engineering projects, and impact the engineering industry. 🔗 Join us!
  • Реклама

  • Math.random(): javascript community

  • Math.random(): javascript community

    The good article about performance optimization of React application. The article's author shares his story and gives a performance optimization checklist. 🔗 orizens.com/blog/50…hecklist #react #performance #checklist
  • Math.random(): javascript community

    Які npm пакети варто встановити глобально? #list #package Сьогодні розповім, які пакети в мене встановлені глобально. Я їх використовую як CLI утиліти. - ngrok/localtunnel робить вашу програму доступною в Internet - jscpd знаходить дублікати коду. Автор Андрій Кучеренко веде @mathrandomcommunity - cost-of-modules показує розмір пакетів, що використовуються. Дозволяє швидко пояснити, чому в Dockerfile після npm run build необхідно робити npm prune --production. - sort-package-json сортує package.json до канонічного вигляду - depcheck знаходить не використовувані або не оголошені в package.json залежності - browser-run/bcat виводить результат роботу іншої CLI команди у браузер - license-checker показує які open source ліцензії у пакетів в ваших залежностях Перевірити ваш список: npm list -g. А що і навіщо використовуєте ви?