<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>エンジニアノート-Engineer Note-</title>
	<atom:link href="https://engineer-note.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://engineer-note.com</link>
	<description>未経験で先輩不在のベンチャー企業に入社したエンジアの忘備録</description>
	<lastBuildDate>Thu, 23 Apr 2020 18:39:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://engineer-note.com/wp-content/uploads/2018/04/cropped-Engineer-logo-32x32.png</url>
	<title>エンジニアノート-Engineer Note-</title>
	<link>https://engineer-note.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>人生が変わる読書術（枻出版）を読んだ</title>
		<link>https://engineer-note.com/reading-books/reading-skills/</link>
					<comments>https://engineer-note.com/reading-books/reading-skills/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Sat, 25 Apr 2020 12:00:00 +0000</pubDate>
				<category><![CDATA[読書記録]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=510</guid>

					<description><![CDATA[<p>読もうと思った理由 読書は苦でなくそれなりに習慣化しているがより効率的な意味のある読書、つまり行動を変えるための読書にしたいと思っていたところにこの本を見つけて、何かしらヒントが得られるのではと感じ読んでみることにしまし [&#8230;]</p>
The post <a href="https://engineer-note.com/reading-books/reading-skills/">人生が変わる読書術（枻出版）を読んだ</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/reading-books/reading-skills/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【IntelliJ IDEA】.cssファイルでPost-CSS記法を使うときの設定</title>
		<link>https://engineer-note.com/environment/settings-for-using-post-css-with-intellij-idea/</link>
					<comments>https://engineer-note.com/environment/settings-for-using-post-css-with-intellij-idea/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Thu, 23 Apr 2020 11:00:00 +0000</pubDate>
				<category><![CDATA[環境構築]]></category>
		<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[PostCSS]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=494</guid>

					<description><![CDATA[<p>IntelliJ IDEAでPost-cssの記法を.cssファイルで使いたいとき標準の設定だとCSSのフォーマットが適用されるためネストで警告が出たり、インデントの調整が面倒だったりします。.cssのファイルでPost [&#8230;]</p>
The post <a href="https://engineer-note.com/environment/settings-for-using-post-css-with-intellij-idea/">【IntelliJ IDEA】.cssファイルでPost-CSS記法を使うときの設定</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/environment/settings-for-using-post-css-with-intellij-idea/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>連番のファイルをダウンロードするためのツールを作りました</title>
		<link>https://engineer-note.com/web-knowledge/tool-download-files-named-consecutive-numbers/</link>
					<comments>https://engineer-note.com/web-knowledge/tool-download-files-named-consecutive-numbers/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Mon, 13 Jan 2020 23:30:00 +0000</pubDate>
				<category><![CDATA[Web知識]]></category>
		<category><![CDATA[shell]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=477</guid>

					<description><![CDATA[<p>連番で名前がついていることが分かっているファイルを大量にダウンロードしなければいけない機会があり、（ツールと呼ぶほどのものでもないですが）ツール作成しました。 動作確認環境 MacOS Mojave シェルスクリプトが動 [&#8230;]</p>
The post <a href="https://engineer-note.com/web-knowledge/tool-download-files-named-consecutive-numbers/">連番のファイルをダウンロードするためのツールを作りました</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/web-knowledge/tool-download-files-named-consecutive-numbers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【Git】SourceTreeでgit applyがコード1で終了しましたとエラーが出たときの直し方</title>
		<link>https://engineer-note.com/git/how-to-fix-when-git-apply-ended-with-code1-in-sourcetree/</link>
					<comments>https://engineer-note.com/git/how-to-fix-when-git-apply-ended-with-code1-in-sourcetree/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 10:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[SourceTree]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=460</guid>

					<description><![CDATA[<p>エラーが発生したケース SourceTreeから行（ハンク）単位でステージングしようとするとgit applyがコード1で終了しましたとエラーが発生してステージングができない状態になりました。ちなみにファイル単位のステー [&#8230;]</p>
The post <a href="https://engineer-note.com/git/how-to-fix-when-git-apply-ended-with-code1-in-sourcetree/">【Git】SourceTreeでgit applyがコード1で終了しましたとエラーが出たときの直し方</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/git/how-to-fix-when-git-apply-ended-with-code1-in-sourcetree/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ネコミミでもわかるフロントエンド開発環境構築 (技術の泉シリーズ（NextPublishing）)を読んだ</title>
		<link>https://engineer-note.com/reading-books/nekomimi-frontend/</link>
					<comments>https://engineer-note.com/reading-books/nekomimi-frontend/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Thu, 03 Oct 2019 11:00:33 +0000</pubDate>
				<category><![CDATA[読書記録]]></category>
		<category><![CDATA[Babel]]></category>
		<category><![CDATA[Lint]]></category>
		<category><![CDATA[PostCSS]]></category>
		<category><![CDATA[Webpack]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=451</guid>

					<description><![CDATA[<p>読もうと思った理由 以前Webpackを少し触ってみたがJavaScriptをバンドルする部分以外の利点や使い方が理解できておらず、Webpackを用いた開発環境でどんなことができるのか、何が便利なのかを実際に体験したい [&#8230;]</p>
The post <a href="https://engineer-note.com/reading-books/nekomimi-frontend/">ネコミミでもわかるフロントエンド開発環境構築 (技術の泉シリーズ（NextPublishing）)を読んだ</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/reading-books/nekomimi-frontend/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mac（Mojave）にphpenvでphpをinstallするまでの道のり</title>
		<link>https://engineer-note.com/environment/road-to-install-php-with-phpenv-on-mac-mojave/</link>
					<comments>https://engineer-note.com/environment/road-to-install-php-with-phpenv-on-mac-mojave/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Wed, 18 Sep 2019 10:00:36 +0000</pubDate>
				<category><![CDATA[環境構築]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mojave]]></category>
		<category><![CDATA[phpenv]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=428</guid>

					<description><![CDATA[<p>MacのMojave環境にphpenvでphpをインストールしようとしたら何回か躓いたのでその記録です。 phpenvのインストール anyenv経由でnodenvとrbenvを使用してる環境からのスタートです。今回はp [&#8230;]</p>
The post <a href="https://engineer-note.com/environment/road-to-install-php-with-phpenv-on-mac-mojave/">Mac（Mojave）にphpenvでphpをinstallするまでの道のり</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/environment/road-to-install-php-with-phpenv-on-mac-mojave/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VCCWをインストールしたのにWordmoveがなぜかなかった</title>
		<link>https://engineer-note.com/wordpress/wordmove-is-not-bundled-with-vccw/</link>
					<comments>https://engineer-note.com/wordpress/wordmove-is-not-bundled-with-vccw/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Sun, 08 Sep 2019 23:00:08 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[vccw]]></category>
		<category><![CDATA[wordmove]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=416</guid>

					<description><![CDATA[<p>発生した問題 WordPressのローカル環境を作る方法は色々ありますが、今回はをwpーcliとwordmoveを使いたかったのでVagrantベースで作られているVCCWを使ってみようと思い公式サイトの説明に通りにVC [&#8230;]</p>
The post <a href="https://engineer-note.com/wordpress/wordmove-is-not-bundled-with-vccw/">VCCWをインストールしたのにWordmoveがなぜかなかった</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/wordpress/wordmove-is-not-bundled-with-vccw/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CSSの自動インラインとメールを送れるHTMLメールの作成ツールをgulpで作った</title>
		<link>https://engineer-note.com/environment/html-mail-build-tool-with-gulp/</link>
					<comments>https://engineer-note.com/environment/html-mail-build-tool-with-gulp/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Mon, 02 Sep 2019 23:00:44 +0000</pubDate>
				<category><![CDATA[環境構築]]></category>
		<category><![CDATA[gulp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[pickup]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=400</guid>

					<description><![CDATA[<p>なぜ作ったのか？ HTMLメールの作成はメーラーによってCSSの各種プロパティの対応状況が異なり、テーブルコーディングかつスタイルをインラインで要素に記述しなくてはならない。。。めんどくさい！ そのため、下記を実行できる [&#8230;]</p>
The post <a href="https://engineer-note.com/environment/html-mail-build-tool-with-gulp/">CSSの自動インラインとメールを送れるHTMLメールの作成ツールをgulpで作った</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/environment/html-mail-build-tool-with-gulp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【Mac】コマンド入力不要！隠しファイル・隠しフォルダの表示/非表示を切り替える方法</title>
		<link>https://engineer-note.com/environment/toggle-dots-file-visibility-without-command/</link>
					<comments>https://engineer-note.com/environment/toggle-dots-file-visibility-without-command/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Tue, 30 Jul 2019 10:00:13 +0000</pubDate>
				<category><![CDATA[環境構築]]></category>
		<category><![CDATA[Mac]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=386</guid>

					<description><![CDATA[<p>デフォルトの設定だとFinderには.（ドット）で始まる隠しファイルや隠しフォルダは表示されていません。 重要な内容や設定を誤操作で変更しないように隠しファイルになっているわけですが、環境構築をするときなど隠しファイルを [&#8230;]</p>
The post <a href="https://engineer-note.com/environment/toggle-dots-file-visibility-without-command/">【Mac】コマンド入力不要！隠しファイル・隠しフォルダの表示/非表示を切り替える方法</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/environment/toggle-dots-file-visibility-without-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>basic認証で8文字より長いパスワードを設定する方法</title>
		<link>https://engineer-note.com/web-knowledge/basic-authentication-over-8-characters/</link>
					<comments>https://engineer-note.com/web-knowledge/basic-authentication-over-8-characters/#respond</comments>
		
		<dc:creator><![CDATA[Yuki Tomioka]]></dc:creator>
		<pubDate>Mon, 15 Jul 2019 14:40:12 +0000</pubDate>
				<category><![CDATA[Web知識]]></category>
		<category><![CDATA[pickup]]></category>
		<guid isPermaLink="false">https://engineer-note.com/?p=376</guid>

					<description><![CDATA[<p>ベーシック認証のパスワードを設定するとき、みなさんはどのようにしてますか？コマンドラインでパスワードを作る方やネット上のツールを利用される方が多いと思います。 私はネット上のツールで作ってるのですが、先日長めのパスワード [&#8230;]</p>
The post <a href="https://engineer-note.com/web-knowledge/basic-authentication-over-8-characters/">basic認証で8文字より長いパスワードを設定する方法</a> first appeared on <a href="https://engineer-note.com">エンジニアノート-Engineer Note-</a>.]]></description>
		
					<wfw:commentRss>https://engineer-note.com/web-knowledge/basic-authentication-over-8-characters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
