<?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: Ariful Haque</title>
    <description>The latest articles on DEV Community by Ariful Haque (@arifulhb).</description>
    <link>https://dev.to/arifulhb</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%2F627702%2F2806889d-55e5-4ca8-95b0-d2296d5636b9.jpg</url>
      <title>DEV Community: Ariful Haque</title>
      <link>https://dev.to/arifulhb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arifulhb"/>
    <language>en</language>
    <item>
      <title>A Complete Docker based development environment for Laravel &amp; PHP</title>
      <dc:creator>Ariful Haque</dc:creator>
      <pubDate>Sun, 16 May 2021 08:08:55 +0000</pubDate>
      <link>https://dev.to/arifulhb/a-complete-docker-based-development-environment-for-laravel-php-10o4</link>
      <guid>https://dev.to/arifulhb/a-complete-docker-based-development-environment-for-laravel-php-10o4</guid>
      <description>&lt;p&gt;&lt;strong&gt;Laravel Docker App&lt;/strong&gt; is a complete Laravel, PHP Development environment that is very similar to production environment. This has separate &lt;code&gt;nginx&lt;/code&gt;, &lt;code&gt;app&lt;/code&gt;, &lt;code&gt;MySQL&lt;/code&gt;, &lt;code&gt;Redis&lt;/code&gt;, &lt;code&gt;queue&lt;/code&gt; and &lt;code&gt;scheduler&lt;/code&gt; services to make the development environment most similar to a production environment.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/arifulhb" rel="noopener noreferrer"&gt;
        arifulhb
      &lt;/a&gt; / &lt;a href="https://github.com/arifulhb/laravel-docker-app" rel="noopener noreferrer"&gt;
        laravel-docker-app
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A complete Laravel, PHP Docker based development environment with individual Nginx, Web app, Queue, Scheduler, Redis containers.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Laravel-Docker-App&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Laravel, PHP7.3, Nginx, MySQL 5.7, Redis Docker Container&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;A complete Laravel, PHP Development environment that is very similar to production environment.&lt;/p&gt;
&lt;p&gt;Docker Compose based &lt;strong&gt;Laravel development environment&lt;/strong&gt; with individual &lt;strong&gt;App&lt;/strong&gt; &lt;em&gt;(Laravel app)&lt;/em&gt;, &lt;strong&gt;Nginx&lt;/strong&gt;, &lt;strong&gt;Database&lt;/strong&gt; &lt;em&gt;(MySQL)&lt;/em&gt;, &lt;strong&gt;Queue&lt;/strong&gt;, &lt;strong&gt;Scheduler&lt;/strong&gt;, &lt;strong&gt;Redis&lt;/strong&gt;  services.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Installation&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Install Laravel&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;Clone the repo at your development machine. Go to your &lt;em&gt;Laravel Docker&lt;/em&gt; directory. Then Run this&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;sh install
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;A bash script will download latest Laravel zip and then unzip the Laravel project into the &lt;code&gt;app&lt;/code&gt; directory.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Update Laravel Version&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;To update Laravel version before installaiton, edit the &lt;code&gt;install&lt;/code&gt; file in root directory.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Docker Container management&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Build containers&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;Run this to build your docker containers for each services (&lt;em&gt;app, database, queue, scheduler, redis&lt;/em&gt;).&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;docker-compose build
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Run the containers&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;docker-compose up
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;To run the services at background&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;docker-compose up -d
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;SSH into your app console&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;To &lt;strong&gt;install Laravel&lt;/strong&gt;, &lt;em&gt;generate app key&lt;/em&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/arifulhb/laravel-docker-app" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  Why Laravel Docker App?
&lt;/h2&gt;

&lt;p&gt;There are many other docker images are available in GitHub for Laravel app development. But most of them are either too complicated, very heavy image size, or doesn't allow to run &lt;code&gt;Queue&lt;/code&gt; in Redis or manually need to test scheduler by running &lt;code&gt;php artisan&lt;/code&gt; command. To overcome these issues, I worked on this Docker Compose structure to run the App, Queue and scheduler in different services where Nginx, MySQL and Redis services are shared where needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to start
&lt;/h2&gt;

&lt;h3&gt;
  
  
  For new project.
&lt;/h3&gt;

&lt;p&gt;For new project, first you need to &lt;a href="https://github.com/arifulhb/laravel-docker-app" rel="noopener noreferrer"&gt;clone the repo&lt;/a&gt; from Github&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/arifulhb/laravel-docker-app.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and then need to run &lt;code&gt;sh install&lt;/code&gt; from the rood directory of the cloned project. It will download Laravel and unzip in a new directory which is called &lt;code&gt;app&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fsxrp03s03kzilg8emqpj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fsxrp03s03kzilg8emqpj.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After the directory is created, need to run  the command bellow to build the images.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker-compose build
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A full set of commands to manage docker containers can be found in the &lt;code&gt;Readme.md&lt;/code&gt; &lt;a href="https://github.com/arifulhb/laravel-docker-app#readme" rel="noopener noreferrer"&gt;file&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  For existing project
&lt;/h3&gt;

&lt;p&gt;For existing project, you need to copy the project directory into the newly cloned directory and rename the project folder name &lt;code&gt;app&lt;/code&gt;. If you want to rename the project directory to something else, you need to update the &lt;code&gt;docker-compose&lt;/code&gt; file and &lt;code&gt;Dockerfile.dev&lt;/code&gt; files in the &lt;code&gt;docker/images/*&lt;/code&gt; directory.&lt;/p&gt;

&lt;h3&gt;
  
  
  Run the containers
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  docker-compose up
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To run the services at background&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  docker-compose up -d
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Image of running containers.
&lt;/h4&gt;

&lt;p&gt;Run &lt;code&gt;docker ps&lt;/code&gt; to see the containers running in background.&lt;br&gt;
&lt;a href="https://media.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%2F0e3gsq6st2e1lwn23918.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F0e3gsq6st2e1lwn23918.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Run &lt;code&gt;docker stats&lt;/code&gt; to see the memory and cpu usages of the containers.&lt;br&gt;
&lt;a href="https://media.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%2F0oht3pvunrmagowkwsar.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F0oht3pvunrmagowkwsar.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  SSH into your app console
&lt;/h3&gt;

&lt;p&gt;To &lt;strong&gt;install Laravel&lt;/strong&gt;, &lt;em&gt;generate app key&lt;/em&gt; and &lt;em&gt;run migrations&lt;/em&gt;, you need to ssh to your app container service. To ssh to your app container, run this.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker-compose exec app sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will take you to &lt;code&gt;/var/www/app&lt;/code&gt; path inside your &lt;code&gt;app&lt;/code&gt; service container. Now you can run your &lt;code&gt;composer install&lt;/code&gt; and other Laravel or PHP specific commands there.&lt;/p&gt;

&lt;p&gt;To ssh into other containers, replace the &lt;code&gt;app&lt;/code&gt; with other container name as &lt;code&gt;scheduler&lt;/code&gt;, &lt;code&gt;queue&lt;/code&gt;. e.g.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker-compose exec queue sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Stop running containers
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker-compose stop
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Environment Variables
&lt;/h2&gt;

&lt;h4&gt;
  
  
  PHP
&lt;/h4&gt;

&lt;p&gt;If you want to change, enable/disable any PHP settings, you can change them in &lt;code&gt;./docker/config/php/php-ini-development.ini&lt;/code&gt; file and then &lt;code&gt;build&lt;/code&gt; and &lt;code&gt;up&lt;/code&gt; the container again.&lt;/p&gt;

&lt;h4&gt;
  
  
  MySQL
&lt;/h4&gt;

&lt;p&gt;MySQL username, password can be changed from &lt;code&gt;docker-compose.yml&lt;/code&gt; file. Fin the &lt;code&gt;environment&lt;/code&gt; section under &lt;code&gt;mysql&lt;/code&gt;. Change the value and build the mysql image again with &lt;code&gt;docker-compose build mysql&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  environment:
    MYSQL_DATABASE: app
    MYSQL_ROOT_PASSWORD: root
    MYSQL_USER: admin
    MYSQL_PASSWORD: secret
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After you change the value and build, you need to restart the mysql service &lt;code&gt;docker-compose up mysql&lt;/code&gt; to make it affective. &lt;/p&gt;

&lt;h4&gt;
  
  
  Nginx
&lt;/h4&gt;

&lt;p&gt;If you want to change Nginx web host configurations, you can find the file at &lt;code&gt;./docker/images/web/sites/default.dev.conf&lt;/code&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Storage and Logs
&lt;/h4&gt;

&lt;p&gt;This Laravel-docker-app leverage the power of &lt;code&gt;docker volume&lt;/code&gt; and store some the docker container data at your host machine. Here is the details of folder structure and what data it contain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;./docker/data/mysql&lt;/code&gt; contain mysql database files&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;./docker/data/redis&lt;/code&gt; contain redis database file&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;./docker/data/web&lt;/code&gt; contain nginx webserver logs
#### Connecting MySQL with local desktop client.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;host: 0.0.0.0
username: root
password: root
port: 33066
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why of Laravel-docker-app
&lt;/h2&gt;

&lt;p&gt;At the moment, there are many other Laravel Docker github repo or packages available, so why this new package again? Here I'll list few of my points:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;This docker app images is based on &lt;code&gt;alpine&lt;/code&gt; based PHP image, which makes it very light weight.&lt;/li&gt;
&lt;li&gt;This is built on service based architecture. Usually for Laravel application, there should be &lt;code&gt;Queue&lt;/code&gt; and &lt;code&gt;cron&lt;/code&gt; running on behind. In this system, you can run &lt;code&gt;Queue&lt;/code&gt;, &lt;code&gt;Scheduler&lt;/code&gt; container separately and Queue will listen to a separate &lt;code&gt;Redis&lt;/code&gt; database. &lt;/li&gt;
&lt;li&gt;It's the most compatible with production environment. Very easily this can be converted to a production grade, scalable service.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Browse your site locally
&lt;/h2&gt;

&lt;p&gt;You can find your site running at &lt;a href="http://localhost" rel="noopener noreferrer"&gt;http://localhost&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;If you have any question, you can ask me in the comment or create an issue in the repo. If you have any improvement suggestion, a PR in the repo is most welcome. &lt;br&gt;
I'd be really encouraged if I receive &lt;strong&gt;Star&lt;/strong&gt; and &lt;strong&gt;Forks&lt;/strong&gt; in the repo and &lt;strong&gt;Like&lt;/strong&gt; in the article.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>docker</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to receive $1000 AWS Active Credit for your side project or startup</title>
      <dc:creator>Ariful Haque</dc:creator>
      <pubDate>Sat, 08 May 2021 10:37:11 +0000</pubDate>
      <link>https://dev.to/arifulhb/how-to-receive-1000-aws-active-credit-for-your-side-project-or-startup-23j5</link>
      <guid>https://dev.to/arifulhb/how-to-receive-1000-aws-active-credit-for-your-side-project-or-startup-23j5</guid>
      <description>&lt;p&gt;I've signed up with AWS in 2015 and all of my free-tire credits are exhausted few years ago. But that didn't stop me for using AWS with my own money.&lt;/p&gt;

&lt;p&gt;I am running three different websites &lt;em&gt;(all hobby projects)&lt;/em&gt; in four &lt;code&gt;t3.small&lt;/code&gt; &lt;strong&gt;EC2&lt;/strong&gt; instances with one &lt;strong&gt;RDS&lt;/strong&gt; instance in similar &lt;code&gt;t3.small&lt;/code&gt; instance, one &lt;strong&gt;Application Load Balancer&lt;/strong&gt;, &lt;strong&gt;ECS&lt;/strong&gt; and using few other services. On average I was paying around $100_(+-$10)_ in every month.&lt;/p&gt;

&lt;p&gt;Few months ago I learned about &lt;a href="https://aws.amazon.com/activate/" rel="noopener noreferrer"&gt;AWS Active&lt;/a&gt; program, which actually help developers and startups to by allowing them to use AWS services and resources freely by providing free AWS Credit. I wasn't quite sure if my startup/side project &lt;a href="https://www.laptoplist.com" rel="noopener noreferrer"&gt;LaptopList.com&lt;/a&gt; can be eligible for applying the credits as its just a website I coded myself and deployed to AWS. But I decided to apply for the fund anyway.&lt;/p&gt;

&lt;p&gt;Here I'll explain &lt;strong&gt;how you can apply for the fund and possibly save $1000&lt;/strong&gt; for your hobby project bills in AWS.&lt;/p&gt;

&lt;h3&gt;
  
  
  Applying for Active Fund
&lt;/h3&gt;

&lt;p&gt;To apply for the fund, you'll definitely need an active AWS account.&lt;br&gt;
&lt;a href="https://media.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%2Fb4soond5hilc48xptq75.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fb4soond5hilc48xptq75.png" alt="Apply Now"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Use the &lt;em&gt;Apply Now&lt;/em&gt; button to initiate your application. It will redirect you to sign in to AWS. After sign in, you'll see two different category and you need to pick which category you are in. I've selected &lt;em&gt;Founders package&lt;/em&gt;. Bonus is, if you are the developer of the product, you'll get $300 as &lt;em&gt;Developers Credit&lt;/em&gt;, which I have also received.&lt;br&gt;
&lt;a href="https://media.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%2Flok05o5nd7wcdngx4stw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Flok05o5nd7wcdngx4stw.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 1
&lt;/h5&gt;

&lt;p&gt;After choosing your category, you'll see a page which looks similar and it will ask you to verify your account and opt for  applying the credit to currently logged-in account.&lt;br&gt;
&lt;a href="https://media.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%2Fzbtjrcq78haybcwsjweh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fzbtjrcq78haybcwsjweh.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 2
&lt;/h5&gt;

&lt;p&gt;In the step two, you'll need to provide some more information about your startup like Company name, Location, Profile, When founded, how many peoples working, if you already have any funding &lt;em&gt;(I didn't had any)&lt;/em&gt;. &lt;br&gt;
Then you'll need to mention about your product, and which AWS services you are using.&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 3
&lt;/h5&gt;

&lt;p&gt;In step 3, it's just information about you, your contact info, role in the startup/product, your LinkedIn profile, etc and thats it.&lt;/p&gt;

&lt;p&gt;Once you successfully complete the application, they'll say it will take around 7-10 business days to review your application and then they'll send update about your application status. But it took only 3 days for my application.&lt;/p&gt;

&lt;h3&gt;
  
  
  Receiving the fund
&lt;/h3&gt;

&lt;p&gt;Once I received the email about my application getting approved, I Logged into my AWS console and visited &lt;code&gt;AWS Billing Dashboard &amp;gt; Credit&lt;/code&gt; and saw this beautiful data there.&lt;br&gt;
&lt;a href="https://media.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%2Fw39i4x2km6ptjt9e38g7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fw39i4x2km6ptjt9e38g7.png" alt="AWS Billing Console"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;I hope the information provided here will help you to submit your application and I wish you best of luck. Please don't forget to share in the comment if you received your AWS Credits and also comment if you have any question. I'll try my best to help you as much I can.&lt;/p&gt;

&lt;p&gt;If you feel this article can be helpful, please like and share the article in your community.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>sideprojects</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
