Search
Rethinking Code Comments
2.4.2020
Justin Duke asks if treating code comments like footnotes could help us understand the code in a file better. In his mockup, all the comments are hidden by default and require a click to reveal:
What a neat idea! Justin’s design reminds me of the way that Instapaper treated inline...
An Annotated Docker Config for Front-End Web Development
2.4.2020
Andrew Welch sings the praises of using Docker containers for local dev environments:
Here are the advantages of Docker for me:
• Each application has exactly the environment it needs to run, including specific versions of any of the plumbing needed to get it to work (PHP, MySQL...
Berkeley Blockchain Xcelerator Director on What DLT Startups Need to Succeed
1.4.2020
In an interview with Cointelegraph, the director of UC Berkeley’s blockchain incubator shared her advice for early stage DLT companies
The Need to Report Carbon Emissions Amid the Coronavirus Pandemic
30.3.2020
Modern digital companies require more and more energy, which contributes to the global rise of carbon emissions
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
30.3.2020
CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
5 Essential git Commands and Utilities
26.3.2020
For many of us, git and GitHub play a huge role in our development workflows. Whenever we have a tool that we need to use often, the more fine-tuned we can make that tool, the faster we can get things done. The following are five git commands or helpers that can make your developer life...
10 Loan Providers Taking Crypto as Collateral, If You Think the Time Is Right for Hodling
21.3.2020
If you are not ready to part with decentralized money, at a time when prices are relatively low, but need some fiat cash to cover costs in times of crisis, crypto-backed loans are a working solution. A number of platforms offer this type of service and their popularity is growing among...
A Few Background Patterns Sites
18.3.2020
If I need a quick background pattern to spruce something up, I often think of the CSS3 Patterns Gallery. Some of those are pretty intense but remember they are easily editable because they are just CSS. That means you could take these bold zags and chill them out.
CodePen Embed Fallback
My usual...
How to Simulate Long HTTP Requests
17.3.2020
It happens less frequently these days but there are times when we need to accommodate for a HTTP request timing out. The service could be down, under heavy traffic, or just poorly coded, or any host of other issues. Whenever I need to simulate a long HTTP request, I use a bit of PHP...
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
Bitcoin Will Need to Rebuild Confidence, Says Novogratz and Gives an Advice
17.3.2020
Mike Novogratz. Source: a video screenshot, Youtube, ConsenSysMedia
Although the recent crypto market sell-off may have been bad for those who bought at high levels, and may even scare off new potential investors, it certainly isn’t game over for crypto as an asset class, according to Mike...
Need Self-regulatory Code of Practice, but Exchanges Busy in USDT Manipulation: Crypto Kanoon
17.3.2020
One of the biggest crypto influencers in India, the pseudonymous Crypto Kanoon tweeted on Tuesday that after the industry won the battle against the RBI on March 04, there was a need for self-regulatory code of practice. However, he said, the exchanges were busy in customer acquisition strategies...
Does Crypto Need Circuit Breakers? Last Week’s Price Crash Ignites a Debate
16.3.2020
A longtime feature of stock exchanges, circuit breakers throw sand in the gears of a plummeting market like last week’s. Should crypto adopt them?
Crypto Advocate Kashif Raza Highlights Need to Safeguard Newcomers’ Interests
14.3.2020
The crypto market witnessed a catastrophic loss two days back which led to creating a massive loss for the investors. Bitcoin came down by 29.71% overnight. It traded at $7967 dollars on March 11, 2020, and the next day the price witnessed a downfall at $5600. Amidst this, the king of crypto even...
“weeds of specificity”
13.3.2020
Lara Schenck:
[...] with WordPress child themes, you are all but guaranteed to get into the weeds of specificity, hunting around theme stylesheets that you didn’t author, trying to figure out what existing declaration is preventing you from applying a new style, and then figuring out the least...
Two Steps Forward, One Step Back
12.3.2020
Brent Jackson says CSS utility libraries failed somewhat:
Eventually, you'll need to add one-off styles that just aren't covered by the library you're using, and there isn't always a clear way to extend what you're working with. Without a clear way to handle things like this, developers tend...
What Is a ‘Circuit Breaker’ and Why Do Exchanges Need Them?
11.3.2020
Should crypto exchanges follow the lead of traditional exchanges and use circuit breakers to curb panic selling?
Libra Wanted a Currency, All We Need Are DeFi’s Open Payment Rails
10.3.2020
Rather than build an alternative currency like Libra, Facebook should concentrate on building new infrastructure, like the open systems in the ethereum-DeFi space, says ConsenSys's Lex Sokolin
Make Yourself a Little API With Netlify Functions
10.3.2020
Here's an example of a nice little use case for cloud functions. Glitch has this great package of friendly words. Say you wanted to randomly generate "happy-elephant" or "walking-tree", and you need to do that on your website in JavaScript. Well, this package is pretty big (~200 KB), necessarily...