並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 212件

新着順 人気順

Safeの検索結果1 - 40 件 / 212件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Safeに関するエントリは212件あります。 githubセキュリティtypescript などが関連タグです。 人気エントリには 『Minimal safe Bash script template』などがあります。
  • Minimal safe Bash script template

    Published on December 14, 2020   ·   Updated on December 16, 2020 Bash scripts. Almost anyone needs to write one sooner or later. Almost no one says “yeah, I love writing them”. And that’s why almost everyone is putting low attention while writing them. I won’t try to make you a Bash expert (since I’m not a one either), but I will show you a minimal template that will make your scripts safer. You

      Minimal safe Bash script template
    • ビジネスロジックを「型」で表現するOOPのための関数型DDD / Functional And Type-Safe DDD for OOP

      Object-Oriented Conference 2024で発表した資料です。 https://fortee.jp/oocon-2024/proposal/b31c9818-3cb8-4350-adfe-cbc839cdf829 ビジネスの専門知識(ドメイン)を中心に据えたドメイン駆動設計に…

        ビジネスロジックを「型」で表現するOOPのための関数型DDD / Functional And Type-Safe DDD for OOP
      • 「そのコンテナ、安全ですか?」〜AWS x DevSecOpsで実践するコンテナセキュリティ〜 / Is that container safe?

        2020-10-20 AWS DevDay Online Japanでの登壇資料になります。 https://aws.amazon.com/jp/about-aws/events/2020/devday/ # AWSご担当者様より承諾頂いた上でアップロードしています

          「そのコンテナ、安全ですか?」〜AWS x DevSecOpsで実践するコンテナセキュリティ〜 / Is that container safe?
        • Compile SQL to type-safe code

          You write SQL queries You run sqlc to generate code that presents type-safe interfaces to those queries You write application code calling the methods sqlc generated. Seriously, it's that easy. You don't have to write any boilerplate SQL querying code ever again. See the current list of supported programming languages and databases. Schema updates and poorly-written queries often bring down produc

            Compile SQL to type-safe code
          • Safe Data Fetching in Modern JavaScript

            Announcing Visual Copilot - Figma to production in half the time

              Safe Data Fetching in Modern JavaScript
            • Panda CSS - Build modern websites using build time and type-safe CSS-in-JS

              CSS-in-JS with build time generated styles, RSC compatible, multi-variant support, and best-in-class developer experience

                Panda CSS - Build modern websites using build time and type-safe CSS-in-JS
              • GitHub - google/autocxx: Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - google/autocxx: Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers
                • Fast and type-safe full stack framework, for TypeScript | frourio

                  From installation to deployment in one command All you need is TypeScript

                    Fast and type-safe full stack framework, for TypeScript | frourio
                  • GitHub - kysely-org/kysely: A type-safe typescript SQL query builder

                    Kysely (pronounce “Key-Seh-Lee”) is a type-safe and autocompletion-friendly TypeScript SQL query builder. Inspired by Knex.js. Mainly developed for Node.js but also runs on all other JavaScript environments like Deno, Bun, Cloudflare Workers and web browsers. Kysely makes sure you only refer to tables and columns that are visible to the part of the query you're writing. The result type only has th

                      GitHub - kysely-org/kysely: A type-safe typescript SQL query builder
                    • GitHub - ivanhofer/typesafe-i18n: A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - ivanhofer/typesafe-i18n: A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.
                      • GitHub - frouriojs/frourio: Fast and type-safe full stack framework, for TypeScript

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - frouriojs/frourio: Fast and type-safe full stack framework, for TypeScript
                        • Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM

                          Generate query functions by using the --sql flag on prisma generate: Import the query function from @prisma/client/sql … … and call it inside the new $queryRawTyped function to get fully typed results 😎 If your SQL query has arguments, they are provided to the query function passed to $queryRawTyped The Prisma Client API together with TypedSQL provides the best experience for both CRUD operations

                            Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM
                          • もしも「距離を保つ」ことを求められたなら:あなた自身の安全のために(Keeping Your Distance to Stay Safe) | 日本心理学会

                            もしも「距離を保つ」ことを求められたなら:あなた自身の安全のために (Keeping Your Distance to Stay Safe) この記事は,アメリカ心理学会(American Psychological Association: APA)公式Webサイトに掲載された記事 "Keeping Your Distance to Stay Safe" を,アメリカ心理学会の許諾を得て,日本心理学会広報委員会が日本語に翻訳したものであり,翻訳の質や正確さの責任は日本心理学会広報委員会にあります。アメリカ市民向けの具体的な情報提供の部分は,適宜日本向けのものに差し替えています。なお,この記事をAPAの許諾なく複製・再配布することを禁止します。 This material originally appeared in English as [American Psychological A

                              もしも「距離を保つ」ことを求められたなら:あなた自身の安全のために(Keeping Your Distance to Stay Safe) | 日本心理学会
                            • markedで安全にMarkdownからHTMLを生成するsafe-marked

                              MarkdownをHTMLにコンパイルするmarkedは0.7.0でsanitizeオプションを非推奨にしています。 これはサニタイズの処理をmarkedから外す目的です。 Sanitize and sanitizer · Issue #1232 · markedjs/marked このsanitizeオプションの代わりにDOMPurifyを利用することを推奨していますが、 DOMPurifyはブラウザとNode.js両方で使うには癖があるためちょっとややこしいです。 なぜならDOMPurifyはDOM APIに依存しているため、 Node.jsで動かす場合はjsdom使うためです。 単純にjsdomを使ってしまうとブラウザでもjsdomが含まれてしまい、ファイルサイズが巨大になってしまいます。 そのため、ブラウザ向けの場合では直接DOMPurifyを使い、 Node.jsの場合はDOMP

                                markedで安全にMarkdownからHTMLを生成するsafe-marked
                              • アジャイル開発の考え方を企業全体に適用する「SAFe」、DXで注目集める

                                SAFe(セーフ、Scaled Agile Framework)は大規模向けのアジャイル開発フレームワークである。ソフトウエア開発だけでなく組織活動にまでアジャイル開発の考え方を拡張していることが特徴だ。ここでの組織は、製品やサービスを開発する事業部門から最大で企業全体までを想定している。 最新版の「SAFe 6.0」が2023年3月に公開された。日本でもNTTデータグループや富士通、NEC、オージス総研、TISといったIT企業などが企業に対して導入支援をしている。デジタル変革(DX)を推進する企業が増える中、事業やサービス開発のスピードを向上させる手法として注目を集めている。 20年間でビジネス向けに進化 SAFeが作られたのは2011年ごろ。米IBMに買収されたソフト会社のRational Software(ラショナルソフトウエア)でシニアバイスプレジデントなどを務めていたディーン・レ

                                  アジャイル開発の考え方を企業全体に適用する「SAFe」、DXで注目集める
                                • GitHub - Byron/gitoxide: An idiomatic, lean, fast & safe pure Rust implementation of Git

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - Byron/gitoxide: An idiomatic, lean, fast & safe pure Rust implementation of Git
                                  • Wasmtime Reaches 1.0: Fast, Safe and Production Ready!

                                    As of today, the Wasmtime WebAssembly runtime is now at 1.0! This means that all of us in the Bytecode Alliance agree that it is fully ready to use in production. In truth, we could have called Wasmtime production-ready more than a year ago. But we didn’t want to release just any WebAssembly engine. We wanted to have a super fast and super safe WebAssembly engine. We wanted to feel really confiden

                                      Wasmtime Reaches 1.0: Fast, Safe and Production Ready!
                                    • GitHub - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.

                                      Bashible is a deployment/automation tool written in Bash (DSL). Inspired by Ansible. Simplifies things and prevents usual mistakes. Features: improved readability unhandled failures prevention skipping already done tasks command chaining working directory always as expected variable checking dependencies; calling sub-scripts delayed tasks executed on finish child termination handler; no processes

                                        GitHub - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.
                                      • 北野セツ😺❄️ @KitanoSetsu Twitterの検索で「from:自分のID -filter:safe」ってやると自分のツイートの中でセーフ判定されなかったツイートが見れるのでやってみてほしい!結構面白いよ😸 私はなぜか食べ物関連の話してるときセーフじゃない扱いされてた

                                        • 自分の通信が安全にインターネットを通過しているか確認できるウェブサイト「Is BGP safe yet?」をCloudflareが公開

                                          インターネットは自律システム(AS)と呼ばれるIPネットワークやルーターの集合で構成されており、AS間の通信経路を決定するルーティングにはBGPというプロトコルが用いられています。しかし、BGPはBGPハイジャックという攻撃により通信経路を乗っ取られてしまう問題があり、この問題に自分が利用しているインターネットプロバイダ(ISP)が対処できているかを確認できるウェブサイト「Is BGP safe yet?」をCloudflareが公開しています。 Is BGP Safe Yet? No. But we are tracking it carefully https://blog.cloudflare.com/is-bgp-safe-yet-rpki-routing-security-initiative/ Is BGP safe yet? · Cloudflare https://isbg

                                            自分の通信が安全にインターネットを通過しているか確認できるウェブサイト「Is BGP safe yet?」をCloudflareが公開
                                          • Buy Cialysin online - Cialysin Purchase Safe Uk - Ask Lesko and Friends

                                            Best Quality Medication CIALYSIN at Sale Prices! Purchase CIALYSIN Now. Buy CIALYSIN Online! Lowest Prices Guaranteed! Excellent Quality Medications Best Online Pharmacy to Buy CIALYSIN Fast Delivery to ALL Countries of the World No Prior Prescription Required for CIALYSIN, 10% Discount for All Next Purchases Enter Here to Buy CIALYSIN Online Right Now! buy cialysin safely canada no prescription p

                                            • Safe DOM manipulation with the Sanitizer API  |  Articles  |  web.dev

                                              Safe DOM manipulation with the Sanitizer API Stay organized with collections Save and categorize content based on your preferences. The new Sanitizer API aims to build a robust processor for arbitrary strings to be safely inserted into a page. Applications deal with untrusted strings all the time, but safely rendering that content as part of an HTML document can be tricky. Without sufficient care,

                                              • GitHub - graphql-nexus/nexus: Code-First, Type-Safe, GraphQL Schema Construction

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - graphql-nexus/nexus: Code-First, Type-Safe, GraphQL Schema Construction
                                                • Memory Safe Languages in Android 13

                                                  The latest news and insights from Google on security and safety on the Internet

                                                    Memory Safe Languages in Android 13
                                                  • GitHub - jetpack-io/typeid: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - jetpack-io/typeid: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
                                                    • GitHub - nsfw-filter/nsfw-filter: A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - nsfw-filter/nsfw-filter: A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.
                                                      • Order Megestron 2.5mg no prescription. Safe Buy Megestron Internet - Ask Lesko and Friends

                                                        Order Megestron 2.5mg no prescription. Safe Buy Megestron Internet Buy Megestron Medication Online, Megestron Were Buy No Prescription Verified Pharmacy for Megestron! BUY Megestron ONLINE! - CLICK HERE! Megestron As the hematoma enlarges, the patient's neurologic deficits worsen from gradual loss of consciousness to coma. Coupled with hyperactivity, this condition is not very easily to deal with.

                                                        • Type safe CSS design systems with @property · September 1, 2023

                                                          Type safe CSS design systems with @propertySeptember 1, 20237 min read CSS types are a worthy investment into type safety in your front-end work. We're still awaiting cross browser interop, but we'll get there 🙂 In case you've never seen one, here's a typed CSS variable with @property: @property --focal-size { syntax: '<length-percentage>'; initial-value: 100%; inherits: false; } Used that one so

                                                            Type safe CSS design systems with @property · September 1, 2023
                                                          • genqlient: A truly type-safe Go GraphQL client

                                                            by Ben Kraft Kevin has written about our multi-year project to replace our Python 2.7 monolith with services written in Go. As part of the transition to a service-oriented architecture, we decided to migrate all our REST APIs to GraphQL—including new APIs for service-to-service communication. Even with Apollo Federation handling much of our fan-out, we have over 300 distinct GraphQL requests from

                                                              genqlient: A truly type-safe Go GraphQL client
                                                            • nuqs | Type-safe search params state management for Next.js

                                                                nuqs | Type-safe search params state management for Next.js
                                                              • 10 Tips to Keep Your Cloud Storage Safe and Secure

                                                                Cloud storage has made it easy to synchronise files, share them, keep multiple versions of a file, and a lot more. Not just limited for backup, cloud storage has also completely replaced the physical storage drive for some users. You can choose to use a cloud storage service like Google Drive or OneDrive for free, or opt for a paid plan for more storage and features. While cloud storage providers

                                                                  10 Tips to Keep Your Cloud Storage Safe and Secure
                                                                • Microsoft: Rust Is the Industry's 'Best Chance' at Safe Systems Programming

                                                                  Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.

                                                                    Microsoft: Rust Is the Industry's 'Best Chance' at Safe Systems Programming
                                                                  • GitHub - aerotoad/neboa: Type-safe NoSQL with Node & SQLite. 🌫️💽

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - aerotoad/neboa: Type-safe NoSQL with Node & SQLite. 🌫️💽
                                                                    • NSA urges orgs to use memory-safe programming languages

                                                                      C/C++ on the bench, as US snoop HQ puts its trust in Rust, C#, Go, Java, Ruby, Swift The NSA has released guidance encouraging organizations to shift programming languages from the likes of C and C++ to memory-safe alternatives – namely C#, Rust, Go, Java, Ruby or Swift. "NSA recommends that organizations use memory safe languages when possible and bolster protection through code-hardening defense

                                                                        NSA urges orgs to use memory-safe programming languages
                                                                      • スマホ向けファイル管理アプリ「Files by Google」にファイルをPINコードで保護できる「Safe Folder」機能が登場、実際に使ってみた

                                                                        Googleが提供するAndroid向けのファイル管理アプリ「Files by Google」に、ファイルをPINコードで保護できる新機能「Safe Folder」が登場しました。 Making privacy personal with Files by Google https://blog.google/around-the-globe/google-asia/making-privacy-personal-files-google/ Files by Google adds PIN protection for your most sensitive files on Android - The Verge https://www.theverge.com/2020/8/5/21355278/files-by-google-secure-folder-pin-protected-e

                                                                          スマホ向けファイル管理アプリ「Files by Google」にファイルをPINコードで保護できる「Safe Folder」機能が登場、実際に使ってみた
                                                                        • SAFe(Scaled Agile Framework)の価値と原則 | Atlassian

                                                                          Scaled Agile Framework® (SAFe®)は、エンタープライズ規模でアジャイル・プラクティスを導入するための、一連の組織およびワークフローのパターンです。このフレームワークは、役割と責務に関する体系的なガイダンス、作業の計画と管理の方法、維持すべき価値などの知識がまとめられたものです。 SAFe は、多数のアジャイル・チーム間での調整、コラボレーション、デリバリーを促進します。アジャイル・ソフトウェア開発、リーン製品開発、システム思考の 3 つの主要な知識を中心に形成されています。 SAFe は、企業の規模の拡大に合わせてアジャイルを拡張するための体系的なアプローチを提供します。さまざまなレベルの拡張に対応するために、SAFe には、Essential SAFe、Large Solution SAFe、Portfolio SAFe、Full SAFe の 4 つの構成が

                                                                          • GitHub - supermacro/neverthrow: Type-Safe Errors for JS & TypeScript

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - supermacro/neverthrow: Type-Safe Errors for JS & TypeScript
                                                                            • How Secure Is a Password Manager, and Are They Safe?

                                                                              Password managers like LastPass are convenient and mostly free to use. But are they safe? How do they keep you secure? When it comes to password managers the point of using one—whether paid or free, open-source or proprietary—is to secure and manage your passwords. But while they offer great convenience when it comes to managing dozens of passwords, are password managers safe to use? Why Do You Ne

                                                                                How Secure Is a Password Manager, and Are They Safe?
                                                                              • Efficient And Safe Allocations Everywhere!

                                                                                $200K 1 10th birthday 4 abusive ads 1 abusive notifications 2 accessibility 3 ad blockers 1 ad blocking 2 advanced capabilities 1 android 2 anti abuse 1 anti-deception 1 background periodic sync 1 badging 1 benchmarks 1 beta 83 better ads standards 1 billing 1 birthday 4 blink 2 browser 2 browser interoperability 1 bundles 1 capabilities 6 capable web 1 cds 1 cds18 2 cds2018 1 chrome 35 chrome 81

                                                                                  Efficient And Safe Allocations Everywhere!
                                                                                • Introducing sqlc - Compile SQL queries to type-safe Go

                                                                                  Ask any Go developer and they will tell you how painful it is to write programs that talk to SQL databases. Go feels like it isn't even half as productive compared to working with toolkits like SQLAlchemy, Diesel, Hibernate or ActiveRecord. The existing tools in the Go ecosystem force application developers to hand-write mapping functions or litter their code with unsafe empty interfaces. Introduc

                                                                                  新着記事