原稿やHTMLの草案を書く際に、とても重宝するのがマークダウンエディタです。特定の記号を付与することにより、文章に構造的な意味を付与し、視認性・再利用性を最大限確保した状態で文章を書くことができます。 マークアップはもとより、ビジネス文章やレポート文章を記述する感覚に近いので、社内の共有文章としてもオススメです。 世の中にはマークダウンで書けるテキストエディタがいっぱい ライティングとプレビューマークダウンのための78のツール 海外の記事ですが、78ものマークダウンエディタに対応したツールを紹介しています。 78 Tools for Writing and Previewing Markdown Mac専用、マークダウン対応エディタ35個 Mac専用のマークダウンエディタ集です。 35+ Markdown Apps for the Mac « Mac.AppStorm これらの中およびその
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
A README is one of the first things people see when they find your open source project. It should be helpful, welcoming, and friendly. Posted on 14 March 2016 by Rowan Manning. Tagged with Open-Source, Writing, Documentation 87 responsesSyndicated to Twitter Your project’s README is pretty important; it’s often the first thing that a person new to your project will see, and is frequently the only
2017/12/2 Cybozu Tech Conference 2017 のセッション「最高のリモート開発を実現するために取り組んでいること」の発表資料です。
Cosmiconfig searches for and loads configuration for your program. It features smart defaults based on conventional expectations in the JavaScript ecosystem. But it's also flexible enough to search wherever you'd like to search, and load whatever you'd like to load. By default, Cosmiconfig will check the current directory for the following: a package.json property a JSON or YAML, extensionless "rc
FormData is the XHR user's best friend, and it's getting an upgrade in Chrome 50. We're adding methods allowing you to inspect your FormData objects or modify them after-the-fact. You can now use get(), delete(), and iteration helpers like entries, keys, and more. (Check out the full list.) If you're not already using FormData, it's a simple, well-supported API that allows you to programmatically
Presentation API W3C Editor's Draft 16 October 2023 More details about this document This version: https://w3c.github.io/presentation-api/ Latest published version: https://www.w3.org/TR/presentation-api/ Latest editor's draft:https://w3c.github.io/presentation-api/ History: https://www.w3.org/standards/history/presentation-api/ Commit history Implementation report: https://www.w3.org/wiki/Second_
"use strict"; function f(n){ if (n <= 0) { return "foo"; } return g(n - 1); } function g(n){ if (n <= 0) { return "bar"; } return f(n - 1); } return f(1e6) === "foo" && f(1e6+1) === "bar";
From teams to individuals, we aimed for a straightforward, consistent system to communicate the occasional, the week-to-week, and the day-to-day to everyone across our company. No matter the company, once you reach a certain size — and it’s not very big — you begin to have communication challenges. There are dozens of challenges, but for this article I’d like to focus on this one: Keeping people a
Microservices Aren't Micro Enough !While the definition of microservices is clear, interpretation of it is very different within the development community. Some questions are, Is it single entity representation?Is it single service representation?Is it a logical functional group?Let’s take an example of a banking application for the sake of this discussion, 3-tier architecture solved the problem o
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く