Search
Integrating TypeScript with Svelte
24.12.2020
Svelte is one of the newer JavaScript frameworks and it’s rapidly rising in popularity. It’s a template-based framework, but one which allows for arbitrary JavaScript inside the template bindings; it has a superb reactivity story that’s simple, flexible and effective; and as an ahead-of-time (AOT)...
A Calendar in Three Lines of CSS
24.12.2020
This article has no byline and is on a website that is even more weirdly specific than this one is, but I appreciate the trick here. A seven-column grid makes for a calendar layout pretty quick. You can let the days (grid items) fall onto it naturally, except kick the first day over to the correct...
ETN vs. ETF Difference: All You Need to Know
24.12.2020
Financial markets are flooded with investment products that entice investors with the promise of guaranteed returns on their investments over a certain period. Among these, exchange-traded funds (ETFs) and exchange-traded notes (ETNs) have been the popular means of growing investment portfolios....
ETFs and Mutual Funds: Everything that You Should Know
24.12.2020
The process of investing is complex, and one should be careful before investing money and making investments in any particular instrument. The horizon of investment can be short-term or long-term, and it ultimately depends upon your objective you want to achieve through your fund and...
Best Tax-Free Mutual Funds You Must Know About
24.12.2020
Investments are always considered as integral parts to save personal finance, but making the right investments is equally important to grow your savings. However, the downside of investments is that your high yield investment incomes are taxable as per the tax laws of the country where you reside....
Custom Styles in GitHub Readme Files
23.12.2020
Even though GitHub Readme files (typically ./readme.md) are Markdown, and although Markdown supports HTML, you can’t put <style> or <script> tags init. (Well, you can, they just get stripped.) So you can’t apply custom styles there. Or can you?
You can use SVG as...
Skybridge Bitcoin Fund Launches With $25 Million: Anthony Scaramucci Expects ‘Avalanche of Institutional Investors’
23.12.2020
Global investment firm Skybridge Capital has launched a bitcoin fund with $25 million. The founder of the company, Anthony Scaramucci, is bullish about bitcoin. “It’s the first inning,” he said, adding that “You are about to see that wave of early adoption by...
Continuous Performance Analysis with Lighthouse CI and GitHub Actions
23.12.2020
Lighthouse is a free and open-source tool for assessing your website’s performance, accessibility, progressive web app metrics, SEO, and more. The easiest way to use it is through the Chrome DevTools panel. Once you open the DevTools, you will see a “Lighthouse” tab. Clicking the “Generate report”...
The Best Games Of 2020 That You’ve Never Heard Of
23.12.2020
There are so many games. The Nintendo Switch sees 30 releases a week. More than 50 PC games come out a day on Steam. Fifty. A day. And yes, most of them are shovelware or just plain drivel, but that only makes things worse for the little gems that are hidden within. In such a crazed market, it’s...
Return a Default Value with Promises Using catch
23.12.2020
Last week I tweeted all of you looking for your best JavaScript Array and Promise tricks, and as always, it didn’t disappoint — I learned quite a bit! Today’s JavaScript Promise trick is brought to you by Claudio Semeraro: how to use catch to set a default value instead of...
“Yes or No?”
23.12.2020
Sara Soueidan digs into this HTML/UX situation. “Yes” or “no” is a boolean situation. A checkbox represents this: it’s either on or off (uh, mostly). But is a checkbox always the best UX? It depends, of course:
Use radio buttons if you expect the answer to be equally...
You Can (Carefully) Pet The Zombie Dogs In Black Ops Cold War
22.12.2020
I love when games give me the option to pet dogs, and surprisingly, you can pet the Plaguehounds in Call of Duty: Black Ops Cold War’s Zombies mode. But unless you use a specific weapon effect, you’d never even know you had the option to pet them.Read more
Edge Everything
22.12.2020
The series is a wrap my friends! Thanks for reading and a big special thanks to all the authors this year who shared something they have learned. Many authors really swung wide with thoughts about how we can be better and do better, which of course I really love.
Adam showed us logical properties...
Recognizing Constraints
22.12.2020
There’s a “C” word in web development that we don’t give enough attention to. No, I’m not talking about “continuous integration”, or even “CSS”. The “C” word I’m talking about is “constraints”. Understanding constraints is a vital part of building software that works the best it can in its targeted...
WooCommerce on Mobile
22.12.2020
Whether you use the eCommerce features on WordPress.com or use WooCommerce on your self-hosted WordPress site (like we do), you can use the WooCommerce mobile app. That’s right WooCommerce has native apps for iOS and Android. They’ve just released some nice upgrades to both, making them...
Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel
22.12.2020
This article is for anyone interested in the emerging ecosystem of tools and technologies related to Jamstack and serverless. We’re going to use Fauna’s GraphQL API as a serverless back-end for a Jamstack front-end built with the Redwood framework and deployed with a one-click deploy on Vercel.
In...
The PS5 Now Warns You If You're About To Play The Last-Gen Version Of A Game
22.12.2020
After a month of some players accidently playing the older version of new games on their PS5, Sony’s next-gen console now has a feature that fires off a warning if you’re about to load up the PS4 version of a PS5 game. Read more
If You're Not In US, You Can Now Bet on Coinbase IPO
22.12.2020
Popular crypto derivatives exchange FTX has listed Coinbase pre-IPO contracts, as the CEO Sam Bankman-Fried announced today.
As reported four days ago, major US-based crypto exchange Coinbase confirmed it is preparing for its initial public offering (IPO), though specific details are not available...
Break a forEach Loop with JavaScript
22.12.2020
I’ve written a number of blog posts about JavaScript tricks: Promise tricks, type conversion tricks, spread tricks, and a host of other JavaScript tricks. I recently ran into another JavaScript trick that blew my mind: how to break a forEach loop. To break the forEach loop at any point,...
How The Web is Really Built
22.12.2020
My 2020 was colored by the considerable amount of time I spent analyzing data about CSS usage in the wild, for the CSS chapter of the Web Almanac, by the HTTP Archive. The results were eye-opening to me. A wake-up call of sorts. We spend so much time in the bubble of bleeding-edge tech that we lose...