About 209 results
Showing the first 200 results.
https://blog.nove-b.dev/posts/compare-extract-matching-arrays-javascript · 6 Jun 2023
なんかよくやるのに、良く忘れるのでメモしておく 2つの配列を比較し一致したものを取り出したい。 特に難しいことはないのでまるっとコードを記載する。 これでcは期待値になる。 ど...
https://rednafi.com/javascript/bulk-request-google-search-index/ · 26 May 2023
Learn how to programmatically request Google search indexing for multiple URLs using the Indexing API and NodeJS for faster reindexing.
https://mikebifulco.com/newsletter/reddit-for-learning · 23 May 2023
If you haven't been using reddit as a tool for learning, you are truly missing out. It's time to give it a try.
https://charlesharri.es/stream/view-transitions-frameworks · 21 May 2023
Curious about View Transitions on the advent of their inclusion behind a flag in Chrome Canary
https://rednafi.com/javascript/cors-proxy-with-cloudflare-workers/ · 21 May 2023
Build your own CORS proxy using Cloudflare Workers to bypass browser CORS restrictions. Includes deployment with GitHub Actions automation.
https://rednafi.com/misc/fixed-time-task-scheduling-with-at/ · 14 May 2023
Schedule one-time commands with UNIX at command. Learn job queuing, remote scheduling via HTTP API, and managing atd/atrun daemons.
https://blog.nove-b.dev/posts/remove-duplicates-javascript-array · 10 May 2023
配列から重複したものを削除する ただこれだけ。 これだけだと物足りないので説明をすると、 > 上記のコードは、配列numberArrayから重複を除いた値を取得し、新しい配列newNumberArrayに格納...
https://rednafi.com/javascript/periodic-readme-updates-with-gh-actions/ · 4 May 2023
Automate your GitHub profile README with periodic updates using Actions. Parse RSS feeds and dynamically display latest blog posts with NodeJS.
https://toddl.dev/blog/ionic-and-vue-part-two · 26 Apr 2023
My deep dive into learning Ionic and Vue.
https://www.coryd.dev/posts/2023/talk-building-a-now-page-with-eleventy · 24 Apr 2023
My talk from the Eleventy meetup about building my now page (you even get to see how much I resemble my avatar).