/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

javascriptweblog.wordpress.com
| | humanwhocodes.com
1.4 parsecs away

Travel
| | The Official Web Site of Nicholas C. Zakas
| | joeyreyes.dev
1.6 parsecs away

Travel
| | Happy new year! I'm kicking 2022 off with a post that has been in my queue for quite some time, an exploration of strict mode in JavaScript
| | yakovfain.com
4.8 parsecs away

Travel
| | TypeScript is a superset of JavaScript and over the last year it's gaining popularity by leaps and bounds. Angular 2 and RxJS 5 are written in Typescript. I believe about a million of developers are using TypeScript today for app development (this is not official stats). I'm using TypeScript for more than a year and...
| | thomascountz.com
34.1 parsecs away

Travel
| [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.