Ads
Japanese

[シリーズ] Figma Design Learning Program を用いて Design を学習し、Figma を使って プロトタイピング をする

Motivation近年プロダクトを開発する際にリーンに始める方法が紹介されている書籍や情報を目にするようになりました。"リーンに始める"とは、とても簡略化していうと、以下のような段取りでプロダクトを開発し、世にリリースしていくことになりま...
Tech

Vue3 + TypeScript で Vite4 環境変数を用いる方法

Vue3プログラムで必要な変数を外部ファイルから取得する方法を、Viteの環境変数を使用した具体例を交えて解説します。環境変数を用いることで、APIキーやパスワードなどの機密情報を安全に設定することができます。本記事では、Viteにおけるモードの理解やビルトイン環境変数の設定、独自の環境変数の作成方法、そして作成した環境変数の参照方法についても解説します。
Vue.js

Vue3 + TypeScript で Mapbox GL JS を使って マップ を レスポンシブ に画面全体に表示

Vue3, TypeScript 環境 で Mapbox地図をレスポンシブ表示する方法を紹介しています。 主にCSSの設定が参考になれば幸いです。
Japanese

Figma Lessons: 03 Design thinking & ethics – デザイン思考と倫理

本記事では、デザインをする際に重要になってくる「Designthingkin-デザイン思考」という考え方と、デザインする際に気にしておくべき「ethics-倫理」について整理していきます。デジタルプロダクトのデザインをする際に、早速デザイン...
Japanese

Figma Lessons: 02 What is graphic design? (グラフィック デザイン とは何か?)

本記事ではグラフィックデザインとは何か?について整理していきます。得てして、グラフィックを可愛らしくすることがデザインだと思われていますが、その誤りについて例を用いて説明していきます。デザインとはものごとをカッコよく見せることだけではない解...
Japanese

Figma Lessons: 01 Getting Started (さあ始めよう)

最初のレッスンは、GettingStartedということで、このLearnDesign&DesignBasicsを通じて何を学ぶことができるかの紹介と、Figma製品の簡単な紹介で構成されています。LearnDesign&DesignBas...
Tech

[WordPress] プラグイン を使って 投稿 を “連載” シリーズ として公開する方法

本記事では、プラグイン を用いて WordPress での投稿を ”連載” シリーズ として公開する方法を紹介します。 プラグイン の設定についても スクリーンショット を用いながら実際の設定を交えて紹介しています。
Tech

WordPress で Discussion セクション を再表示する方法

WordPress の 各投稿の設定の一つである Discussion について、 設定変更しようとしても 稀に Discussion セクション が表示されていないことがあります。今回の記事では 消えてしまった Discussion セクション を再表示する方法について紹介していきます。
English

Develop a minimum WordPress theme from scratch

In this article, I would like to introduce the first step to developing a WordPress theme, develop a minimum theme. I think this article helps those who want to create their own WordPress theme for the first time. I recommend using a Development environment running on the Docker Desktop separated from the Production environment.
Tech

Install WordPress on Docker Desktop on your PC, then Migrate

In this article, I would like to introduce how to prepare the WordPress environment on the PC utilizing the Docker Desktop. Some of you might face some issues when you changed some configurations or installed some plugins. Anyway, it's a better method to keep your WordPress clean so that you can check the visibility or feasibility of this kind of local environment in advance.
Ads