Search
Save $200 on This 4K LG Monitor and Get a Closer Look at Your Favorite Games
6.1.2021
32“ LG 4K LED Monitor | $400 | BuyDig | Use Code KHY27Read more
Creating Arrays in Hasura
4.1.2021
Hasura is one of my favorite ways to create a managed GraphQL API for my applications. I find it easy and straightforward as well as suitable for a wide range of use cases. However, since working with Hasura, I’ve seen …
The post Creating Arrays in Hasura appeared first on CSS-Tricks.
You...
Our Favorite Comic Moments of 2020
16.12.2020
While 2020 posed more than its fair share of significant challenges for virtually everyone working within the entertainment industry, comics in particular stood as an example of creative teams adapting on the fly—and doing their damndest to keep telling compelling stories at a time when people...
The A.V. Club’s 15 favorite books of 2020
16.12.2020
A certain amount of escapism through books would have been more than understandable in 2020. (And by “a certain amount” we mean “a lot.”) You’d be forgiven for favoring the comfort food of a reread or a beach read. Or for not reading at all. Because for every person who was able to forget...
Coinsbee Lets You Buy Gift Cards for More Than 500 Brands With Crypto
13.12.2020
Coinsbee is a platform for buying gift cards with more than 50 cryptos from all your favorite brands and shops, as well as get payment cards and phone top-ups. You can use it to purchase vouchers for video game stores such as Steam and PlayStation, and even the video streaming giant Netflix. With...
Enjoy Your Favorite Shows on This Vibrant 55-Inch Samsung 4K TV, Only $350
6.12.2020
Samsung 55-inch LED 4K UHD Smart Tizen TV | $350 | Best BuyRead more
Red Dead Online’s Latest, Disappointing Update Shows GTA Online Is Still Rockstar’s Favorite
1.12.2020
Red Dead Online’s latest update isn’t much. While Rockstar plans on adding a big new island to GTA Online later this month, complete with a new heist and more, Red Dead Online’s end of the year update is far smaller. And while some small amount of this new update is good, including some new bounty...
Inspirational Websites Roundup #20
25.11.2020
Our favorite website designs that we've collected over the past couple of weeks for your inspiration.
The post Inspirational Websites Roundup #20 appeared first on Codrops
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
WordPress and Jamstack
26.10.2020
I recently moderated a panel at Netlify’s virtual Jamstack Conf that included Netlify CEO Matt Biilman and Automattic founder Matt Mullenweg. The whole thing was built up — at least to some — as a “Jamstack vs. WordPress” showdown.
I have lots of thoughts of my own on this...
Ripple Has Three Favorite Countries In Case it Leaves US
22.10.2020
Inspirational Websites Roundup #19
20.10.2020
A new roundup of our favorite inspirational websites that stand out in design and creative interactivity.
The post Inspirational Websites Roundup #19 appeared first on Codrops
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...
Editing HTML Like A Boss In VS Code
16.9.2020
Here’s a seven minute video from Caleb Porzio that focuses on some of Emmet‘s HTML editing features. You might think of Emmet as that thing that expands abbreviations like table.stats>tr*3>td*3 into glorious, expanded, and perfect HTML. But Emmet has other HTML editing trickery...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
Using max() for an inner-element max-width
7.9.2020
I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...
Bc.Game: Game That Boosts Your Cryptocurrency (Player’s Favorite)
17.8.2020
About The Bc.game online casino was started in the year 2017, the casino follows a […]
The post Bc.Game: Game That Boosts Your Cryptocurrency (Player’s Favorite) appeared first on WINBTC.NET
TypeScript, Minus TypeScript
6.8.2020
Unless you’ve been hiding under a rock the last several years (and let’s face it, hiding under a rock sometimes feels like the right thing to do), you’ve probably heard of and likely used TypeScript. TypeScript is a syntactical superset of JavaScript that adds — as its name suggests — typing to...
Binding Arguments with Bind
20.7.2020
One of my favorite and most essential Function method is bind, a function we added to MooTools when it wasn’t featured in the JavaScript language itself. We often think of using bind to simply bind a method’s call to its host object, but did you know you can also bind arguments with...
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...