Search
Balancing on a pivot with Flexbox
8.10.2020
Let me show you a way I recently discovered to center a bunch of elements around what I call the pivot. I promise you that funky HTML is out of the question and you won’t need to know any bleeding-edge CSS to get the job done.
I’m big on word games, so I recently re-imagined the main menu...
Former Morgan Stanley exec joins Gemini crypto exchange
8.10.2020
Gemini exchange continues to strengthen its global expansion strategy
The great unbanking: How DeFi is completing the job Bitcoin started
22.9.2020
While most of us will prefer to forget the horrors of 2020, DeFi may well prove to be the guarantee of a better, more liberated future
Remitano Launches Mission, a New Online Job Market for Crypto Lovers
22.9.2020
Remitano, a global P2P crypto exchange, has just launched a new online job market—Mission. It is the latest element in its push to realize its full potential and open a new window of employment opportunities to crypto users. Missions are simple, short-term tasks that anyone can do and get paid for....
The reasons why I left a comfortable government job for crypto
21.9.2020
What was behind my decision to leave a government position and continue down a path within the crypto and blockchain space
BIS Seeking Blockchain Expert to Lead Digital Currency Research
16.9.2020
BIS is looking for a blockchain engineer to take a lead on its digital currency initiatives, which includes CBDC and digital security research
Another inside job at Shapeshift cost the company nearly $1 million
27.8.2020
An employee allegedly used his credentials at Shapeshift to steal from the company
ShapeShift Accuses Former Employee of Stealing $900K in Bitcoin
27.8.2020
The exchange wants $5,000 in damages from Azamat Mukhiddinov, its now-fired senior engineer
Lazarus is attacking the crypto industry via LinkedIn, warns F-Secure
25.8.2020
Careful! Those job offers you’re seeing on LinkedIn might actually be a crypto attack
Japan’s Top HR Firm Is Working on a Blockchain-Based Recruitment App
13.8.2020
Your next job might hire you using the Blockchain
Chinese Schools Can’t Keep Up With Demand for Blockchain
7.8.2020
The Chinese academic sector is “seriously lagging” in terms of keeping up with demand for blockchain specialists
Blockchain Salaries in China Are Exploding in Value As The Industry Expands
5.8.2020
Chinese recruiting platforms revealed a significant rise in wages paid for blockchain-related job roles in the country
Blockchain Job Salaries on the March in China
5.8.2020
Blockchain technology-related salaries are rising to almost 2.5 times the national average for workers in major cities in China – as demand for developers and specialists skyrockets in the country.
Per Chainnews, “hundreds of companies across the country are hiring blockchain staff, with monthly...
10 modern layouts in 1 line of CSS
31.7.2020
Una doing an amazing job of showing just how (dare I say it?) easy CSS layout has gotten. There is plenty to learn, but what you learn makes sense, and once you have, it’s quite empowering.
The demos are all together here.
Direct Link to Article — Permalink… Read article...
Reactive jQuery for Spaghetti-fied Legacy Codebases (or When You Can’t Have Nice Things)
22.7.2020
I can hear you crying out now: “Why on Earth would you want to use jQuery when there are much better tools available? Madness! What sort of maniac are you?” These are reasonable questions, and I’ll answer them with a little bit of context.
In my current job, I am responsible for the care...
The Cashaa Hack: Investigators Stay Silent as Inside Job Rumors Emerge
19.7.2020
As 336 BTC get stolen from crypto-friendly bank Cashaa, there is still no clear explanation for what happened
Netlify Does Cache Invalidation For You
15.7.2020
This is one of my favorite Netlify features. Say you’re working on a site and you change as asset like a CSS, JavaScript, or image file. Ya know, like do our job. On Netlify, you don’t have to think about how that’s going to play out with deployment, browsers, and cache. Netlify...
Three CSS Alternatives to JavaScript Navigation
14.7.2020
Hey quick! You’ve gotta create the navigation for the site and you start working on the mobile behavior. What pattern do you choose? If you’re like most folks, it’s probably the “hamburger” menu that, when clicked, uses a little JavaScript to expand a vertical list of navigation links.
But that’s...
Displaying the Current Step with CSS Counters
8.7.2020
Say you have five buttons. Each button is a step. If you click on the fourth button, you’re on step 4 of 5, and you want to display that.
This kind of counting and displaying could be hard-coded, but that’s no fun. JavaScript could do this job as well. But CSS? Hmmmm. Can it? CSS...
Patternico
20.6.2020
I remember searching for tutorials for making seamless patterns in Photoshop¹ all the time back in the day.
It’s fun to see this little website for building repeating patterns as its one job. It does everything you’d expect: pick a background, drag some decorations onto it and position...