JavaScript Room - all about web dev
Open in 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
Show moreThe country is not specifiedTechnologies & Applications73 651
640
Subscribers
+124 hours
-37 days
+2830 days
Posts Archive
[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
