Search
Detect Dark Mode Preference with JavaScript
21.2.2022
Seemingly every website, dapp, and app offers a dark mode preference, and thank goodness. Dark mode is especially useful when I’m doing late night coding, or even worse, trading into altcoins. I’m presently working on implementing a dark theme on MetaMask and it got me to thinking:...
This Man Loves Japan. His Name Is Tommy Lee Jones.
14.2.2022
You might like Japan. But if you are Tommy Lee Jones, you totally *heart* it. Who loves Japan? Why, Tommy Lee Jones, that’s who! Read more
Meet The Man Behind Universe Island
11.2.2022
PRESS RELEASE. Universe Island – the name in itself gives away a major hint of what the game beholds, that is, a whole metaverse offering a wide range of features! Universe Island is a play-to-earn game that offers a classic third-person, 1vs1 shooting theme experience. However, a key factor...
The Rat Has A Name And Will Be Playable In TMNT: Shredder’s Revenge
11.2.2022
Retro beat ‘em up Teenage Mutant Ninja Turtles: Shredder’s Revenge isn’t pulling its punches. Indie developer Tribute Games revealed yesterday, during a mini-PlayStation indie event, that mutant rat and ninjutsu master Splinter will be playable in the arcade homage when it releases later in 2022....
Gundam Anime Studio Is Changing Its Official Name
8.2.2022
Founded in 1972, Sunrise Inc. is one of Japan’s most famous anime studios. The studio’s corporate name will be no more starting this spring.IT Media reports that Sunrise will become Bandai Namco Filmworks as of April 1st 2022. Bandai Namco Arts and Bandai Namco Marketing will merge with Sunrise...
Panther Protocol’s $ZKP Token Launches, Sets to Revolutionize Private Finance
1.2.2022
In the growing DeFi panorama, both institutional traders and retail investors are starting to notice the inherent privacy issues with the most popular Layer-1 blockchains. The extreme transparency of L1s such as Ethereum, Solana, and Avalanche, to name a few, leaves investors vulnerable to attacks...
JavaScript Class Privates
1.2.2022
One of my aspects of JavaScript that drew me to it as a young developers was that its syntax was loose and I could code quickly. As you gain experience as an engineer, you start to realize that some traditional coding structure is a good thing, even if it slows you down. Using Jest or […]
The...
Easy Asset Access with the Cloudinary Media Library Browser Extension
31.1.2022
Readers of my blog will know that I’ve been banging the Cloudinary drum for years. Their awesome media capabilities allow users to optimally deliver images, video, and audio in any format and to any device. Performance, customization, flexibility, optimized delivery… Cloudinary makes...
I Love You, Ringo
27.1.2022
Some things happen in your life at exactly the right time. It could be meeting the right person, discovering an open source project you go on to join, or even starting a blog when you’re bored with a job you don’t enjoy. All of those things happened to me at the right time and brought...
Eth2 is no more after Ethereum Foundation ditches name in rebrand
26.1.2022
“By removing Eth2 terminology, we save all future users from navigating this confusing mental model,” the Ethereum Foundation stated
What the Heck Does “npm” Mean?
20.1.2022
One of the things that makes this new, tooling-heavy era of front-end development so seemingly hard to understand at first is that, while we often call things by a singular name, they tend to be actually comprised of several different …
What the Heck Does “npm” Mean? originally published...
How GAIMIN Is Supporting Metaverse and Web 3.0 Ecosystems
19.1.2022
Facebook changes its name to Meta and the world suddenly becomes interested in the metaverse however the term has been around for some time, and is closely associated with Web 3.0. So what is Web 3.0, the Metaverse and how is GAIMIN involved? Web 3.0 Web 3.0 is the term used to describe the next...
Amazing Text Editing Experiences with UltraEdit (Sponsored)
19.1.2022
There’s a common saying that adults spend more time with coworkers than family; for us software engineers, we spend more time with our text editor than our families. And why shouldn’t we? They’re our main tool to do a variety of things, and as these editors evolve, they’re...
More Awesome Git Aliases
17.1.2022
In the last article in this series, Awesome Git Aliases, we took a look at some awesome aliases for Git. However, the true power of Git aliases comes from writing custom scripts. These allow you to build Git commands that can do anything you can imagine. In this article, I’ll show you how...
Immediately Executing setInterval with JavaScript
14.1.2022
Employing setInterval for condition polling has really been useful over the years. Whether polling on the client or server sides, being reactive to specific conditions helps to improve user experience. One task I recently needed to complete required that my setInterval immediately execute and then...
Panther Partners With ShapeShift to Add Interoperable Privacy to DeFi and Web3
12.1.2022
PRESS RELEASE. As Panther pushes towards the decentralization of our protocol from Day 1 with LaunchDAO, the first-ever private and decentralized project launch, the team has unveiled a new, exciting partnership. Panther Protocol is partnering with ShapeShift, a household name of the crypto...
How to Flatten git Commits
7.1.2022
One of my least favorite tasks as a software engineer is resolving merge conflicts. A simple rebase is a frequent occurrence but the rare massive conflict is inevitable when many engineers work in a single codebase. One thing that helps me deal with large rebases with many merge conflicts...
JavaScript S
27.12.2021
Replacing a substring of text within a larger string has always been misleading in JavaScript. I wrote Replace All Occurrences of a String in JavaScript years ago and it’s still one of my most read articles. The confusion lies in that replace only replaces the first occurrence of a substring...
Creator of App for Remittances to Africa and Asia Raises $65 Million in Series B Round
26.12.2021
Tap Send, the creator of a remittances app of the same name, revealed it has raised $65 million in a Series B funding round. The fintech firm plans to use the funds to build a cheaper and faster cross-border money transfer platform. Remittances to Overlooked Countries The fintech startup behind...
Froala: The Next Generation WYSIWYG Editor (Sponsored)
16.12.2021
There are a number of utilities required to really power a content management system and its users. One of the most important utilities is a performant, feature-rich WYSIWYG editor. We’ve always had to choose between the two exiting editors, CKEditor and TinyMCE, but now we have Froala,...