About 209 results
Showing the first 200 results.
https://blog.nove-b.dev/posts/create-react-project · 11 Dec 2021
react をインストールする 参考:Create React App 上記のコマンドで react が自動でインストールされる。 ※そんなことしないと思うが、「my-app-name」を「react」にすると怒られ、インストールで...
https://mikebifulco.com/posts/run-dependabot-locally · 10 Dec 2021
Since its release, teams around the world have been using dependabot to automate the process of keeping your project's dependencies up to date. In this article, I'll show you how you can run dependabot on the command line using dependabot-core.
https://blog.nove-b.dev/posts/wordpress-featured-image-setup · 4 Dec 2021
ブログ更新ってめんどくさい ブログ更新は面倒くさい。 そんなこと分かり切っている。 なかでも面倒なことの1つにアイキャッチ画像の選定がある。 面倒なことを楽にできるのがエンジ...
https://blog.nove-b.dev/posts/javascript-wordpress-insert-toc · 30 Nov 2021
記事に目次をつけよう 目次があれば、結末まですぐに飛ぶことができる。 時間に追われる現代人にはなくてはならない機能である。 そこで本サイトに目次を導入した。 プラグインは使...
https://mikebifulco.com/posts/make-vs-code-load-faster-mac-apple-silicon · 24 Nov 2021
If you're running an Apple Silicon Mac (with an M1, M1 Pro, or M1 Max chip), you may be able to speed up VS Code massively with a quick update.
https://mikebifulco.com/posts/learn-web3-blockchain-with-buildspace · 22 Nov 2021
Buildspace offers free, online, cohort-based courses on building web3 blockchain apps. If you're interested in dipping your toe into the world of Ethereum apps, the blockchain, or NFTs - it's a great starting point.
https://mikebifulco.com/posts/twitch-streaming-software-development-lessons · 18 Nov 2021
For years I did a weekly coding livestream of my React and Python work on Twitch every week, and I'm getting back into it again. This is what sticks out to me as the most valuable learnings from those experiences.
https://mikebifulco.com/posts/nullish-coalescing-javascript · 15 Nov 2021
Let's take a look at the Nullish Coalescing operator (??) in JavaScript, which returns the right operand if the left is null or undefined.
https://mikebifulco.com/posts/javascript-filter-boolean · 12 Nov 2021
If you come across array.filter(Boolean) in JavaScript code, never fear! It's a handy bit of functional programming that cleans up arrays with null and undefined values in them.
https://mikebifulco.com/posts/make-vs-code-load-faster-by-removing-extensions · 7 Nov 2021
Have you noticed that your favorite IDE has been slow to load lately? Try removing these before losing hope.