JavaScript Room - all about web dev
الذهاب إلى القناة على Telegram
Blog about web development - news, tips & tricks and more… #webdevelopment, #frontend #programming #programmer #webdev #webdeveloper #backend #nodejs #javascript #tech #typescript Join our dev chat: @room_js_chat
إظهار المزيدلم يتم تحديد البلدالتكنولوجيات والتطبيقات73 651
640
المشتركون
+124 ساعات
-37 أيام
+2830 أيام
أرشيف المشاركات
[Networks]: A bit of theory related to the low level topic in software engineering such as networks. It’s quite handy to have an idea about these network layers as a software engineer, even if you do not work closely with protocols.
.
#network #softwareengineer #softwareengineering #webdeveloper #webdevelopment #webdev #javascript
[JavaScript] Function generators are powerful but still not very popular among developers. Possibly many of us simply don’t see use cases where we can apply them. Let’s review bright sides of function generators and find out how you can incorporate them to your projects!
.
#javascript #javascriptdeveloper #webdev #webdeveloper #webdevelopment #nodejs #typescript
[TypeScript] Do you know the role of the “declare” keyword in #typescript? It helps to reduce the gap between JS runtime environment and the TS type checking system. Basically, you need it to explicitly type an untyped (often third-party) code. Look at the examples to see some use cases.
.
#javascript #nodejs #webdevelopment #webdev #webdeveloper #programming #programmer #backend #frontend
[Software Development] Graph Databases is quite a hot topic nowadays. More and more job descriptions mention Neo4j and other solutions, which is a strong signal for all developers. Even if you’re not specializing in DBs, it’s good to understand the basics. That’s why this post is being created, so you’re not afraid to be asked about graph databases on your next interview…
.
#softwaredeveloper #softwareengineer #softwareengineering #softwaredevelopment #programming #database #software
[Web Dev] Usually we learn how to write code, but nobody teaches us how to debug and improve our solutions. But it’s critical to understand debugging and its best practices in order to build efficient applications. This post provides some thoughts on Profiling, which is debugging technique for measuring performance. The first step whenever you want to improve/fix issues in your app. What would you add from your experience?
.
#webdev #webdeveloper #javascript #typescript #programmer #webdevelopment #nodejs
[React.js] Let’s dive into one of the latest hooks in #reactjs - useDeferredValue. It might be not obvious in the beginning why it’s needed at all. But after reading through this post you’ll definitely get few ideas about it.
.
#javascript #typescript #react #webdev #webdevelopment #webdeveloper #frontend #coding #programmer
[JavaScript] Decorators are still a new feature in #javascript and isn’t fully here yet (still a proposal), but we can start using them already (for example, in #typescript). Decorators are actually quite helpful in some cases, let’s list some of them here.
.
#js #webdev #webdevelopment #programming #programmer #coding #nodejs #reactjs #angularjs #webdeveloper
One more option for those who want to learn web development and don’t know where to start. TheValleyOfCode looks like a great learning source for beginners and even more experienced techies.
https://thevalleyofcode.com/
#webdev #webdeveloper #webdevelopment #html #css #javascript #typescript
[JavaScript] Sorting by a primary and a secondary field is a common task in both frontend and backend. This little helper shows how to achieve that in case of ascending order.
.
#javascript #typescript #webdev #webdevelopment #nodejs #webdeveloper #coding #programmer
I see a lot of great reviews about this ESLint config from devs on Reddit. It seems like worth trying it out. It looks very comprehensive and complete. Have you tried it in your projects already?
https://github.com/gajus/eslint-config-canonical
#javascript #typescript #webdev #webdeveloper #webdevelopment #nodejs #coding #programmer
[TypeScript] Setting up a #typescript project can be a pain, especially in the beginning. Here’s a great article on the topic, specifically explaining how to configure correctly your project to support and run in multiple environments (browser, tests, etc). It’s important to do not mix them up and the article explains why.
https://kettanaito.com/blog/one-thing-nobody-explained-to-you-about-typescript
#webdev #webdeveloper #webdevelopment #nodejs #javascript #programming #frontend #backend
Phase - open source, end-to-end encrypted platform for managing application secrets and environment variables. Another option to store and manage secrets for your next app!
https://phase.dev/
#devops #webdev #webdevelopment #cloud #websecurity
The new version of Next.js has been released with a bunch of awesome updates on board! It's definitely one of the most popular frameworks for web development right now and the team keeps shipping cutting-edge improvements 🔥
Read more in the official blog: https://nextjs.org/blog/next-14
#webdev #webdeveloper #javascript #nodejs #frontend #backend #programming
[CSS] A new way of switching theme colors in #css is coming - embrace the ‘light-dark()’ method.
It’s currently experimental and only supported by the latest Firefox browser, keep that in mind.
https://www.bram.us/2023/10/09/the-future-of-css-easy-light-dark-mode-color-switching-with-light-dark/
#html #javascript #frontend #programming #webdev #webdevelopment #webdeveloper
Flytrap - a fresh debugging tool for developers competing with the well-known Sentry. It helps to catch bugs in your frontend applications and deeply preview and analyse them. Check the demo video to see it in action. It’s powerful!
https://www.useflytrap.com/
#webdev #webdevelopment #webdeveloper #javascript #programming #nodejs
playcss.app - a nice gamified way to improve and practice your CSS skills by solving daily challenges. It can definitely boost your frontend creativity to new heights.
#css #javascript #html #frontend #web #webdev #webdevelopment #webdeveloper #programmer
Well-structured article on using shorthands in the modern JavaScript. May seem a bit obvious for experienced developers, and probably more useful for people who don’t have that much expertise in #javascript yet. Anyway, it’s worth checking out
https://hackernoon.com/mastering-javascript-shorthand-tips-for-beginners
#typescript #webdev #webdeveloper #webdevelopment #frontend #backend #programmer #js #coding #nodejs #reactjs
Bun keeps making noise in the web dev community. Here’s another article that compares Bun with Node.js in key parts. It’s definitely worth reading if you’re into new stacks. I won’t be surprised if projects will start migrating to Bun from now on, the differences are too sexy to be ignored
https://www.builder.io/blog/bun-vs-node-js
#webdev #webdevelopment #programmer #nodejs #frontend #backend #javascript #typescript
💥 iconbuddy.app - 180K+ open source icons for your next project!
#webdev #webdevelopment #frontend #javascript #html #css #webdeveloper #programming
free-for.dev - a curated list of software and other offerings that have free tiers for developers. ⚡️
Whenever you build a side gig you know where to look it up.
#webdev #webdeveloper #programmer #coding #webdevelopment
