Go check out Daily Developer Jokes, my latest project! Here's the joke from today: JavaScript is a very lenient language in terms of how it is interpreted. For example: x = 5; Is not valid JavaScript code, and should be written as var x = 5 (or const... (more…)
Read more »
Most of your time as a developer is spent reading code followed by debugging that same code, most likely to be able to read it or solve an… (more…)
Read more »
A tiny (196B) utility to generate calendar views. Contribute to lukeed/calendarize development by creating an account on GitHub. (more…)
Read more »
Tom Preston-Werner (co-founder of GitHub, board member at Netlify) joins the party and brings his new, opinionated, full-stack, serverless web app framework with him. Will Redwood help usher in the future Tom predicted back in 2018? We discuss that and a ... (more…)
Read more »
cards.js is a library to write card games in javascript. It's not a framework, it does not try to tell you how to write your game logic, it's only about rendering playing cards, animating them and giving you a nice and simple way to use them in your games... (more…)
Read more »