はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ How To Use

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 8 / 8件)
 

How to use GitHub Copilot: Prompts, tips, and use cases | The GitHub Blog

2023/06/20 このエントリーをはてなブックマークに追加 153 users Instapaper Pocket Tweet Facebook Share Evernote Clip Tips GitHub Copilot

Generative AI coding tools are transforming the way developers approach daily coding tasks. From documenting our codebases to generating unit tests, these tools are helping to accelerate our workflows. However, just like with any emerging tech, there’s always a learning curve. As a result, develo... 続きを読む

When to use HTTPS for local development

2021/01/28 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip when to use Development https

When to use HTTPS for local development Using http://localhost for local development is fine most of the time, except in some special cases. This post explains when you need to run your local development site with HTTPS. Also see: How to use HTTPS for local development. In this post, statements a... 続きを読む

How to use HTTPS for local development

2021/01/26 このエントリーをはてなブックマークに追加 673 users Instapaper Pocket Tweet Facebook Share Evernote Clip https POST In this

How to use HTTPS for local development Sometimes, you need to run your local development site with HTTPS. Tools and tips to do this safely and quickly. In this post, statements about localhost are valid for 127.0.0.1 and [::1] as well, since they both describe the local computer address, also cal... 続きを読む

How to Use AVIF: The New Next-Gen Image Compression Format — Lightspeed

2020/08/06 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip AVIF AV1

How to Use AVIF: The New Next-Gen Image Compression FormatAugust 5, 2020 A More Optimal Image Format One of the upcoming technologies we're really excited about is the AV1 (.avif) image file format. It's basically a super-compressed image type. Netflix has already considered .avif superior to the... 続きを読む

how to use vim as a python ide

2017/02/01 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip

I love vim and often use it to write Python. Here are some useful plugins and tools for building a delightful vim python environment, escpecially for Vim8: As you can see, tmux is also one of my favou... 続きを読む

How to use Scala.js in real world? // Speaker Deck

2016/01/30 このエントリーをはてなブックマークに追加 24 users Instapaper Pocket Tweet Facebook Share Evernote Clip Speaker Deck

All slide content and descriptions are owned by their creators. 続きを読む

How to use git-ftp

2014/12/03 このエントリーをはてなブックマークに追加 60 users Instapaper Pocket Tweet Facebook Share Evernote Clip

最近「寺子屋」と称して個人レッスンというか、数名規模の私塾みたいなことをやっているこもりです。こんにちは。 寺子屋については年が明けてからあらためてお知らせするとして、寺子屋の参加者の皆さんの間などでよく「Gitは使ってるんだけど、アップロード先がFTPしかだめで…。どうにかなりませんかね?」みたいな質問を受けることがあります。もったいないですね。手元は効率化できてるのに、最後の最後がそれじゃ。 ... 続きを読む

How To Use IndexedDB – Simple(st) Example | Ido's Blog

2012/10/07 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip example IndexedDB Simple

In the past few months, I’ve saw many developers that use  local storage for ‘big data’ on the client side. Local storage is a powerful API that let developer save key-value data on the browser. Howev... 続きを読む

 
(1 - 8 / 8件)