Search
Bitfinex To List its New Exchange Token UNUS SED LEO on May 20
18.5.2019
Prominent cryptocurrency exchange Bitfinex announced that it would be listing its new token UNUS SED LEO on Monday, May 20 at 08:00 UTC. Bitfinex had recently successfully completed a private sale of 100% of outstanding UNUS SED LEO tokens in exchange for one billion USDt worth of Bitcoin, USD,...
Bitfinex Will List Its New Exchange Token Starting Monday
17.5.2019
Bitfinex will list its LEO exchange token on Monday, trading against bitcoin, ether, EOS, tether and the U.S. dollar
Crypto Miners Dominate Top 10 List of Most Prolific Malware Threats
16.5.2019
A global threat report has concluded that the three most common malware variants detected in April were crypto miners
10 Interesting JavaScript and CSS Libraries for May 2019
15.5.2019
A curated list of our favorite open-source projects for the month of May
SEC’s Crypto Czar Says Exchanges That List IEO Tokens May Face Legal Risks
13.5.2019
Certain initial exchange offerings (IEOs) may be breaking U.S. securities laws, an SEC official said
Bakkt to List Bitcoin Futures in the Coming Months
13.5.2019
Much-anticipated and oft-delayed crypto trading platform Bakkt confirmed today that its bitcoin futures will be listed on a federally regulated futures exchange in the coming months.
"In conjunction with our exchange and clearing partners at ICE [Intercontinental Exchange, the parent company of...
Bithumb Is Going To List MIXMARVEL (MIX) And Start The 10 Million Airdrop Today!
10.5.2019
Yesterday, on Twitter, the global crypto exchange Bithumb announced that it will list MIXMARVEL (MIX). As per the announcement, the launch date is 10th May 2019 at “2:00 in the afternoon (KST).” Bithumb is a South Korean blockchain platform where you can purchase, sell, exchange, or trade...
Creating a Reusable Pagination Component in Vue
29.3.2019
The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there are cases when the best possible way of presentation means creating a list.
Depending on the amount of data and its content, we may decide...
Former Crypto Skeptic Purchases Bitcoin, Tron Leader Calls Bitcoin an Excellent Investment
15.3.2019
Another former Bitcoin skeptic has added his name to the list of “Bitcoin converts.” Thai-based stock market investor Marc Faber revealed in an interview with Cash that he had bought Bitcoins “for the first time 10 days ago” so that […]
The post Former Crypto Skeptic Purchases Bitcoin, Tron...
VS Code 1.32: Autocomplete in Vue Templates
7.3.2019
The VS Code 1.32 February update is out now and with it comes some great new features for Vue users.
Let's run through the list of f
List USB Devices from Command Line
27.2.2019
I was recently creating a Recalbox with my 5 year old son and it was an awesome experience; I saw the excitement and curiosity in his eyes while helping him put together a video game machine. We added NES, SNES, and Nintendo 64 games to the device but it became apparent that the N64 controller...
SVG Filter Effects: Moving Forward
26.2.2019
In this last article of our SVG Filter Effects series, we share a list of useful resources to learn more about SVG Filters.
SVG Filter Effects: Moving Forward was written by Sara Soueidan and published on Codrops
Implementing an Infinite Scroll list in React Native
4.2.2019
While implementing pagination in mobile devices, one has to take a different approach since space is minimal unlike the web, due to this factor, infinite scrolling has always been the go to solutio
2018 Staff Favorites
4.1.2019
Last year, the team here at CSS-Tricks compiled a list of our favorite posts, trends, topics, and resources from around the world of front-end development. We had a blast doing it and found it to be a nice recap of the industry as we saw it over the course of the year. Well, we're doing it again...
The Most Hearted of 2018
4.1.2019
We've released the Most Hearted Pens, Posts, and Collections on CodePen for 2018! Just absolutely incredible work on here — it's well worth exploring.
Remember CodePen has a three-tiered hearting system, so while the number next to the heart reflects the number of users who hearted the item...
Awesome Demos from 2018
1.1.2019
This is an outstanding list of creative and artistic browser demos from this past year from Mary Lou at Codrops.
Direct Link to Article — Permalink… Read article
The post Awesome Demos from 2018 appeared first on CSS-Tricks
The Fragmented, But Evolving State of CSS-in-JS
20.12.2018
TLDR: The CSS-in-JS community has converged on a consistent API.
Not so long ago, a Facebook engineer compiled a list of the available CSS-in-JS methodologies. It wasn’t short:
aphrodite, babel-plugin-css-in-js, babel-plugin-pre-style, bloody-react-styled, classy, csjs, css-constructor, css-light...
Rendering Lists Using React Virtualized
13.12.2018
Working with data in React is relatively easy because React is designed to handle data as state. The hassle begins when the amount of data you need to consume becomes massive. For example, say you have to handle a dataset which is between 500-1,000 records. This can result in massive loads and lead...
Build a To-Do application Using Django and React
6.12.2018
Web development has grown rapidly over the last decade, and there's a long list of frameworks to choose from when building your projects. A developer’s decision on what framework(s) to use for a p
Create your own Serverless API
16.7.2018
If you don’t already know of it, Todd Motto has this great list of public APIs. It’s awesome if you’re trying out a new framework or new layout pattern and want to hit the ground running without fussing with the content.
But what if you want or need to make your own API? Serverless can help create...