Search
Hyperledger Fabric Sees More Dev Activity Than Corda in Q3 2019: Report
22.1.2020
According to a report by Chainstack, Hyperledger Fabric developer activity overtook that of R3’s Corda in Q4 2019
What makes a site JAMstack?
21.1.2020
I admit I didn’t know the ins and outs of what the Jamstack is until recently, despite having heard the term so frequently. I think I’m not alone in this. It’s an elusive term — how is it different from what came before, especially considering it shares so many similarities? Thankfully, Divya...
Timeless Web Dev Articles
18.1.2020
Pavithra Kodmad asked people for recommendations on what they thought were some of the most timeless articles about web development that have changed their perspective in some way. Fun! I'm gonna scour the thread and link up my favorites (that are actually articles, although not all of them...
Eleventy Love
17.1.2020
Been seeing a lot of Eleventy action lately. It's a smaller player in the world of static site generators, but I think it's got huge potential because of how simple it is, yet does about anything you'd need it to do. It's Just JavaScript™.
Jason Lengstorf and Zach Leatherman did a Learn...
A Web Component with Different HTML for Desktop and Mobile
16.1.2020
Christian Schaefer has a great big write-up about dealing with web advertisements. The whole thing is interesting, first documenting all the challenges that ads present, and then presenting modern solutions to each of them.
One code snippet that caught my eye was a simple way to design a component...
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Water.css
11.1.2020
It's notable that Water.css was the #1 clicked thing from Louis Lazaris' Web Tools Weekly in 2019. It's from a 13-year old developer named Felix!
It's just a little bit of CSS you apply to class-free semantic HTML to give it nice basic responsive styles — the perfect kind of thing for a...
10 Interesting JavaScript and CSS Libraries for January 2020
7.1.2020
We're kicking off 2020 with a list of some of our favorite web dev libraries, frameworks and tools that you should use in your next project
Neal.fun
2.1.2020
Hats off to Neal Agarwal for some stellar interactive work lately, like The Deep Sea, a vertical scrolling experience to help us understand the depth of the oceans, and The Size of Space, a side-scrolling experience to help us understand the size scale of things in the universe (check out Josh...
What to Expect from the JAMstack in 2020
24.12.2019
Brian Rinaldi interviewed a variety of folks, asking them the same questions about JAMstack development and the landscape recently:
Raymond Camden: I think we will see better competition from the bigger players.
Gift Egwuenu: I'm also looking forward to more job openings on the JAMstack.
Bryan...
Clips from my DEV AMA
20.12.2019
I recently did an AMA over on DEV. Just taking the opportunity to port over some answers here like a good indiewebber.
If you were starting out as a front end dev in 2020, what would you say is the first thing you would learn and why?
You need to put yourself in a position where it's your job...
Create a Static Site Using Angular & Scully
20.12.2019
The team at HeroDevs has just released the alpha version of Scully, a static site generator for Angular. That's right, Angular didn't have an intuitive way to create JAMstack applications before, but now it's possible!
Scully uses a node CLI application to run Angular schematics so you don’t have...
Adam Argyle’s 2020 CSS Predictions
13.12.2019
I think Adam's first prediction is his boldest, even beyond his Hail Mary prediction. CSS grid is awesome and gap is perhaps one of its best qualities, but gap superseding spacing things out in other ways (e.g. margin) is a bold prediction indeed, especially with Firefox being the only browser...
New Ethereum Scaling Solution is Not New, Says BTC Dev; ETH Camp Fights Back
11.12.2019
The never-ending sandbox fight between Bitcoin (BTC) and Ethereum (ETH) camps just got a new twist.
A scaling solution for Ethereum was proposed the other day, but now, some bitcoiners claim this is an old idea and that it might be implemented in Bitcoin if it proves valuable.
Short recap:...
MakerDAO Responds to Dev Accusing Network of $340M Vulnerabilty
10.12.2019
Maker announced a series of governance polls after dev divulged how hackers could attack the MakerDAO network and steal $340 million
ILCoin Launches With 5GB Blocks
4.12.2019
ILCoin Blockchain Project set a new record for stable block size - when it successfully released a 5Gb block. This achievement became possible after the project introduced RIFT protocol, which allows to increase the block size and keep high transaction speed. With these qualities, RIFT effectively...
Former Charlie Shrem Attorney to Represent Arrested Ethereum Dev
3.12.2019
Trial attorney Brian Klein — erstwhile lawyer for Charlie Shrem and Erik Voorhees — will defend arrested blockchain developer Virgil Griffith
Vitalik Buterin Supports Petition to Free Arrested Blockchain Dev
2.12.2019
Ethereum co-founder Vitalik Buterin supports a decision to free arrested blockchain dev, Virgil Griffith, who is accused of providing “highly technical information” to North Korea
Ripple-Backed Rental Firm Omni Shutting Down With Coinbase Snapping Up Dev Team: Report
26.11.2019
Digital rentals marketplace Omni is shutting up shop, with Coinbase agreeing a deal to take on its engineers
Highlights from Chrome Dev Summit 2019
22.11.2019
Ire Aderinokun has made another round-up summary of some things that piqued her attention during this year’s Chrome Dev Summit and there’s a lot of exciting news! There’s the :is selector (which Geoff wrote about a while back) as well as logical properties, updates to standard form elements,...