<?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>Forem: Maisa</title>
    <description>The latest articles on Forem by Maisa (@mai2aa).</description>
    <link>https://forem.com/mai2aa</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%2F1487047%2F42c7a30a-c2a4-48ef-9a60-bd30507e1415.jpeg</url>
      <title>Forem: Maisa</title>
      <link>https://forem.com/mai2aa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mai2aa"/>
    <language>en</language>
    <item>
      <title>Building My First Static Website</title>
      <dc:creator>Maisa</dc:creator>
      <pubDate>Wed, 10 Jul 2024 22:59:04 +0000</pubDate>
      <link>https://forem.com/mai2aa/building-my-first-static-website-46h9</link>
      <guid>https://forem.com/mai2aa/building-my-first-static-website-46h9</guid>
      <description>&lt;p&gt;Intro:&lt;/p&gt;

&lt;p&gt;I first became aware of a company website as important strategic tool when I took a marketing course, for big corporations like construction firms. One of the ideas that struck me with inspiration was over-comming my fear to build a static website, an actual one this time - for Toucsan:-). The initially very scary prospect of really turned into something where I learned so much in the months following doing it, that after all is said and done my taste for web development was greatly heightened.&lt;/p&gt;

&lt;p&gt;The Process:&lt;/p&gt;

&lt;p&gt;The process started with ideation - researching everything about Toucsan, their industry and customer base. Afterwards, I began exploring the technical and necessary technologies in order to make my vision reality. The mockup design was an essential step during which I could layout the structure and visual styles before being on the coding phase.&lt;/p&gt;

&lt;p&gt;The real test of its capabilities came with the actual build. Inspired by the "step-by-step tutorials" that make VLC app-making seem like a piece of cake, I still decided to give it another shot. I losttrack of how many times I got frustrated styling, structuring and integrating features. But as I cleared each hurdle, my confidence and ablilities expanded.&lt;/p&gt;

&lt;p&gt;One of the biggest challenges was ensuring the website was mobile-friendly. Implementing responsive design using media queries was a whole new skill set I had to develop. But seeing the site adapt seamlessly to different screen sizes was incredibly rewarding.&lt;/p&gt;

&lt;p&gt;Reflections:&lt;br&gt;
While the final product may not have been perfect, I'm proud of what I accomplished. This first static website build was an invaluable learning experience. I now have a deeper understanding of web development fundamentals, from front-end architecture to user experience design.&lt;/p&gt;

&lt;p&gt;Most importantly, this project has inspired me to keep building. The sense of accomplishment I felt upon completing Toucsan's website has fueled my passion for coding. I'm excited to take on more projects and continue honing my skills as a web developer.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbdm7mt6m26rvthwzlxic.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbdm7mt6m26rvthwzlxic.png" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conclusion:&lt;br&gt;
Building my first static website for Toucsan Construction was a formative experience that has left a lasting impact. What began as an ambitious goal became an empowering journey of learning, problem-solving, and personal growth. I'm grateful for the lessons learned and the motivation to keep evolving as a web developer.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>staticwebapps</category>
      <category>webdev</category>
    </item>
    <item>
      <title>What happens when you type "https://www.google.com" and press enter</title>
      <dc:creator>Maisa</dc:creator>
      <pubDate>Sun, 12 May 2024 22:13:27 +0000</pubDate>
      <link>https://forem.com/mai2aa/what-happens-when-you-type-httpswwwgooglecom-and-press-enter-5b5l</link>
      <guid>https://forem.com/mai2aa/what-happens-when-you-type-httpswwwgooglecom-and-press-enter-5b5l</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Introduction&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Until recently, I never questioned myself what happens behind the scenes whenever I search for a website and press enter, However gaining the knowledge about all of these steps right now makes me want to explain it in a way that's accessible to everyone.&lt;br&gt;
Normally when you see this question and if you have no idea about the answer your basic answer would be that after I press enter I receive a page that I searched for but this actually not the case, there's much more to it, it goes through certain steps just to get you the page you see when you click enter, and these steps are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DNS request&lt;/li&gt;
&lt;li&gt;TCP/IP&lt;/li&gt;
&lt;li&gt;Firewall&lt;/li&gt;
&lt;li&gt;HTTPS/SSL&lt;/li&gt;
&lt;li&gt;Load-balancer&lt;/li&gt;
&lt;li&gt;Web server&lt;/li&gt;
&lt;li&gt;Application server&lt;/li&gt;
&lt;li&gt;Database&lt;/li&gt;
&lt;li&gt;Rendering
## &lt;strong&gt;DNS request&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simply the network devices are identified by their IP adderesses not their names, that's why when we initiate a website search, the first step is sending a request to the DNS (Domain Name System) server to look for the IP address of the domain name (which in this case is "google").&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi7z1b4wsy7cxx2wvxzix.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi7z1b4wsy7cxx2wvxzix.jpg" alt="Image description" width="798" height="310"&gt;&lt;/a&gt;&lt;br&gt;
The DNS server acts as a directory that maps domain names to their respective IP addresses.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;TCP/IP&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Since we got the IP address from the previous step, now the computer(client) will use the IP to connect to the server just through the TCP(Transmission Control Protocol) connection.&lt;br&gt;
To make it clear to you the TCP/IP acts as a reliable messenger that ensures excellent communication between your device and the destination server, working as a bridge that securely deliver your requests and receives respones and this only happens between your device and the destination server with no one in between.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Firewall&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The device you are using may has a firewall as well as the server might have a firewall too, so this firewall checks if the request is allowed, and if everything is okay here and there it allows the connection.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;HTTPS/SSL&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Using HTTPS (HyperText Transfer Protocol Secure) makes sure the data transfered is secure by encoding the data using the methods SSL or TLS.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Load-balancer&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Since there might be multiple servers, the load-balancer makes sure that the request get to the right server, ensuring that no server will get busy with requests just to give the best experience to the client.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Web server&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The web server basically handles the HTTP request, decide the action that will be executed then communicate with the application server and deliver web content to the clients&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Application server&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The application server is exactly where the execution of the request is made, interacts with the database and prepare the response to be sent&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Database&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This is where data is stored, retrieved, and managed, ensuring that your search query is successfully executed&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Rendering&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After the response is sent to your browser, the browser renders the HTML, CSS and Javascript to give you the page you see on the screen.&lt;/p&gt;

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

&lt;p&gt;Isn't it very interesting?  the fact that all these steps &lt;br&gt;
 starting from DNS request to Rendering happens without people noticing any of it, literally in a blink of an eye. Understanding all these underlying processes should get you to appreaciate and love the world of web development.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>learning</category>
      <category>google</category>
    </item>
  </channel>
</rss>
