Tag: Nodejs
-
How JavaScript signals are changing everyday development
Posted on November 7, 2024, Level beginner Resource Length medium
In recent times, JavaScript and signals have gained attention as a powerful new tool for managing reactive states. But how did that come about? By Hrvoje D.
Tags javascript web-development how-to app-development nodejs
-
React is (becoming) a full-stack framework
Posted on August 26, 2024, Level intermediate Resource Length medium
React, with its addition of Server Components and Server Actions, is evolving into a full-stack framework. Once the most popular frontend framework, it has now successfully bridged the gap between frontend and backend to reign over both sides of the chasm. By Robin Wieruch.
Tags nodejs javascript app-development frontend web-development
-
Performance optimization techniques in Angular
Posted on February 23, 2024, Level intermediate Resource Length medium
The performance of any application plays a vital role in the growth of the business. As it is a high-performing front-end framework, we face challenges optimizing the performance. The major performance issues are the decline in traffic, decrement in engagement, high bounce rate, and crashing of applications in high usage. By @xenonstack.com.
Tags angular javascript web-development nodejs
-
Write JavaScript shell scripts with Bun
Posted on February 15, 2024, Level beginner Resource Length medium
Thanks to Bun Shell, it's now possible to write fast scripts in JavaScript. Some time ago, Alexandre published a test of ZX, a NodeJS wrapper for Bash. This project has inspired many others. By Anthony Rimet.
Tags javascript performance web-development app-development nodejs
-
JS Toolbox 2024: Runtime environments & package management
Posted on February 14, 2024, Level beginner Resource Length medium
JavaScript is bigger than ever, and the ecosystem is nothing short of overwhelming. In this JS toolbox 2024 series, we've selected and analyzed the most noteworthy JS tools, so that you don't have to. By Ollie Bannister.
Tags javascript learning web-development app-development nodejs
-
Introducing Angular v17
Posted on November 8, 2023, Level beginner Resource Length long
Last month marked the 13th anniversary of Angular's red shield. AngularJS was the starting point for a new wave of JavaScript frameworks emerging to support the increasing need for rich web experiences. Today with a new look and a set of forward-thinking features we bring everyone along to the future with version 17, setting new standards for performance and developer experience. By Minko Gechev.
Tags web-development app-development nodejs learning angular javascript
-
Next.js and GraphQL: The perfect combination for full stack development
Posted on November 1, 2023, Level beginner Resource Length medium
SQL (Structured Query Language), as you probably, know, helps you collect data from databases. It is specifically designed for that. In other words, it works with rows and columns, allowing you to manipulate data from databases using SQL queries. By Nate Rosidi.
Tags restful nodejs javascript web-development app-development apis
-
Distributed transactions at Scale in Amazon DynamoDB
Posted on August 26, 2023, Level beginner Resource Length medium
It is great to see DynamoDB, and AWS in general, is publishing/sharing more widely than before. A killer feature of DynamoDB is predictability at any scale. Aligned with this predictability tenet, when adding transactions to DynamoDB, the first and primary constraint was to preserve the predictable high performance of single-key reads/writes at any scale. By Murat Demirbas.
Tags aws distributed apis app-development cloud nodejs
-
Learn Deno and go beyond Node.js
Posted on July 12, 2023, Level beginner Resource Length medium
Although Node.js remains the most-used server-side JavaScript runtime by a huge margin, alternative runtimes like Deno and Bun have garnered attention as they attempt to improve upon the Node.js concept. By Jeremy Holcombe.
Tags nodejs web-development app-development learning performance
-
TypeScript 5.2 beta brings explicit resource management
Posted on July 5, 2023, Level beginner Resource Length short
Forthcoming update to Microsoft's strongly-typed JavaScript also backs decorator metadata for consuming metadata on classes. By Paul Krill.
Tags nodejs javascript web-development programming
-
Dissecting Npm malware: Five packages and their evil install scripts
Posted on May 11, 2023, Level intermediate Resource Length medium
Packages published on npm can declare pre and post-install hooks, which are scripts that run, well, pre or post-install. That is to say, when the npm CLI installs a package, it also runs those scripts on your machine. By Gabi Dobocan.
Tags app-development infosec web-development nodejs javascript
-
How to build Angular search functionality with GraphQL?
Posted on May 2, 2023, Level intermediate Resource Length long
In this tutorial, you will learn how to build a fullstack Angular application that uses GraphQL to fetch data from a server. The application we'll build together will display a list of blog posts fetched from a GraphQL API using Apollo Client, including search functionality. To create the GraphQL API, we will use StepZen, a GraphQL API platform that allows you to build and deploy a GraphQL API in minutes. By Roy Derks.
Tags app-development angular nodejs javascript restful apis