Search

Nalezeno "Developer": 1107

DRY-ing up styled-components


I like working with styled-components. They allow you write CSS in your JavaScript, keeping your CSS in very close proximity to your JavaScript for a single component. As a front-end developer who loves to dissect a web page and break it down into reusable components, the idea of styled-components...

Color Theming with CSS Custom Properties and Tailwind


Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...

Firefox 83


There’s a small line in the changelog that is is big news for CSS: We’ve added support for CSS Conic Gradients (bug 1632351) and (bug 1175958). 🎉🎉🎉 Conic gradients are circular, just like their radial counterpart, but place color stops...

How to Work With WordPress Block Patterns


Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post. Block patterns...

A Spreadsheet Importer You’ll Enjoy Using


A great developer tool takes a painful task that would normally be a developer’s entire job, and makes it a pleasure to do. As a personal example, I’ve needed to build an image uploading experience many times in the past. I’ve hand-coded them and experienced far too much pain doing that. Then...

Failed Sybil Attack Targeted Monero Users, Privacy Is Safe


Monero was targeted by an attempted Sybil attack that ultimately failed, according to reports from project developer Riccardo Spagni. AttackerContinue Reading The post Failed Sybil Attack Targeted Monero Users, Privacy Is Safe appeared first on CoinMarketCap Blog

Quick LocalStorage Usage in Vue


localStorage can be an incredibly useful tool in creating experiences for applications, extensions, documentation, and a variety of use cases. I’ve personally used it in each! In cases where you’re storing something small for the user that doesn’t need to be kept permanently...

How to Animate the Details Element Using WAAPI


Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011. In this article, we will see how you can animate the native <details> element using the Web Animations...

Ethereum Adoption by the Numbers: Flipside Crypto


Average of the past 21 days. 1. 30.5K New Contracts Are Created Daily  Any developer can deploy a new smartContinue Reading The post Ethereum Adoption by the Numbers: Flipside Crypto appeared first on CoinMarketCap Blog

CSS in 3D: Learning to Think in Cubes Instead of Boxes


My path to learning CSS was a little unorthodox. I didn’t start as a front-end developer. I was a Java developer. In fact, my earliest recollections of CSS were picking colors for things in Visual Studio. It wasn’t until later that I got to tackle and find my love for the front end....

How to Think Like a Front-End Developer


The topical idea of “how to think like a front-end developer” began for me as a series of podcast interviews on ShopTalk Show. That was in preparation for a talk I was preparing (and gave) of the same name. That talk evolved into my essay The Great Divide, which evolved into the essay...

Yearn Finance Token Value Slides 67%, While Locked Value Loses Over $300M


Yearn Finance’s native token YFI has been seeing significant capitulation as the price has dropped from an all-time high (ATH) of $43k in mid-September to today’s $13,875 USD value. Despite the -67.7% loss since the token’s ATH, the Yearn Finance project still has around $624...

Web Technologies and Syntax


JavaScript has a (newish) feature called optional chaining. Say I have code like: const name = Data.person.name; If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write: const name = Data.person?.name; Now if person...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace