Featured
A First-Person Engine in 265 Lines of JavaScript — A look at the basics of creating a simple but effective raycaster (similar to the technology used in Wolfenstein 3D) in JavaScript. If the mechanics of how they work is new to you, you’ll learn a lot. |
PlayfulJS |
|
From our Sponsor
Reading
My ECMAScript 7 Wishlist — With ECMAScript 6 now feature complete, any further changes to the core of JavaScript will happen in ECMAScript 7. Nicholas Zakas shares a variety of things he hopes to see in ECMAScript’s (and therefore JavaScript’s) future. |
Nicholas C Zakas |
|
7 Steps to Better JavaScript — Den Odell presents a seven step plan to better code including the tools to streamline the process. Both an article and a 9 minute screencast. |
Creative Bloq |
|
Jobs
Code, Libraries and Tools
Sprinkles: The ‘ActiveSupport of Vanilla JS’ — ActiveSupport is a Ruby library that’s part of the popular Rails framework and it provides a myriad of helpers for views and front-end use. Sprinkles is a far smaller but similar effort for JavaScript covering areas like cookie management, XHR helpers, and date parsing. |
Canary |
|
Last but not least..
NodePing has everything you need to monitor your web app. — HTTP and JSON content verification, WebSocket/Socket.io, SSL, DNS, FTP, PING, and more with full API. 200 monitors at 1 minute intervals for only $15/month includes unlimited alerts via SMS, email, Pushover, webhooks, twitter, etc. Free 15-day trial. |
NodePing Sponsored |
|
|
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET Core GC压缩(compact_phase)底层原理浅谈
· 现代计算机视觉入门之:什么是图片特征编码
· .NET 9 new features-C#13新的锁类型和语义
· Linux系统下SQL Server数据库镜像配置全流程详解
· 现代计算机视觉入门之:什么是视频
· 【译】我们最喜欢的2024年的 Visual Studio 新功能
· 个人数据保全计划:从印象笔记迁移到joplin
· Vue3.5常用特性整理
· 重拾 SSH:从基础到安全加固
· 为什么UNIX使用init进程启动其他进程?