Search
Five Top Quality APIs
13.4.2021
It’s easy to think about creating beautiful UIs for presenting data when you don’t consider the effort that goes into gathering and serving the data itself. Here’s the thing — thanks to apilayer, you can focus on your UIs and not the pain of API creation. No need to worry...
Intl.NumberFormat
13.4.2021
Formatting numbers on the client side is an important task, especially when you consider how much raw API usage is in play these days. What’s also important is ensuring those numbers are meaningful to users, no matter where they are in the world, especially if you’re an eCommerce...
Detect CSS Overflow Elements
8.4.2021
Every once in a while you encounter a CSS annoyance that takes some cleverness to discover. One such case rears its ugly head in unwanted and unexpected scrollbars. When I see unwanted scrollbars, I usually open developer tools, click the element inspector, and hover around until I find...
Stáhněte si demo fandovské akce Metroid Prime 2D
6.4.2021
It’s So Easy To Carry Your Progress From The Outriders Demo To The Full Game
1.4.2021
Following a delay and a month-long demo period, looter-shooter Outriders is out today for basically every platform but the Switch. If you played the demo, you can carry your progress over to the main game if on the same platform, something developer People Can Fly made clear from the jump. But it’s...
A History Of Shareware, Demos And Covertapes
26.3.2021
Back before YouTube and Twitch and always online DRM, developers needed more effective ways of marketing than just relying on word of mouth. This resulted in shareware, demos and demo discs, free slices of playable content that spawned one of the most interesting phases in the gaming. Read more
How to Mine Ethereum
25.3.2021
Note: I expect a large number of people to object to cryptocurrency mining’s energy use and I totally understand. ...
Now is the Time to Get Your Business Protected from Cyberthreats (Sponsored)
23.3.2021
Malware has been a problem for decades, one that was exacerbated by the the rise of the internet, file sharing, and digital assets. Whether it’s keyloggers or other types of malware, they’ll make your computer slow and insecure, all without you knowing. And if you’re an employer...
VS Code node:console Fix
23.3.2021
I’ve been using Microsoft’s Visual Studio Code text editor for years with great success. The app has always been stable, flexible, and the best compliment I can give it: an afterthought. Recently, however, every time I added a console.log to a JavaScript file, VS Code would add import...
Use Logpoints!
22.3.2021
There’s sometimes a tribal attitude about how web developers should be debugging their code and solving problems. There’s the console.log loyalists, then there’s the debugger/breakpoint maximalists. I worked on the Firefox DevTools debugger for years and I can tell you...
Awesome Git Aliases
15.3.2021
Git is an amazingly powerful tool. It can keep track of all the code you write, let you organize your work into different branches, help you seamlessly work with other developers, and even let you time travel and make changes. But wouldn’t it be awesome if Git could do more? What if you could...
If You Liked the Outriders Demo, Pre-Order the Full Game for $50 on Xbox
12.3.2021
Outriders (Xbox) | $50 | Newegg | Use code EMCETHS38Read more
Insert Cursor at Any Position at Command Line
11.3.2021
As much as I enjoy writing lengthy pieces of JavaScript APIs, techniques, and other tech brilliance, I very much enjoy providing people quick tips to make their daily dev lives better. This is one such post. Oftentimes I’m working with long command line directives, and as you can imagine,...
Players Are Farming The Heck Out Of The Outriders Demo, So The Devs Are Nerfing It
5.3.2021
The new loot shooter Outriders hasn’t even launched yet and players are already hard at work grinding for some of its rarest gear in the game’s recent demo. According to the developers, it’s gotten so out of hand that they need to patch it to make legendary guns harder to farm, before players...
React authentication, simplified
4.3.2021
Authentication is one of those things that just always seems to take a lot more effort than we want it to. To set up auth, you have to re-research topics you haven’t thought about since the last time you did authentication, and the fast-paced nature of the space means things have often changed...
Giant Attack On Titan Manga Weighs 30 Pounds And Costs $1,400
4.3.2021
Are you a big Attack on Titan fan? Like a really big one? Well, enjoy this enormous version of the popular manga.Read more
How to Animate the Details Element
2.3.2021
Here’s a nice simple demo from Moritz Gießmann on animating the triangle of a <details> element, which is the affordance that tells people this thing can be opened. Animating it, then is another kind of affordance that tells people …
The post How to Animate the Details Element...
Use Touch ID for sudo on Mac
1.3.2021
The landscape of security is changing quite a bit. We’ve gone from basic username and password to 2FA, facial recognition, fingerprint recognition, and so on. Hell, my Mac unlocks simply when I have my Apple Watch near by. In the end, I probably use the Mac fingerprint key the most....
Vyzkoušejte demo Blacksmith Legends, budete řídit kovárnu
27.2.2021
How to Install a NPM Module from GitHub Branch
12.2.2021
In my journey to work more quickly with a project containing loads of dependencies, I’ve come across a few techniques I’ve not needed to use before. I previously wrote about How to Push to a Git Remote Branch of a Different Name — this time we’ll talk about installing...