Search
Call of Duty: Warzone Players Are Going Invisible Again Using Red Doors
19.7.2021
Glitches cycle in and out of Call of Duty: Warzone like stray cats through an abandoned house, but invisibility has caused players more headaches than most. And despite past fixes, Call of Duty’s battle royale players once again appear to be getting shot by opponents they can’t see, this time...
Chromium spelling and grammar features
29.6.2021
Delan Azabani digs into the (hopefully) coming soon ::spelling-error and ::grammar-error pseudo selectors in CSS. Design control is always nice. Hey, if we can style scrollbars and style selected text, why not this?
The squiggly lines that indicate...
Denmark to Revise Tax Law to Target Cryptocurrencies
10.6.2021
The Danish tax ministry is reportedly mulling over revising the country’s tax law to deal with the challenges posed by cryptocurrencies. Denmark’s tax authority is concerned about the rising risk of fraud and widespread filing errors involving cryptocurrencies. Denmark to Revamp Tax...
Red Dead Online Players Found A Glitchy Water Wheel That Sends Them Flying
30.5.2021
There might not be any jetbikes in Red Dead Online, but that hasn’t stopped some players from figuring out a new way to go soaring into the sky. All you need to do is stand on a specific water wheel and wait. Soon, you’ll be flying like a bird. Read more
Quick, Take A Dip In Animal Crossing Before Nintendo Fixes The Glitch
15.5.2021
Animal Crossing New Horizons players just discovered a new glitch that lets them climb inside different objects, including pools and bathtubs. The glitch quickly grew popular and many players are asking Nintendo to leave it in the game. Read more
Glitch Turns Breath of the Wild Into A First-Person Game, It Seems
12.3.2021
Mods already makes the first-person view possible in The Legend of Zelda: Breath of the Wild. One player, however, has apparently figured out how to do that without one.Read more
xSigma Passes Security Audit and Prepares to Launch Stablecoin DEX With LP Rewards
24.2.2021
PRESS RELEASE. February 24, 2021 – xSigma, a decentralized exchange for stablecoin swaps, has announced details of its launch program. The DEX, which supports liquid swaps between stablecoin pairs, will go live on February 24, having passed a third-party security audit. Blockchain security...
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...
A Continuous Integration and Deployment Setup with CircleCI and Coveralls
9.11.2020
Continuous Integration (CI) and Continuous Deployment (CD) are crucial development practices, especially for teams. Every project is prone to error, regardless of the size. But when there is a CI/CD process set up with well-written tests, those errors are a lot easier to find and fix.
In this...
Curate Custom Content with mediastack
6.10.2020
I used to have a personal aggregator of sites I enjoyed but maintaining it was a nightmare. I needed to grab each site’s RSS feed, categorize their contents, deal with errors and individual rate limits, etc. I had to tear the whole project down because it was a nightmare to manage. Fast...
When Sass and New CSS Features Collide
29.6.2020
Recently, CSS has added a lot of new cool features such as custom properties and new functions. While these things can make our lives a lot easier, they can also end up interacting with preprocessors, like Sass, in funny ways.
So this is going to be a post about the issues I’ve encountered...
How to Fix ESLint Errors Upon Save in VS Code
6.5.2020
Two of the most prominent utilities in web development today are ESLint and Microsoft’s Visual Studio Code. I enjoy using both, and I love the integration between both tools, but warnings from ESLint inside Visual Studio Code aren’t fulfilling — I’d rather lint errors...
The WebAIM Million—Updated
8.4.2020
This report made a big splash last year. It’s a large chunk of research that shows just how terribly the web does with accessibility. It’s been updated this year and (drumroll…) we got a little worse. I’ll use their blockquote:
The number of errors increased 2.1% between...
A Guide to Console Commands
21.2.2020
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...
Research Claims EOS Network Can Freeze, Block.one Denies Any Errors
4.10.2019
The entire EOS network can be frozen with just $6 worth of tokens, new research suggests. Block.one developers reassure that everything is “operating correctly”
How I Learned to Stop Worrying and Love Git Hooks
30.9.2019
The merits of Git as a version control system are difficult to contest, but while Git will do a superb job in keeping track of the commits you and your teammates have made to a repository, it will not, in itself, guarantee the quality of those commits. Git will not stop you from committing code...
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
Level up your JavaScript error monitoring
7.3.2019
(This is a sponsored post.)
Automatically detect and diagnose JavaScript errors impacting your users with Bugsnag. Get comprehensive diagnostic reports, know immediately which errors are worth fixing, and debug in a fraction of the time.
Bugsnag detects every single error and prioritizes errors...
Level up your JavaScript error monitoring
7.3.2019
(This is a sponsored post.)
Automatically detect and diagnose JavaScript errors impacting your users with Bugsnag. Get comprehensive diagnostic reports, know immediately which errors are worth fixing, and debug in a fraction of the time.
Bugsnag detects every single error and prioritizes errors...