Search
Bitcoin SV (BSV) Experiences Pull Back Due to the Market Pressure
21.9.2019
Bitcoin SV closed yesterday with a marginal hike. The upsurge in the currency is reversed today. However, there is a high possibility of reviving in the later hours. Bitcoin SV has made quite a reputation for itself in the crypto market. The loyal traders believe in the BSV coin and hope that...
Automatically compress images on Pull Requests
19.9.2019
Sarah introduced us to GitHub Actions right after it dropped about a year ago. Now they have improved the feature and are touting its CI/CD abilities. Run tests, do deployment, do whatever stuff computers do! It's essentially a YAML file that says run this, then this, then this, etc., with...
How to Contribute to an Open Source Project
9.9.2019
The following is going to get slightly opinionated and aims to guide someone on their journey into open source. As a prerequisite, you should have basic familiarity with the command line and Git. If you know the concepts and want to dive right into the step by step how-to guide, check out this part...
Tron Price Analysis: Tron Coin Attempts to Pull Out of the Selling Pressure With its Intraday Movement
19.8.2019
Tron tries to take giant leaps and therefore trades with a slight uptrend today. TRX tries to grow from the tough time it had in the past five days. TRX price drops by 20% from $0.020 to $0.016 in a week. Tron coin tries to near $0.020 after trading as low as $0.016. Although, the …
The post...
New Bitcoin Cash Specs Propose Heightened Privacy and Double-Spend Proofs
31.7.2019
Bitcoin Cash (BCH) development continues as software engineers have revealed two distinct concepts that aim to boost the BCH network. Bitcoin Cash developer Tom Zander has announced new documentation concerning the vision of a double-spend proofs, which now exists as a pull request to...
Using GraphQL Playground with Gatsby
18.7.2019
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
Data Sources → Pull data from anywhere.
Build → Generate your website with React and GraphQL.
Deploy → Send the site to...
Managing Multiple Backgrounds with Custom Properties
15.7.2019
One cool thing about CSS custom properties is that they can be a part of a value. Let's say you're using multiple backgrounds to pull off a a design. Each background will have its own color, image, repeat, position, etc. It can be verbose!
You have four images:
body {
background-position:
...
Bitcoin Vs. Ethereum: Bitcoin (BTC) And Ethereum (ETH) Price Face A Pull-back
11.7.2019
The popular crypto exchange, Bithoven.com, has recently enabled margin trading on their platform. The multifunctional exchange, MetaTrader 5, henceforth allows maximum leverage of 1:20. Additionally, Bitcoin (BTC) can be used as a nominal margin currency for scalability and convenient transactions....
PSA: Linking to a Code of Conduct Template is Not the Same as Having a Code of Conduct
5.7.2019
Did you know we have a site that lists all upcoming conferences related to front-end web design and development? We do! If you're looking to go to one, check it out. If you're running one, feel free to submit yours.
Now that we're running this, I've got loads of Pull Requests for conferences...
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Traditional Exchanges Pull Back From Reg A+ IPOs Due to Fraud Concerns
11.6.2019
Nasdaq and the New York Stock Exchange are reportedly shying away from IPOs conducted by companies using Reg A+ due to fraud concerns
Price Turbulence May Pull Down The Upwards Momentum Of Bitcoin (BTC) To $5,400
7.6.2019
Happy days don’t last long. This New Year has proved to be a lucky time for the crypto industry like BTC and other cryptocurrencies after the long grips of the bear market last year. BTC, along with other cryptos, had been enjoying an upwards momentum since the past several months. But a break...
Steem Price Analysis: Will Steem continue to have a stable bearish zone or have a deeper pull back?
4.6.2019
STEEM investors wait for the coin to propel higher STEEM-SNAX collaboration is proving to be a lucrative deal with greater benefits STEEM has always invited controversies in terms of its reliability and scalability factors, but the coin’s performance in the market cannot be called fully...
Blockchain Sister Startups Allegedly Pull $8 Million Exit Scam
16.5.2019
RepuX and JoyToken alleged to pulled initial coin offering (ICO) exit scam worth a combined $8 million
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber
12.4.2019
Learn how to pull apart SVGs in 3D space with Three.js and React, using abstractions that allow us to break the scene graph into reusable components.
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber was written by Paul Henschel and published on Codrops
Next Genpm
27.3.2019
So many web projects use npm to pull in their dependencies, for both the front end and back. npm install and away it goes, pulling thousands of files into a node_modules folder in our projects to import/require anything. It's an important cog in the great machine of web development.
While I don't...
How to Set Commit Author
13.3.2019
I’ve worn dozens of hats on a dozen different teams during my time at Mozilla, but none has been as rewarding and challenging as community management. Whether it’s mentoring students, welcoming new contributors, or reviewing pull requests, there’s always so much to be done....
HTML, CSS and our vanishing industry entry points
7.2.2019
Rachel Andrew:
There is something remarkable about the fact that, with everything we have created in the past 20 years or so, I can still take a complete beginner and teach them to build a simple webpage with HTML and CSS, in a day. We don’t need to talk about tools or frameworks, learn how...
Multi-Line Inline Gradient
3.1.2019
Came across this thread:
CSS superfriends! Have you seen examples of how to do multi-line padded text like this article on @css (https://t.co/2j8p4jmaT4), but with a gradient that doesn't reset for each line? pic.twitter.com/MVPdAjxt1W
— Dan Mall (@danmall) December 3, 2018
My first...
Unused
11.7.2018
I recently wrote Here’s the thing about "unused CSS" tools, where I tried to enumerate all the challenges any tool would have in finding truly "unused" CSS. The overarching idea is that CSS selectors match elements in the DOM, and those elements in the DOM come from all sorts of places: your static...