Search
How to Push to a Git Remote Branch of a Different Name
9.2.2021
Git is one of those tools that I’ve always known just enough about to be dangerous, and usually tend to learn new skills when I’m in a position to truly need them. Shockingly enough it has taken me roughly 15 years of using git for me to encounter the need to push to a remote...
Fix “no such file or directory, scandir”
8.2.2021
After 15+ years in the web development industry, and seeing the landscape of tooling change, I’ve really lost patience with tooling errors. Like…Old Man Walsh™ just wants yarn install to work so he can get on with his work day. One recent error I ran into was from a dependency...
Confessions of a Web Developer XVIII
2.2.2021
It’s been quite a while since I’ve gotten a few things off of my chest and since I’m always full of peeves and annoyances I thought it was time to unleash: Sometimes you need to get out of the cult and stop drinking the Kool-Aid to see an organization for what it is. My childhood...
Vyzkoušejte demo akce Immortals Fenyx Rising
29.1.2021
Embedding an Interactive Analytics Component with Cumul.io and Any Web Framework
28.1.2021
In this article, we explain how to build an integrated and interactive data visualization layer into an application with Cumul.io. To do so, we’ve built a demo application that visualizes Spotify Playlist analytics! We use Cumul.io as our interactive …
The post Embedding an Interactive...
There's A Lot Of Sonic And Nights In Balan Wonderworld's Trippy Demo
27.1.2021
Want to spend an hour or so wandering colorful cartoon dreamscapes crafted by the creators of Sonic the Hedgehog? Do you enjoy the sensation of being pleasantly bewildered? If you answered yes to either of those questions you’re going to want to play the demo for Balan Wonderworld. It’s something...
Track: We’re Gonna Get There In The End (Demo) | Artist: Noel Gallagher’s High Flying Birds | Album:
26.1.2021
Track: We’re Gonna Get There In The End (Demo) | Artist: Noel Gallagher’s High Flying Birds | Album: N/ARead more
JavaScript Wake Lock API
25.1.2021
An enjoyable web apps rely on engineers implementing the APIs that cover all of the small things. Those small things sometimes improve performance, usability, accessibility, and the app’s relationship with its host system. The Wake Lock API is the latter — an API that allows developers...
Resident Evil Village: Demo Maiden na PlayStationu 5 děsí atmosférou
24.1.2021
Osmý Resident Evil s podtitulem Village a bez číslovky v názvu klepe na dveře. Demoverze nazvaná Maiden (Panna) nastínila, jak bude nadcházející horor od Capcomu vypadat a jak se bude hrát
Resident Evil Village’s Demo Made Me Scared Of My Own Footsteps
22.1.2021
We got our first bloody taste of Resident Evil Village yesterday courtesy of the Maiden demo, and let me tell you, it does some great things with footsteps.Read more
Awesome Demos Roundup #19
22.1.2021
A large collection of fantastic web experiments that were made in the past couple of weeks.
The post Awesome Demos Roundup #19 appeared first on Codrops
Nový Resident Evil odhalil všechny detaily, k dispozici je i demo
22.1.2021
Na další díl hororové ságy Resident Evil už nebudeme muset dlouho čekat. Vedle pořádné porce nových záběrů a informací představil Capcom i multiplayerovou odbočku Re:Verse, animovaný seriál či spojení se značkou The Division
Ocarina Of Time Demo Fragments Reveal A Much Earlier Version Of The Game
20.1.2021
Nintendo preservationists Forest of Illusion recently got their hands on a Nintendo 64 development cart containing what appears to be the demo version of The Legend of Zelda: Ocarina of Time shown at the Space World ‘97 trade show. This early build includes maps, items, abilities, and even story...
Zkuste dětský horor Little Nightmares. První díl je zdarma, druhý má demo
14.1.2021
Skvělá hororová plošinovka Little Nightmares brzy dostane druhý díl. Aby na něj vývojáři pořádně upozornili, vydali demoverzi a první díl rozdávají PC hráčům zdarma
navigator.clipboard API
11.1.2021
Interacting with a user’s host clipboard is something web developers have wanted for both good and evil purposes. On the good side, it’s nice to allow users to easily copy text like wallet addresses or branch names; for evil, copying malicious text that the user may mistakenly paste...
Outriders se odkládají, v únoru však dostaneme demo
7.1.2021
Goals For 2021
29.12.2020
Every year I write a blog post about my goals for the year but I won’t pretend this year’s post is the same. I mean how the hell do I create realistic goals knowing what 2020 was and what 2021 inherits?! Pandemic, drastic political churn, social unrest…and none of that is related...
Open a Browser Tab with DevTools Open by Default
28.12.2020
Using command line flags is a great way to subtly improve productivity. Whether saving yourself keystrokes or enabling specific features, it’s very much worth knowing the application flags available to you. To launch a new tab with DevTools in Chrome, you can use...
Return a Default Value with Promises Using catch
23.12.2020
Last week I tweeted all of you looking for your best JavaScript Array and Promise tricks, and as always, it didn’t disappoint — I learned quite a bit! Today’s JavaScript Promise trick is brought to you by Claudio Semeraro: how to use catch to set a default value instead of...
Break a forEach Loop with JavaScript
22.12.2020
I’ve written a number of blog posts about JavaScript tricks: Promise tricks, type conversion tricks, spread tricks, and a host of other JavaScript tricks. I recently ran into another JavaScript trick that blew my mind: how to break a forEach loop. To break the forEach loop at any point,...