Search
The Guide to Understanding Crypto: How Cryptocurrency Works [Part 1]
6.8.2019
Introducing The Crypto Demystified Series Welcome to your guide on cryptocurrency! If you’re new to the world of cryptocurrencies and are looking to learn more about them without the complicated jargon, you’ve come to the right place. You might have […]
The post The Guide to Understanding...
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Crypto Is Part of Free Speech, and Free Speech Is Everything
29.7.2019
On July 23, U.S. Attorney General William Barr gave a speech demanding big players in the tech industry work with government agencies in providing backdoor entry points for encrypted devices and software. Per his reasoning, certain devices and messaging services pose a safety threat by providing...
My New Mac Setup and Why I Switched
24.7.2019
I want to start this article by saying that I'm not here to start or take part in any brand war between Microsoft and Apple. I like both companies and have switched between operating systems occasi
So, you think you’ve got project management nailed down
16.7.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
Detect Cryptocurrency by Wallet Address
16.7.2019
I’ve always been a massive advocate of cryptocurrency. I love the technology, the ease of use, and the freedom that cryptocurrencies bring to the world. Despite my love of crypto, I know that adoption will take a long time and that the state of crypto is not friendly to new adopters. One scary part...
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:
...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
‘Lots of Shady Stuff’: BitMEX Posts Part of Debate Between CEO and Nouriel Roubini
11.7.2019
Dr. Doom and the BitMEX CEO "Tangle In Taipei" in a set of videos
Money and Democracy: Why You Never Get to Vote on the Most Important Part of Society
10.7.2019
It’s very odd that citizens never get to vote or have any say in regard to society’s money, even though it’s one of the most important aspects of everyday life. In fact, in developed countries, most central banks are institutions that are privatized from political interference...
Developing a robust font loading strategy for CSS-Tricks
10.7.2019
Zach Leatherman worked closely with Chris to figure out the font loading strategy for this very website you're reading. Zach walks us through the design in this write-up and shares techniques that can be applied to other projects.
Spoiler alert: Font loading is a complex and important part of...
Building an Animal Adoption Site with Node and Vue - Part 1
8.7.2019
Today we're going to build an application that showcases animals that are available for adoption! This will be a two part blog series, so in this portion we'll just learn how to se
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...
Grin Developers Agree to Alter Technical Development Roadmap
27.6.2019
The public turnaround may have positive effects for chip manufacturers' bottom line, but what about mass-market miners?
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Why I don’t use web components
25.6.2019
Here’s an interesting post by Rich Harris where he’s made a list of some of the problems he’s experienced in the past with web components and why he doesn’t use them today:
Given finite resources, time spent on one task means time not spent on another task. Considerable energy has been expended...
Cryptocurrency And The United States, The Troubled Marriage (Part II – Political Reasons)
25.6.2019
Cryptocurrencies are a big threat to the US in economic terms. However, they also pose a political threat to the global leadership of the United States. The United Stated is undisputedly the leader of global politics and is politically involved with every country in the world. While most are...
So, you think you’ve got project management nailed down
20.6.2019
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point: what happens if your project...
So, you think you’ve got project management nailed down
20.6.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...