Search
How to spot a rug pull in DeFi, 6 tips by Cointelegraph
11.11.2021
Cointelegraph shares six tips on how to safely invest in Defi projects in our latest in-depth video
Array.prototype.at
8.11.2021
Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on external data APIs. JavaScript has added methods like find and `findIndex recently, but one syntax I love from languages like Python is retrieving values by negative indexes. When...
Mark Cuban and Voyager CEO Advise How to Get Into Crypto, Offer Tips for New Investors
1.11.2021
Shark Tank star and the owner of the NBA team Dallas Mavericks, Mark Cuban, and the CEO of crypto trading platform Voyager have given some advice to people thinking of starting to invest in cryptocurrencies. “You don’t have to spend a lot of money in order to learn. It’s...
Before You Start: Tips For Playing Guardians Of The Galaxy
26.10.2021
Square Enix’s Guardians of the Galaxy is out today, and considering how surprisingly good the game is, a lot more of you will probably be playing it than originally intended. The galaxy is a large and sometimes confusing place, especially when you’re guarding it. Don’t worry, we’ve prepared some...
Command Line trash
24.10.2021
One of the first commands you learn when experimenting with command line is rm, the utility for deleting files and directories. Deletion is a core computer UI operation but operating systems use a “Trash” paradigm, where files are stored before truly deleted. With the rm utility...
Terminate Process on a Port from Command Line
10.10.2021
Once a week I have to deal with a zombie process or try to start a process that’s already running on its designated port. In most cases I use macOS’s Activity Monitor to kill the process, which is time-consuming. What if we could just kill a process on a given port from command line?...
CSS accent-color
4.10.2021
For better or worse, form fields have been somewhat difficult to style with CSS. Form control display is dependent upon device, operating system, and browser, so you can imagine the difficulty in making styling easy. We have slowly been given some controls over form control display, as evidenced...
How to Create a UUID in JavaScript
30.9.2021
The UUID identifier has been used in programming since the days a baby-faced David Walsh became a professional software engineer. My first exposure to UUIDs was via a ColdFusion app I inherited and … the less we say about that the better. In any event, I was recently surprised to see that...
Bitcoin hits $45K, TWTR stock price rises 3.8% after BTC tipping comes to Twitter
24.9.2021
Twitter's stock feels the benefit of the "orange pill" as surging stocks add to positive tailwinds for Bitcoin
Tweet and Send Bitcoin - Twitter Enables BTC Tips Over Lightning Network
24.9.2021
n Lightning Network that is now being used in El Salvador.The new feature is being rolled out
Twitter Launches Bitcoin Tipping Feature, Explores NFT Authentication
24.9.2021
Twitter has begun rolling out “Tips,” a feature that allows users to send bitcoin or cash tips. The rollout begins with iOS users with Android coming soon. The company is also planning support for non-fungible token (NFT) authentication. Twitter Rolls Out ‘Tips’ With...
Before You Start: Tips For Playing Deathloop
23.9.2021
Arkane Studio’s latest game is its biggest yet, with esoteric puzzles, cutthroat combat, and an entire loot system all wrapped around a repeating time loop. If Deathloop seems overwhelming at first, that’s because it is.Read more
AggregateError
17.9.2021
One of the big themes of the web these days is concurrency, which leads to accomplishing tasks asynchronously. In doing so, the possibility of multiple errors can occur. Instead of providing a generic error, optimally you’d provide a wealth of error information. TheAggregateError error lets...
Before You Start: Tips For Playing Tales Of Arise
10.9.2021
Tales of Arise, the latest entry in Bandai Namco’s long-running series of games about spiky haired boys who scream “You bastard!!!” and then stab an evil dude, is a notable deviation from established formula. Rather than an action-oriented RPG, as you may expect by now, this one’s more of...
More Tips Than You Probably Need For The Quake Remaster
4.9.2021
We were all a little surprised just how quickly the recent Quake remaster came about, going from rumors and ESRB sightings to available on PSN and Steam in no time flat. Now, many people are playin’ id Software’s landmark 1996 first-person shooter for the first time. Welcome!Read more
Twitter Rolling Out Bitcoin Tipping Feature, Latest Code Update Suggests
1.9.2021
Twitter is reportedly testing the option of tipping with bitcoin as part of its “Tip Jar” feature. This followed the company’s CEO, Jack Dorsey, stating that bitcoin is a major part of Twitter’s future, hinting that the cryptocurrency will be part of several upcoming...
Is your streamer game discovery strategy 'on point'?
30.8.2021
Some tips, plus Steam refund thoughts & much more
Tips For Playing Hades [Updated: More Tips!]
13.8.2021
Hades is amazing. The latest from developer Supergiant Games (Transistor, Bastion, Pyre) is a roguelike set in the unforgiving underworld of ancient Greece. Playing this game means you’re going to die—a lot. These tips should help make sure those (many, many) deaths aren’t in vain.Read more
Set a Default Node Version with nvm
9.8.2021
As I’ve shown you in the past, nvm an excellent utility for switching between Node.js versions. Whether your host machine or CI, building and testing your apps on different Node versions is a necessity. I’ve recently found a few nvm commands that I found really useful during local...
onInput Event
3.8.2021
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d...