<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Http on Tobys Portfolio</title><link>https://portfolio.obli.dk/tags/http/</link><description>Recent content in Http on Tobys Portfolio</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Mar 2026 14:00:00 +0100</lastBuildDate><atom:link href="https://portfolio.obli.dk/tags/http/index.xml" rel="self" type="application/rss+xml"/><item><title>REST API Introduction - From Database to Endpoints</title><link>https://portfolio.obli.dk/posts/week5-rest-api/</link><pubDate>Sun, 01 Mar 2026 14:00:00 +0100</pubDate><guid>https://portfolio.obli.dk/posts/week5-rest-api/</guid><description>&lt;h1 id="rest-api-introduction---from-database-to-endpoints"&gt;REST API Introduction - From Database to Endpoints&lt;/h1&gt;
&lt;p&gt;This week was where the project started to feel like an actual application instead of “just” a backend connected to a database.&lt;/p&gt;
&lt;p&gt;Up until this point, I had mostly been working with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;entities&lt;/li&gt;
&lt;li&gt;DAOs&lt;/li&gt;
&lt;li&gt;JPA&lt;/li&gt;
&lt;li&gt;database relations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But this week, I had to expose that functionality through a &lt;strong&gt;REST API&lt;/strong&gt; using &lt;strong&gt;Javalin&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That meant turning internal Java logic into something that could be accessed through HTTP requests and JSON responses.&lt;/p&gt;</description></item><item><title>Data Integration - External APIs</title><link>https://portfolio.obli.dk/posts/week4-data-integration/</link><pubDate>Sun, 22 Feb 2026 14:00:00 +0100</pubDate><guid>https://portfolio.obli.dk/posts/week4-data-integration/</guid><description>&lt;h1 id="data-integration---working-with-external-apis"&gt;Data Integration - Working with External APIs&lt;/h1&gt;
&lt;p&gt;This week was my first real introduction to integrating external data into a backend system, and honestly, it was a bit of a mindset shift.&lt;/p&gt;
&lt;p&gt;Up until this point, everything I had built was self-contained:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;my own database&lt;/li&gt;
&lt;li&gt;my own entities&lt;/li&gt;
&lt;li&gt;my own logic&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But now, suddenly, my application had to &lt;strong&gt;rely on someone else&amp;rsquo;s system&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="from-isolated-systems-to-connected-systems"&gt;From isolated systems to connected systems&lt;/h2&gt;
&lt;p&gt;The biggest realization for me this week was:&lt;/p&gt;</description></item></channel></rss>