<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web Development on runaho.dev</title><link>https://52b71935.runaho-dev.pages.dev/tags/web-development/</link><description>Recent content in Web Development on runaho.dev</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 15 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://52b71935.runaho-dev.pages.dev/tags/web-development/index.xml" rel="self" type="application/rss+xml"/><item><title>My 10-Day Journey of Learning Go: Building Web Apps and More!</title><link>https://52b71935.runaho-dev.pages.dev/engineering/my-go-learning-journey/</link><pubDate>Sun, 15 Oct 2023 00:00:00 +0000</pubDate><guid>https://52b71935.runaho-dev.pages.dev/engineering/my-go-learning-journey/</guid><description>&lt;p&gt;I learned Go in 10 days — here&amp;rsquo;s exactly what I built and how.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Getting Started with Go&lt;/strong&gt; (Day 1-2)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I started my journey by immersing myself in Go. For the first couple of days, I watched tutorial videos, read documentation, and practiced the basics of Go syntax for about 6 hours each day. I was pleasantly surprised by how intuitive and simple the language was, making it easy to grasp the fundamentals quickly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=YHkBmxpCFAg" target="_blank" rel="noreferrer"&gt;A Tour of Go for the C# Developer - Jeremy Clark - NDC London 2021&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to Use Session in .NET Core?</title><link>https://52b71935.runaho-dev.pages.dev/engineering/dotnet-core-session/</link><pubDate>Thu, 25 Nov 2021 00:00:00 +0000</pubDate><guid>https://52b71935.runaho-dev.pages.dev/engineering/dotnet-core-session/</guid><description>&lt;p&gt;Hello, in this article we will look at how we can use session with .net core.&lt;/p&gt;
&lt;p&gt;If you, like me, have spent a lot of time with the .net framework for a long time, and a session is a must.&lt;/p&gt;
&lt;h2 id="so-lets-see-how-to-implement-session-in-net-core" class="relative group"&gt;So let’s see how to implement Session in Net Core &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#so-lets-see-how-to-implement-session-in-net-core" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;To use Session in .Net Core, we first need to go to Startup.cs and find the ConfigureServices Method.&lt;/p&gt;</description></item></channel></rss>