Do you use Copilot for reviewing your GitHub PRs? Now you can open Copilot's comments in your VS Code or Cursor in one click with this browser extension. Boost your dev experience!
https://t.co/tcUUclswbO
#github#ai#copilot
[Web Dev] Deno or Bun? I hear this question quite often lately, especially after the release of Deno v.2. They both are great tools, from my point of view. Here I have listed how they approach different aspects of the web development. So it depends on you what to choose, but make sure you read it first.
.
#javascript #typescript #nodejs #webdev #webdeveloper #webdevelopment #programmer #frontend #backend
After the recent release of Deno V2 I started seriously considering to migrate away from Node.js. Node still has a huge advantage in terms of ecosystem, but look at this 5 points: Deno is a game-changer from different perspectives. Built-in support of TypeScript is already a big deal. Are you thinking about migration too? #typescript #typescriptdeveloper #javascript #javascriptdeveloper #nodejs #programmer
It's done. Now it’s your turn, @Oracle.
We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.
Oracle has until January 4th to respond, or the case will go into default, which will result in the trademark being canceled.
It's time to #FreeJavaScript.
https://t.co/fBYOIBMOIf
@decipher_t It will take some time, but no worries step-by-step. You’ll get there for sure. JS can be tricky but if you stay consistent and keep practicing, everything will get in order sooner than you may expect. Good luck in your journey!
Object.groupBy() is a relatively new method in JavaScript this gives more flexibility to devs design the code in a nicer way. Nice replacement for the reduce() method in some cases. Do you use it already?
.
#webdev#javascript#typescript#nodejs#programming#webdevelopment
This project has caught my eye recently – InstantDB. It’s a client-side real-time database with a rather interesting architecture. It’s built with a synchronization layer between the client and the server. The idea is that the client interacts directly with the “local” database, and it gets synchronized with the backend database in the background. This approach sounds quite revolutionary for frontend development and seems to offer significant improvements in performance and app optimization for many developers. Have you had a chance to try InstantDB yet?
Website: https://t.co/340kAjqykU
GitHub: https://t.co/oqptb4T6KG
#webdev #frontend #backend #javascript #nodejs
[Web Dev] Redirects vs. Rewrites
This sounds like a simple question , but would you be able to answer it from top of your head? Here’s the quick summary on how redirects are different to rewrites when we talk about web development. Thank me later after nailing this question on a technical interview 😎
#webdev #webdevelopment #programmer #nodejs #javascript