Search
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...
$2 Trillion for Surveillance Capitalism – US Government Promises $1,200 to Every American
25.3.2020
On Wednesday, U.S. Congressional leaders had seemingly come up with a stimulus deal at around 1 a.m. EST. The package will cost upwards of $2 trillion and politicians are promising direct payments of $1,200 per American if they make $75,000 or less. The dollar injection will be the largest...
Auto-Growing Inputs & Textareas
25.3.2020
By default, <input> and <textarea> elements don't change size based on the content they contain. In fact, there isn't any simple HTML or CSS way to make them do that. Kinda funny, as that seems like a reasonable use-case. But of course, there are ways, my friend. There are always...
Top 3 Mistakes Crypto Derivatives Traders Make
25.3.2020
Derivatives trading has taken the crypto world by storm. As a matter of fact, the open interest of Bitcoin futuresContinue Reading
The post Top 3 Mistakes Crypto Derivatives Traders Make appeared first on CoinMarketCap Blog
Different Favicon for Development
24.3.2020
I bet a lot of us tend to have the production website and the development website up simultaneously a lot. It's almost a developer cliché at this point to make some local change, refresh, refresh, refresh, refresh, and just not see the change, only to discover you were looking at the production...
Indian Government Engages RBI to Discuss Cryptocurrency Regulation
21.3.2020
The government of India is reportedly discussing a regulatory framework for cryptocurrencies with the central bank, the Reserve Bank of India (RBI), and the Securities and Exchange Board of India (SEBI). Furthermore, the government is awaiting the outcome of another cryptocurrency case at...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Flexbox and absolute positioning
18.3.2020
Chen Hui Jing notes that when you absolutely position a flex item, it's no longer part of the flex layout. Except... it kinda is a little bit. If you make the child position: absolute; but don't apply any top/right/bottom/left properties, then flexbox alignment will still apply to it.
It's odd...
Steem Community Relaunches Platform as Hive to Make It Truly Decentralized
18.3.2020
The Steem community refuses to compromise with Justin Sun, creating a new platform without the Steemit Inc. $9.2 million stake
Create a Wave Motion Effect on an Image with Three.js
17.3.2020
Learn how to make a wave motion effect on an image with Three.js.
Create a Wave Motion Effect on an Image with Three.js was written by Mario Carrillo and published on Codrops
15 Things to Improve Your Website Accessibility
17.3.2020
This is a really great list from Bruce. There is a lot of directly actionable stuff here. Send it around to your team and make it something that you all go through together.
Here's a little one that prodded me to finally fix...
Most screen readers allow the user to quickly see a list of links...
Coinbase Card Users Can Now Make Crypto-Backed Payments With Google Pay
17.3.2020
Card holders will be able to make crypto-backed payments from any Google Pay-enabled device
How to Make Repeating Border Images
16.3.2020
I just saw this cool little site from Max Bittker: broider. You design an image on a 9-slice grid (except the middle part) and it will produce an image for you to use with border-image along with the CSS to copy and paste.
Check out my little design:
CodePen Embed Fallback
The areas of the image...
Crypto Exchanges Make Emergency Moves to Deal With Disrupted Transactions
13.3.2020
Some crypto exchanges around the world struggled to deal with the unexpected crash that has seen bitcoin (BTC) crash to as low as USD 4,000 before rebounding to more than USD 5,500 – leading some to take “emergency measures.”
A number of major exchanges suffered with technical issues as some coins...
Darknet Markets Keep Shipping as Shoppers Shun the Streets
13.3.2020
These are strange times for crypto. While it’s blood in the markets, it’s business as usual on the darknet, where marketplaces are seeing a steady inflow of cryptocurrency. They’re also seeing an inflow of new users as the repercussions of the coronavirus pandemic make online...
Programming Sass to Create Accessible Color Combinations
12.3.2020
We are always looking to make the web more accessible. Color contrast is just math, so Sass can help cover edge cases that designers might have missed.
The post Programming Sass to Create Accessible Color Combinations appeared first on CSS-Tricks
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Fluid Width Video
11.3.2020
IN A WORLD of responsive and fluid layouts on the web, ONE MEDIA TYPE stands in the way of perfect harmony: video. There are lots of ways in which video can be displayed on your site. You might be self-hosting the video and presenting it via the HTML5 <video tag. You might...
The US Needs Hester Peirce’s Safe Harbor, or It Risks Falling Behind
11.3.2020
A Beijing lawyer calls on the SEC to consider Hester Peirce's Safe Harbor proposal, which exempts startups from securities law while starting up. Without greater certainty around token sales, the US risks falling behind other jurisdictions in blockchain commerce
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...