<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: HibikiDaBull</title>
    <description>The latest articles on DEV Community by HibikiDaBull (@hibikidabull).</description>
    <link>https://dev.to/hibikidabull</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F784495%2Fea9f0768-b0de-4cdd-87c2-b81da4104874.png</url>
      <title>DEV Community: HibikiDaBull</title>
      <link>https://dev.to/hibikidabull</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hibikidabull"/>
    <language>en</language>
    <item>
      <title>How to reflect values received from Google Forms into a Google Doc with GAS</title>
      <dc:creator>HibikiDaBull</dc:creator>
      <pubDate>Sun, 31 Mar 2024 22:02:02 +0000</pubDate>
      <link>https://dev.to/hibikidabull/how-to-reflect-values-received-from-google-forms-into-a-google-doc-with-gas-5d2a</link>
      <guid>https://dev.to/hibikidabull/how-to-reflect-values-received-from-google-forms-into-a-google-doc-with-gas-5d2a</guid>
      <description>&lt;p&gt;I think there are people who often have to create documents in the same format as part of their regular work. It would be convenient if you could receive information from the requester via a form and reflect it in the document, such as inserting names, addresses, and start dates of employment into the same contract document, where the information changes depending on the party to the agreement, wouldn't it?&lt;/p&gt;

&lt;p&gt;I have demonstrated a method for doing so in the repository below, along with GAS (Google Apps Script) code, a Google Form, and a Google Document. While the example is for an employment contract, I believe it can be applied to the automatic creation of various documents.&lt;/p&gt;

&lt;p&gt;Github repo: &lt;a href="https://github.com/HibikiDaBull/Hibiki_GAS-Hacks/blob/main/GAS%20Code_how%20to%20apply%20value%20from%20Google%20form%20to%20Google%20Doc" rel="noopener noreferrer"&gt;https://github.com/HibikiDaBull/Hibiki_GAS-Hacks/blob/main/GAS%20Code_how%20to%20apply%20value%20from%20Google%20form%20to%20Google%20Doc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Google Document sample: &lt;a href="https://docs.google.com/document/d/19TpSooLhsBHlCisv93mM_Tp6an4xisJToJ5hDUy61c0/edit" rel="noopener noreferrer"&gt;https://docs.google.com/document/d/19TpSooLhsBHlCisv93mM_Tp6an4xisJToJ5hDUy61c0/edit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Google Form sample: &lt;a href="https://docs.google.com/forms/d/1zO9vA_aTyRsmvcKaHmqcdfi3JyVcT4q_3l4HzO-8Xhg/edit" rel="noopener noreferrer"&gt;https://docs.google.com/forms/d/1zO9vA_aTyRsmvcKaHmqcdfi3JyVcT4q_3l4HzO-8Xhg/edit&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Amazon VPC ? and how to create it</title>
      <dc:creator>HibikiDaBull</dc:creator>
      <pubDate>Sun, 30 Oct 2022 07:35:02 +0000</pubDate>
      <link>https://dev.to/hibikidabull/what-is-amazon-vpc-and-how-to-create-it-6jl</link>
      <guid>https://dev.to/hibikidabull/what-is-amazon-vpc-and-how-to-create-it-6jl</guid>
      <description>&lt;p&gt;Amazon VPC is virtual network provided by AWS.&lt;br&gt;
VPC stands for Virtual Private Cloud.&lt;br&gt;
You can create a web services in VPC, and you can　also connect VPC to Internet. &lt;/p&gt;

&lt;p&gt;In this post I will explain how to create a VPC with your AWS account.&lt;/p&gt;

&lt;p&gt;At first you have to choose VPC in your AWS management console ,and next tap the "create VP" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxjlaux2kchaluf9r3g2s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxjlaux2kchaluf9r3g2s.png" alt="Image description" width="800" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After you tapped "create VPC" , you have to set CIDR block to reserve IP address for your VPC. &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fux2ylbmz3lbrxzq2bqg7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fux2ylbmz3lbrxzq2bqg7.png" alt="Image description" width="800" height="547"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this part , you may realize the notation "/24".&lt;br&gt;
IP address is a binary number with 32 digits.&lt;br&gt;
"/24" means  the first 24 digits in this IP address is fixed , and the rest 8(32-24) digits are unfixed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhipzfnahwiyeh6atdlw6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhipzfnahwiyeh6atdlw6.png" alt="Image description" width="800" height="348"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So with the address 172.16.1.0/24 ,you can reserve IP address ranging from 172.16.1.0 to 172.16.1.255 .&lt;/p&gt;

&lt;p&gt;After you set the CIDR block , click the "create VPC" in button right bottom. &lt;br&gt;
Now you have created one VPC.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6dg8qtd0vp8rwaqjw2u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6dg8qtd0vp8rwaqjw2u.png" alt="Image description" width="800" height="561"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>vpc</category>
      <category>network</category>
    </item>
    <item>
      <title>3 services for someone who hates using a mouse🐭</title>
      <dc:creator>HibikiDaBull</dc:creator>
      <pubDate>Mon, 03 Jan 2022 00:45:08 +0000</pubDate>
      <link>https://dev.to/hibikidabull/3-service-for-someone-who-hates-using-a-mouse-37gm</link>
      <guid>https://dev.to/hibikidabull/3-service-for-someone-who-hates-using-a-mouse-37gm</guid>
      <description>&lt;p&gt;Using a mouse on computer is no more than one little action but, it could be a stressful experience when it comes to handling repeated tasks.&lt;br&gt;
Today, I want to introduce 3 nice services for someone who hates using a mouse.&lt;br&gt;
Let's get it started!&lt;/p&gt;

&lt;h2&gt;
  
  
  1.&lt;a href="https://rectangleapp.com/" rel="noopener noreferrer"&gt;Rectangle&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;In short,Rectangle is &lt;strong&gt;an app that allows you to adjust the size and position of window so easily and smooth&lt;/strong&gt;&lt;br&gt;
.&lt;/p&gt;

&lt;p&gt;With a combination of [option]＋[control]＋[(several keys)],you can move windows to anywhere in the desktop (to the bottom or corner or center or etc) or adjust their size.&lt;/p&gt;

&lt;p&gt;You can also move windows in between multi displays with this app without using a mouse.&lt;/p&gt;

&lt;p&gt;Here's a short movie of this app's &lt;a href="https://www.youtube.com/watch?v=AaZiA43Jm90" rel="noopener noreferrer"&gt;demo&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  2.&lt;a href="https://chrome.google.com/webstore/detail/rearrange-tabs/ccnnhhnmpoffieppjjkhdakcoejcpbga?hl=ja" rel="noopener noreferrer"&gt;Rearrange Tabs&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Rearrange Tabs is a Chrome extension that allows you to change the order of tabs with keyboard.&lt;/p&gt;

&lt;p&gt;With [shift]＋[control]＋(←or→)　,you can change the order of tabs in the browser so easily.&lt;/p&gt;

&lt;p&gt;Here's a short movie of this app's &lt;a href="https://www.youtube.com/watch?v=A1X3geKtF8A" rel="noopener noreferrer"&gt;demo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3.&lt;a href="https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=ja" rel="noopener noreferrer"&gt;Vimium&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Vimium is a Chrome extension that allows you to create shortcuts to almost every link in the browser.&lt;br&gt;
Tap [f] or [shift]＋[f],then you will see yellow shortcut keys to every link in the web page. (see down below)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fswsopt96o3l3kc3889hb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fswsopt96o3l3kc3889hb.png" alt="Image description" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Goodbye to those days you were mashing [tab] key not to use a mouse.&lt;/p&gt;

&lt;p&gt;Thanks to the ones who created those 3 nice services.&lt;/p&gt;

</description>
      <category>vim</category>
    </item>
  </channel>
</rss>
