Search
1000 results for “dev_lenchen”
-
[What's new with v0] v0の最新アップデート情報まとめ
https://dev.classmethod.jp/articles/whats-new-with-v0-20250515/ -
現場で使えるAI UI生成ツール「v0」入門~基本機能とローカル開発環境への組み込み方法~
https://dev.classmethod.jp/articles/v0-introduction-and-local-setup/ -
v0 × Vercelで音声合成アプリを爆速構築してみた
https://dev.classmethod.jp/articles/v0-vercel-tts-demo/ -
Настолько давно не пользовался сабмодулями в Git, что вчера добавив сабмодуль на одной машине уже сегодня на другой сидел и не мог сразу понять а чего проект не собирается-то.
А вы когда последний раз использовали submodules?
-
Twilioの新しくなったバンドル申請方法と電話番号の購入方法についてまとめてみた
https://dev.classmethod.jp/articles/subaru-twilio23/ -
Twilio CX Innovation Night Part 2に参加してきました
https://dev.classmethod.jp/articles/twilio-cx-innovation-night-part-2/ -
Twilio Studio Connect Virtual Agent で実現する次世代 IVR システム - Twilio CX Innovation Night Part 2 レポート
https://dev.classmethod.jp/articles/twilio-cx-innovation-night-part-2-twilio-studio-connect-virtual-agent/ -
Twilio Media Streams による音声 AI 連携の構成例 - Twilio CX Innovation Night Part 2 レポート
https://dev.classmethod.jp/articles/twilio-cx-innovation-night-part-2-report-twilio-media-streams/ -
Twilio で実装する通話状態検知システム - 留守電・電源オフを自動判定
https://dev.classmethod.jp/articles/twilio-call-status-detection-system/ -
Twilio TaskRouterで着信の負荷分散する仕組みをつくってみた
https://dev.classmethod.jp/articles/subaru-twilio27/ -
24時間前までの履歴を保持するSMS受信システムを Twilio + Momento Cache で構築する
https://dev.classmethod.jp/articles/twilio-momento-cache-sms-receiver-poc/#dev_classmethod #Twilio #momento #Vercel #Next_js #JavaScript #TypeScript
-
Contentful バックエンドアプリの構築チュートリアル実践 - イベント通知によるリアルタイム処理
https://dev.classmethod.jp/articles/contentful-backend-app-tutorial-event-handling/ -
OAuth 2.0 and OIDC Explained with UML
A blog by RonaldThe purpose of Open Authorization 2.0 (OAuth 2.0) is to give an application (the "Client") limited access to your data at another service (the "Resource Server"), without having to give your password to that application. When OIDC is added Single Sign-On (SSO) is supported as well. The flow...
#dev #softwaredevelopment #Security #OpenIDConnect #UML #Authentication #OAuth2.0 #OIDC #Authorization #SSO #SingleSign-On
https://jdriven.com/blog/2026/03/OAuth-2.0-Explained-with-UML/
-
[アップデート] Amazon Verified Permissions のポリシーストアがタグ機能をサポートしたので ABAC を試してみた
https://dev.classmethod.jp/articles/verified-permissions-policy-store-tagging-abac/ -
PKI in a Nutshell
A blog by RonaldThis blog briefly describes theoretically how Public Key Infrastructure (PKI) works. It also introduces the key concepts used in PKI. This is done by describing encryption, decryption, hashing, signing, and authentication using mathematical notations.
#dev #softwaredevelopment #Security #PKI #PublicKeyInfrastructure #Certificates #PublicKey #PrivateKey #Keystore #Truststore
-
Nushell Niceties: Check Semantic Version Is A Match
A blog by @mrhakiIn a previous blogpost you can learn about the semver command in Nushell to transform a string value into a semver type. The command has a subcommand match-req. You can use this command to check if a version matches part of the semantic version parts. The result is a boolean value. The version to compare with doesn’t have to defined fully, but could exist of only...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Check-Semantic-Version-Is-A-Match/
-
Nushell Niceties: Check Semantic Version Is A Match
A blog by @mrhakiIn a previous blogpost you can learn about the semver command in Nushell to transform a string value into a semver type. The command has a subcommand match-req. You can use this command to check if a version matches part of the semantic version parts. The result is a boolean value. The version to compare with doesn’t have to defined fully, but could exist of only...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Check-Semantic-Version-Is-A-Match/
-
Nushell Niceties: Check Semantic Version Is A Match
A blog by @mrhakiIn a previous blogpost you can learn about the semver command in Nushell to transform a string value into a semver type. The command has a subcommand match-req. You can use this command to check if a version matches part of the semantic version parts. The result is a boolean value. The version to compare with doesn’t have to defined fully, but could exist of only...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Check-Semantic-Version-Is-A-Match/
-
Nushell Niceties: Check Semantic Version Is A Match
A blog by @mrhakiIn a previous blogpost you can learn about the semver command in Nushell to transform a string value into a semver type. The command has a subcommand match-req. You can use this command to check if a version matches part of the semantic version parts. The result is a boolean value. The version to compare with doesn’t have to defined fully, but could exist of only...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Check-Semantic-Version-Is-A-Match/
-
Nushell Niceties: Sorting Version Values With Semver Ordering
A blog by @mrhakiThe semver Nushell plugin can be used to work with string values as semver type as you can see in a previous post. You can use the semver sort command to sort string values with ordering rules for semantic versions. With natural ordering of string values a value of 10.0.1 is placed before 2.1.0, but if you use semver sort the ordering will be correct....
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Sorting-Version-Values-With-Semver-Ordering/
-
Nushell Niceties: Sorting Version Values With Semver Ordering
A blog by @mrhakiThe semver Nushell plugin can be used to work with string values as semver type as you can see in a previous post. You can use the semver sort command to sort string values with ordering rules for semantic versions. With natural ordering of string values a value of 10.0.1 is placed before 2.1.0, but if you use semver sort the ordering will be correct....
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Sorting-Version-Values-With-Semver-Ordering/
-
Nushell Niceties: Sorting Version Values With Semver Ordering
A blog by @mrhakiThe semver Nushell plugin can be used to work with string values as semver type as you can see in a previous post. You can use the semver sort command to sort string values with ordering rules for semantic versions. With natural ordering of string values a value of 10.0.1 is placed before 2.1.0, but if you use semver sort the ordering will be correct....
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Sorting-Version-Values-With-Semver-Ordering/
-
Nushell Niceties: Sorting Version Values With Semver Ordering
A blog by @mrhakiThe semver Nushell plugin can be used to work with string values as semver type as you can see in a previous post. You can use the semver sort command to sort string values with ordering rules for semantic versions. With natural ordering of string values a value of 10.0.1 is placed before 2.1.0, but if you use semver sort the ordering will be correct....
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Sorting-Version-Values-With-Semver-Ordering/