ch
Feedback
JavaScript Room - all about web dev

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

数据加载中...

标签云
无数据
有任何问题?请刷新页面或联系我们的客服
进出提及
---
---
---
---
---
---
吸引订阅者
十二月 '24
十二月 '24
+9
在0个频道中
十一月 '24
+24
在0个频道中
Get PRO
十月 '24
+12
在0个频道中
Get PRO
九月 '24
+9
在0个频道中
Get PRO
八月 '24
+55
在0个频道中
Get PRO
七月 '24
+71
在0个频道中
Get PRO
六月 '24
+59
在0个频道中
Get PRO
五月 '24
+80
在0个频道中
Get PRO
四月 '24
+85
在0个频道中
Get PRO
三月 '24
+51
在0个频道中
Get PRO
二月 '24
+26
在0个频道中
Get PRO
一月 '24
+37
在0个频道中
Get PRO
十二月 '23
+607
在0个频道中
日期
订阅者增长
提及
频道
21 十二月0
20 十二月0
19 十二月+1
18 十二月+1
17 十二月0
16 十二月0
15 十二月+1
14 十二月0
13 十二月+2
12 十二月+1
11 十二月0
10 十二月+2
09 十二月0
08 十二月0
07 十二月0
06 十二月0
05 十二月+1
04 十二月0
03 十二月0
02 十二月0
01 十二月0
频道帖子
[Networks]: A bit of theory related to the low level topic in software engineering such as networks. It’s quite handy to have
+9
[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

2
[JavaScript] Function generators are powerful but still not very popular among developers. Possibly many of us simply don’t s+5
[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
268
3
[TypeScript] Do you know the role of the “declare” keyword in #typescript? It helps to reduce the gap between JS runtime envi+6
[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
261
4
[Software Development] Graph Databases is quite a hot topic nowadays. More and more job descriptions mention Neo4j and other+6
[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
303
5
[Web Dev] Usually we learn how to write code, but nobody teaches us how to debug and improve our solutions. But it’s critical+5
[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
226
6
[React.js] Let’s dive into one of the latest hooks in #reactjs - useDeferredValue. It might be not obvious in the beginning w+7
[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
195
7
[JavaScript] Decorators are still a new feature in #javascript and isn’t fully here yet (still a proposal), but we can start+6
[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
190
8
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
255
9
[JavaScript] Sorting by a primary and a secondary field is a common task in both frontend and backend. This little helper sho+2
[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
364
10
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
277
11
[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
322
12
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
369
13
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
445
14
[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
410
15
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
411
16
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
483
17
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
514
18
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
453
19
💥 iconbuddy.app - 180K+ open source icons for your next project! #webdev #webdevelopment #frontend #javascript #html #css #webdeveloper #programming
333
20
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
372