Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed May 12, 2024
1 parent a160523 commit 7d8ce2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/solace-js-mqtt-pg/solace-js-mqtt-pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In this section you're going to build the Node.js MQTT producer application:

- [GitHub repo - producer](https:/github.com/solacese/solace-js-mqtt-postgres-blog/tree/master/mqtt-producer)

JavaScript is becoming a lingua franca for newly minted programmers coming out of university programs, and the ecosystem is full of innovative libraries that solve many categories of problems. The language is becoming increasingly expressive thanks to [ECMAScript](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/) and today's ESNext (the latest version of the ECMAScript specification), and build tools are becoming easier and easier to use thanks to [Babel](https://babeljs.io/) and low touch bundlers like [Parcel](https://parceljs.org/).
JavaScript is becoming a lingua franca for newly minted programmers coming out of university programs, and the ecosystem is full of innovative libraries that solve many categories of problems. The language is becoming increasingly expressive thanks to [ECMAScript](https://tc39.es/ecma262/) and today's ESNext (the latest version of the ECMAScript specification), and build tools are becoming easier and easier to use thanks to [Babel](https://babeljs.io/) and low touch bundlers like [Parcel](https://parceljs.org/).

JavaScript paired with MQTT provides a versatile foundation for systems programming, event-driven microservices, event-driven frontends, and more.

Expand Down

0 comments on commit 7d8ce2c

Please sign in to comment.