Search
Dock Launches Ambassador Program
17.1.2022
PRESS RELEASE. On a mission to increase brand awareness, grow the community, and promote their upcoming projects, Dock has launched an Ambassador program. In return for executing various tasks including creating extra content to promote an update or launch, translating a blog post, or sharing...
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...
Bybit’s Jolly Jamboree: Trade and Win Tesla Model 3, iPhone 13 and More
24.12.2021
‘Tis the season of giving and Bybit, one of the world’s fastest growing cryptocurrency exchange and trading platforms, wants to give back to its users. Users can now celebrate Christmas with Bybit through Jolly Jamboree, where they can win amazing prizes by completing a series...
Log a User Out from Command Line
14.12.2021
Automation is a system administrator, support agent, and tech savvy person’s dream. Automating tasks via scripts remotely helps to get clients out of trouble or even the organization itself. Oftentimes big updates can require users log out. Logging a user out from command line is super easy...
Creating Your Own Bragdoc With Eleventy
20.10.2021
No matter what stage you’re at as a developer, the tasks we complete—whether big or small—make a huge impact in our personal and professional growth. Unfortunately, those tasks aren’t always recognized because they can easily get lost in the sea …
The post Creating Your Own Bragdoc With...
New Bybit User? Get up to $600 in Welcome Rewards
11.10.2021
New Bybit users can get up to $600 in welcome rewards upon completing simple tasks and hitting trading milestones after signing up. The rewards include an exclusive $50 coupon when a new user makes a first time deposit of at least 0.05 BTC or equivalent within 48 hours of joining the cryptocurrency...
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...
GamerHash (GHX) Token Is Now Listed on Bitcoin.com Exchange
27.5.2021
PRESS RELEASE. Bitcoin.com Exchange is thrilled to announce the listing of GHX, being available to trade on the 27th May 2021 at 10:00AM UTC. GHX (GamerCoin) was created by the GamerHash team, as an incentive for the miners within the app and as a reward for carrying out the tasks on...
How to Create Actions for Selected Text With the Selection API
28.4.2021
Click, drag, release: you’ve just selected some text on a webpage — probably to copy and paste it somewhere or to share it. Wouldn’t it be cool if selecting that text revealed some options that make those tasks easier? That’s …
The post How to Create Actions for Selected Text With...
Detect Changed Files with git
26.10.2020
There are numerous reasons to want to know which files have been added or modified in a git repository, one of which is your text editor highlighting those files. Another use case is running tasks against only files which are presently changed, like lint or other validation routines. So how can...
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
Run Gulp as You Open a VS Code Project
13.10.2020
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on the latest-and-greatest stuff and have my workflow just how I like it. I did a few more tweaks a few months...
A Bit on CI/CD
27.8.2020
I’d say “website” fits better than “mobile app” but I like this framing from Max Lynch:
Every production mobile app ultimately has a set of recurring tasks around integration, testing, deployment, and long term maintenance. These tasks often must be automated across...
Brazil’s Central Bank Tasks Group With Laying Out Road Map to Digital Currency Issuance
24.8.2020
The 12-member team will submit their findings – and propose a CBDC issuance model – to the central bank in 180 days
Match Accented Letters with Regular Expressions
6.8.2020
Regular expressions are used for a variety of tasks but the one I see most often is input validation. Names, dates, numbers…we tend to use regular expressions for everything, even when we probably shouldn’t. The most common syntax for checking alphabetic characters is A-z but what...
Block Links: The Search for a Perfect Solution
25.5.2020
I was reading this article by Chris where he talks about block links — you know, like wrapping an entire card element inside an anchor — being a bad idea. It’s bad accessibility because of how it affects screen readers. And it’s bad UX because it prevents simple user tasks, like selecting text.
But...
Free SSL Certificates with ZeroSSL (Sponsored)
12.5.2020
During my early years in web development, one of the most costly and annoying tasks was securing and installing security certificates on client websites. Most providers charged hundreds of dollars for SSL certs and getting them configured properly was a huge source of stress. Securing sites is much...
Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)
22.4.2020
I did a little thing the other day that I didn’t know was possible until then. I had a project folder open in VS Code like I always do, and I added another different root folder to the window. I always assumed when you had a project open, it was one top level root folder and that’s...
My Visual Studio Code Setup: Extensions and Themes
22.4.2020
Matthias Ott’s posted his VS Code setup. I find lists like this (I rounded up some recent updates of my own) irresistible, probably because, like y’all, I spend an awful lot of time in VS Code and wanna make sure I’m getting the most out of it.
Things from the list that stood...
Making Money on Lockdown: 5 Effortless Ways to Earn Cryptocurrencies Online
20.4.2020
The various government responses to the coronavirus caused a lot of havoc across the global economy and millions of people are now out of work. A number of nation states have not lifted the lockdowns and no one’s really sure when the slew of shutdown industries will open again. While people...