You might want to keep these tips and tricks in mind for the next time you find yourself needing to debug your JavaScript code! (more…)
Read more »
[Alexander Reben] makes tech art, and now he's encouraging you to do the same -- within a URL. The gimmick? Making the code small enough to fit the data portion of a link. And to help with that, he ha... (more…)
Read more »
The <picture> element supports media query matchers and if you want to specify a different image for dark mode, you can use a different <source>. So, if there are no suitable matches or if the browser doesn’t support the <picture> elemen... (more…)
Read more »
Constants in Go must be assigned before the program runs. All constants are computed and saved when the program compiles using go build. Constants can rely on... (more…)
Read more »