Search

Nalezeno "great": 1065

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...

Why Bitcoin or Other Cryptocurrencies and Casinos are Great Together


Disclaimer: The text below is a press release that was not written by Cryptonews.com. Online casino gaming continues to grow as expected by many experts over the last few years. This is even if a pandemic has hit many countries. People still gamble despite a health crisis and this...

Netlify Edge Handlers


Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is: export function onRequest(event) { console.log(`Incoming request for ${event.request.url}`); ...

The Widening Responsibility for Front-End Developers


This is an extended version of my essay “When front-end means full-stack” which was published in the wonderful Increment magazine put out by Stripe. It’s also something of an evolution of a couple other of my essays, “The Great Divide” and “Ooops, I guess we’re full-stack developers now.” The post...

The Search for Satoshi Nakamoto: A Look at 7 Suspected Bitcoin Creators


During the last decade, cryptocurrency enthusiasts have discussed the true identity of Bitcoin’s creator Satoshi Nakamoto. To this day, the Satoshi Nakamoto mystery continues to prevail, and throughout the years there’s been a great number of suspects and self-proclaimed crypto...

Jamstack Conf


Here’s an important detail here: It’s free! Jamstack Conf Virtual is coming up October 6th and 7th, 2020. The sessions are on October 6th. That’s the free part (register here). Then on October 7th there are a variety of workshops (they all look great to me) that are $100 USD each....

Working with JavaScript Media Queries


What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this: body {   background-color: plum; } 
 @media (min-width: 768px) {   body {     background-color: tomato;   } } CSS media queries are a core ingredient in any responsive...

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