Search
Links on React and JavaScript II
1.10.2021
How To Use The Vite Build Tool with React — Vite is hot, in part, because it’s based on esbuild and wickedly fast. It’s from Evan You of Vue fame, but it’s not a Vue-specific tool. Here, NARUHODO covers how
…
The post Links on React and JavaScript II appeared first...
SushiSwap's MISO Suffers USD 3M Attack, Contract Thefts May Rise
17.9.2021
en attacked. Per his words, this was a supply chain attack, with an anonymous contractor, who’s using the GitHub handle ‘AristoK3’, injecting a malicious code into Miso’s front-end.As for the identity behind this handle, Delong said that they “have reason to believe” it’s the Twitter user ‘er
2021 Scroll Survey Report
16.9.2021
Here’s a common thought and question: how do browsers prioritize what they work on? We get little glimpses of it sometimes. We’re told to “star issues” in bug trackers to signal interest. We’re told to get involved in GitHub threads …
The post 2021 Scroll Survey...
Český AhoyConnect spojuje Slack, Discord, GitHub a další. Získal na to tři miliony dolarů
14.9.2021
Česko-slovenský startup AhoyConnect získal investici tři miliony dolarů, tedy necelých 65 milionů korun. Jde o seed kolo, jehož hlavním investorem jsou Kaya (dříve Enern) a polští Inovo Venture Partners se zapojením Lighthouse Ventures. Ten už v roce 2020 investoval částku 13 milionů
PS4 Finally Gets A Working Emulator Eight Years Later
10.9.2021
Spine is the first, and only, stable PlayStation 4 emulator available, and its game library was updated on September 1. Hundreds of new games are now playable on this emulator, and the developer promised additional titles in the future.Read more
EyeDropper API Dropped
10.9.2021
I had no idea this was coming but it’s pretty neat! Chrome has shipped the EyeDropper API in v95 (Canary, as I write).
???? Loving the new `EyeDropper` Web API:
“`jsawait new EyeDropper().open();// Returns the picked color, e.g.,
…
The post EyeDropper API Dropped appeared...
And Now, The Ultimate Retro Gaming Device
2.9.2021
You may have heard rumblings of a magical box capable of flawlessly running games from old-school arcade titles up through the Super Nintendo and Sega Genesis. That box is called the MiSTer, and over the past couple of years, it’s completely transformed the retro emulation scene. I’ve been playing...
From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo
17.8.2021
I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work …
The post From a Single Repo, to Multi-Repos,...
Automatic Daily GitHub Backups, Restored in Seconds
3.8.2021
Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result in the loss of GitHub data. …
The post Automatic Daily GitHub Backups, Restored...
CSS Modules (The Native Ones)
2.8.2021
They are actually called “CSS Module Scripts” and are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS.
Native CSS Modules are …
The post CSS Modules (The...
A Shared ESLint Configuration
30.7.2021
Looks like it was almost 9 years ago when Airbnb first published their JavaScript Style Guide. 112k stars on GitHub later, it seems like the de facto preset for Babel / ES Lint. But it’s not the only company …
The post A Shared ESLint Configuration appeared first on CSS-Tricks. You...
GitHub Explains the Open Graph Images
29.7.2021
An explanation of those new GitHub social media images:
[…] our custom Open Graph image service is a little Node.js app that uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to 
…
The post GitHub Explains the Open Graph Images...
My petite-vue review
23.7.2021
Dave:
petite-vue is a new cut of the Vue project specifically built with progressive enhancement in mind. At 5kb, petite-vue is a lightweight Alpine (or jQuery) alternative that can be “sprinkled” over your project requiring no extra bundling steps
…
The post My petite-vue...
‘Ethereum Improvement Proposal 3675’ for the Eth2 merge launches on Github
23.7.2021
The coming Eth2 Proof-of-Stake chain merge now has an Ethereum Improvement Proposal
ECMAScript proposal: JSON modules
21.7.2021
Dr. Axel Rauschmayer looks at JSON modules, which is already live in Chrome 91 (but nothing else). It looks just like an ES Modules-style import, only you asset the type at the end.
import configData from './config-data.json' assert {type:
…
The post ECMAScript proposal: JSON modules...
Some Typography Links
16.7.2021
Glitter text — whO (I learned a name for people who go by a one-word moniker like that: Mononymous) created a builder for fancy SVG-based type. It’s a custom font with <text>, and the fancy comes in with a
…
The post Some Typography Links appeared first on CSS-Tricks. You...
GitHub má A.I. technologii, která generuje smysluplný kód. Komu ten kód ale opravdu patří?
7.7.2021
GitHub ve spolupráci s laboratoří OpenAI nedávno představil novou funkci Copilot. Zatím je k dispozici jen na pozvánky, už ale vzbudila určité kontroverze.
Oč se jedná? Copilot je na první pohled jen další autocomplete – doplňovač kódu. Dnes jej nabízí skoro každý pokročilejší vývojářský balík.
Hack the “Deploy to Netlify” Button Using Environment Variables to Make a Customizable Site Generator
1.7.2021
If you’re anything like me, you like being lazy shortcuts. The “Deploy to Netlify” button allows me to take this lovely feature of my personality and be productive with it.
Clicking the button above lets me (or you!) instantly …
The post Hack the “Deploy...
Reverse-Engineered Grand Theft Auto Games Are Back, Baby
29.6.2021
In February, fans managed to reverse-engineer the source code for Grand Theft Auto III and Vice City. A week later, publisher Take-Two went after them and had the projects taken down. Now in June, they’re back again.Read more
Docker Changes Free-Tier Service Policy Due to Cryptocurrency Mining Abuse
15.6.2021
Docker, a popular cloud computing integration solution, is making changes to its free-tier service due to cryptocurrency mining abuse. The service discontinued its “autobuild” feature due to misuse by bad actors, using it to mine cryptocurrencies in their servers. This is a modus...