<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Alexandru Bucur</title>
    <link>https://alexandrubucur.com/</link>
    <description>Recent content on Alexandru Bucur</description>
    <image>
      <title>Alexandru Bucur</title>
      <url>https://alexandrubucur.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://alexandrubucur.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sun, 20 Aug 2023 20:08:51 +0200</lastBuildDate><atom:link href="https://alexandrubucur.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Simple UUID wrapper for MySQL in Go that covers UUID to BIN conversion</title>
      <link>https://alexandrubucur.com/tech/2023/simple-uuid-wrapper-for-mysql-in-go-that-covers-uuid-to-bin-conversion/</link>
      <pubDate>Sun, 20 Aug 2023 20:08:51 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2023/simple-uuid-wrapper-for-mysql-in-go-that-covers-uuid-to-bin-conversion/</guid>
      <description>Here&amp;rsquo;s a quick snippet you can use to create a custom type that maps an UUID to a Binary(16) representation in MySQL.
I assume this is not present in gofrs/uuid since it&amp;rsquo;s database specific, but having NullUUID available is an easy &amp;lsquo;inspiration&amp;rsquo; opportunity ;).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 import ( &amp;#34;database/sql/driver&amp;#34; &amp;#34;github.</description>
    </item>
    
    <item>
      <title>Are Dev Containers the future for local development environments?</title>
      <link>https://alexandrubucur.com/tech/2023/are-dev-containers-the-future-for-local-development-environments/</link>
      <pubDate>Wed, 02 Aug 2023 20:08:51 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2023/are-dev-containers-the-future-for-local-development-environments/</guid>
      <description>TLDR: Maybe, but it&#39;s still a bit clunky. What are Dev Containers you might ask? Elementary, my dear Watson* / fellow developer.
It&amp;rsquo;s a fancy way of using container images as a full blown development environment. You can read containers.dev for more details, but the key IMHO that is missing on the homepage, is that it can run actual compose.yaml (popularised by docker-compose) as an entry point.
You can consider this post a follow up A Go(lang) journey in live reload and pretty panics.</description>
    </item>
    
    <item>
      <title>My first book review: The Pragmatic Programmer</title>
      <link>https://alexandrubucur.com/tech/2023/my-first-book-review-the-pragmatic-programmer/</link>
      <pubDate>Mon, 12 Jun 2023 22:08:51 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2023/my-first-book-review-the-pragmatic-programmer/</guid>
      <description>TLDR: Read it, it&#39;s good. I never did a book review, but since I wanted to improve my writing skills, there is no better time to start than now. Thanks to a lovely co-worker setting up a book club (Hi Max), my reading of programming books became a bit more structured.
This is the second book of the year, the first one being The Staff Engineer’s Path, but I’ll pretend my array’s start at 1.</description>
    </item>
    
    <item>
      <title>A Go(lang) journey in live reload and pretty panics</title>
      <link>https://alexandrubucur.com/tech/2023/a-golang-journey-in-live-reload-and-pretty-panics/</link>
      <pubDate>Wed, 03 May 2023 21:05:51 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2023/a-golang-journey-in-live-reload-and-pretty-panics/</guid>
      <description>TLDR: Use docker + cosmtrek/air + panicparse One of my passions is DX, and while I&amp;rsquo;m not always getting it right, the enjoyment is there to make people&amp;rsquo;s lives a little bit more productive.
Some context Coming from a predominantly PHP background, at least in my bubble, having &amp;ldquo;pretty&amp;rdquo; error messages when doing development is pretty much a given.
Regardless of the framework you might be using all of them use php.</description>
    </item>
    
    <item>
      <title>Simple Script to Generate Color Scheme Switchable Css</title>
      <link>https://alexandrubucur.com/tech/2023/simple-script-to-generate-color-scheme-switchable-css/</link>
      <pubDate>Wed, 03 May 2023 21:05:51 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2023/simple-script-to-generate-color-scheme-switchable-css/</guid>
      <description>While I was working on yet another secret project that will probably never see the light of day, I wanted to blog about the experience of bootstrapping the project. As any developer, that means that instead of writing that blog post, I had to dust off my website theme, update hugo, and do other fixes.
I&amp;rsquo;ve settled on PaperMod as the theme, since it&amp;rsquo;s simple and to the point, and it also changes the style based on the preferred color scheme.</description>
    </item>
    
    <item>
      <title>50 Shades of Gray - Are Standups Good or Not</title>
      <link>https://alexandrubucur.com/tech/2021/50-shades-of-gray-are-standups-good-or-not/</link>
      <pubDate>Sun, 03 Oct 2021 16:29:46 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2021/50-shades-of-gray-are-standups-good-or-not/</guid>
      <description>50 Shades of Gray - Are Standups Good or Not</description>
    </item>
    
    <item>
      <title>Slow cooked ribs are my preferred comfort food by far.</title>
      <link>https://alexandrubucur.com/cooking/2021/slow-cooked-ribs-are-my-preferred-comfort-food-by-far./</link>
      <pubDate>Sun, 29 Aug 2021 11:33:05 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/slow-cooked-ribs-are-my-preferred-comfort-food-by-far./</guid>
      <description>Slow cooked ribs are my preferred comfort food by far.
Did a mix of beef and pork ribs, lightly seasoned with pepper and paprika, together with onion</description>
    </item>
    
    <item>
      <title>Sometimes a simple(ish) omlette does wonders, even if it&#39;s not</title>
      <link>https://alexandrubucur.com/cooking/2021/sometimes-a-simpleish-omlette-does-wonders-even-if-its-not/</link>
      <pubDate>Mon, 16 Aug 2021 21:48:48 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/sometimes-a-simpleish-omlette-does-wonders-even-if-its-not/</guid>
      <description>Sometimes a simple(ish) omlette does wonders, even if it&amp;#39;s not perfect.
&amp;#39;cheated&amp;#39; a bit and added some milk and pesto cheese in the batter since I go</description>
    </item>
    
    <item>
      <title>Is mid day shaorma 🥙 a good idea?</title>
      <link>https://alexandrubucur.com/cooking/2021/is-mid-day-shaorma-a-good-idea/</link>
      <pubDate>Fri, 30 Jul 2021 20:41:29 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/is-mid-day-shaorma-a-good-idea/</guid>
      <description>Is mid day shaorma 🥙 a good idea?
Did a quick fresh shaorma for lunch (quick in relative terms, I was ill prepared so the prep took ages). </description>
    </item>
    
    <item>
      <title>Golang Datetime Cheatsheet from strftime*</title>
      <link>https://alexandrubucur.com/tech/2021/golang-datetime-cheatsheet-from-strftime/</link>
      <pubDate>Sun, 25 Jul 2021 13:31:31 +0200</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2021/golang-datetime-cheatsheet-from-strftime/</guid>
      <description>Golang Datetime Format 101</description>
    </item>
    
    <item>
      <title>A light afternoon dish.</title>
      <link>https://alexandrubucur.com/cooking/2021/a-light-afternoon-dish./</link>
      <pubDate>Sat, 24 Jul 2021 15:06:24 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/a-light-afternoon-dish./</guid>
      <description>A light afternoon dish.</description>
    </item>
    
    <item>
      <title>Slow cooked beef with sauteed green beans.</title>
      <link>https://alexandrubucur.com/cooking/2021/slow-cooked-beef-with-sauteed-green-beans./</link>
      <pubDate>Sun, 18 Jul 2021 10:23:43 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/slow-cooked-beef-with-sauteed-green-beans./</guid>
      <description>Slow cooked beef with sauteed green beans.
A cheap cut is always good when slow cooked, together with some light seasoning with paprika, salt and pep</description>
    </item>
    
    <item>
      <title>Lazy Sunday means a slow cooked pork in the oven </title>
      <link>https://alexandrubucur.com/cooking/2021/lazy-sunday-means-a-slow-cooked-pork-in-the-oven/</link>
      <pubDate>Sun, 27 Jun 2021 15:21:37 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/lazy-sunday-means-a-slow-cooked-pork-in-the-oven/</guid>
      <description>Lazy Sunday means a slow cooked pork in the oven for 6 hours :P.
Nothing fancy on the seasoning, just some rosemary and paprika (normal and smoked) w</description>
    </item>
    
    <item>
      <title>First time I ever fried the rice. Otherwise pretty easy </title>
      <link>https://alexandrubucur.com/cooking/2021/first-time-i-ever-fried-the-rice.-otherwise-pretty-easy/</link>
      <pubDate>Fri, 21 May 2021 20:53:30 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/first-time-i-ever-fried-the-rice.-otherwise-pretty-easy/</guid>
      <description>First time I ever fried the rice. Otherwise pretty easy with mushrooms, leek and chicken.
#homecooking #cooking #amateurchef</description>
    </item>
    
    <item>
      <title>Sometimes it&#39;s good to be slow.</title>
      <link>https://alexandrubucur.com/cooking/2021/sometimes-its-good-to-be-slow./</link>
      <pubDate>Sun, 18 Apr 2021 18:02:27 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/sometimes-its-good-to-be-slow./</guid>
      <description>Sometimes it&amp;#39;s good to be slow. #slowcooking</description>
    </item>
    
    <item>
      <title>Stewish food with a lot of veggies to stay stronk </title>
      <link>https://alexandrubucur.com/cooking/2021/stewish-food-with-a-lot-of-veggies-to-stay-stronk/</link>
      <pubDate>Tue, 23 Mar 2021 21:30:56 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/stewish-food-with-a-lot-of-veggies-to-stay-stronk/</guid>
      <description>Stewish food with a lot of veggies to stay stronk :D.
Bell peppers, carrots, corn, zucchini and onions with some simple  pork meat seasoned lightly w</description>
    </item>
    
    <item>
      <title>How to read metadata easily in powershell with TagLibSharp</title>
      <link>https://alexandrubucur.com/tech/2021/how-to-read-metadata-easily-in-powershell-with-taglibsharp/</link>
      <pubDate>Sun, 21 Mar 2021 07:56:24 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2021/how-to-read-metadata-easily-in-powershell-with-taglibsharp/</guid>
      <description>How to read metadata easily in powershell with TagLibSharp</description>
    </item>
    
    <item>
      <title>Rustic burgers with home made buns(by the wife) , buffolo </title>
      <link>https://alexandrubucur.com/cooking/2021/rustic-burgers-with-home-made-bunsby-the-wife-buffolo/</link>
      <pubDate>Sun, 10 Jan 2021 21:45:09 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/rustic-burgers-with-home-made-bunsby-the-wife-buffolo/</guid>
      <description>Rustic burgers with home made buns(by the wife) , buffolo mozzarella, onions, potatoes and some hidden pickled cucumbers.
#homecooking #easycooking #</description>
    </item>
    
    <item>
      <title>Insta pasta with some interesting pesto made out of kale, </title>
      <link>https://alexandrubucur.com/cooking/2021/insta-pasta-with-some-interesting-pesto-made-out-of-kale/</link>
      <pubDate>Fri, 01 Jan 2021 18:21:24 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2021/insta-pasta-with-some-interesting-pesto-made-out-of-kale/</guid>
      <description>Insta pasta with some interesting pesto made out of kale, brocoli, caju, onion, carrot and garlic.
#homecooking #healthyfood #healthyrecipes #healthy</description>
    </item>
    
    <item>
      <title>Toddler tortilla with chicken, carrot, bell pepper, zucchini, onion and </title>
      <link>https://alexandrubucur.com/cooking/2020/toddler-tortilla-with-chicken-carrot-bell-pepper-zucchini-onion-and/</link>
      <pubDate>Sat, 12 Dec 2020 15:14:05 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/toddler-tortilla-with-chicken-carrot-bell-pepper-zucchini-onion-and/</guid>
      <description>Toddler tortilla with chicken, carrot, bell pepper, zucchini, onion and garlic, lightly seasoned only with dark pepper and a light creme fraiche.
#ho</description>
    </item>
    
    <item>
      <title>Cooking after a long time, keeping it short and simple. </title>
      <link>https://alexandrubucur.com/cooking/2020/cooking-after-a-long-time-keeping-it-short-and-simple./</link>
      <pubDate>Fri, 11 Dec 2020 20:58:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/cooking-after-a-long-time-keeping-it-short-and-simple./</guid>
      <description>Cooking after a long time, keeping it short and simple.
#homecooking #healthyfood</description>
    </item>
    
    <item>
      <title>Why developers should be &#34;lazy&#34;</title>
      <link>https://alexandrubucur.com/tech/2020/why-developers-should-be-lazy/</link>
      <pubDate>Mon, 30 Nov 2020 22:32:36 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2020/why-developers-should-be-lazy/</guid>
      <description>Why developers should be &amp;#34;lazy&amp;#34;</description>
    </item>
    
    <item>
      <title>8 hours slow cooking pork with bacon, sage, rosmarin and </title>
      <link>https://alexandrubucur.com/cooking/2020/8-hours-slow-cooking-pork-with-bacon-sage-rosmarin-and/</link>
      <pubDate>Sun, 11 Oct 2020 19:30:36 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/8-hours-slow-cooking-pork-with-bacon-sage-rosmarin-and/</guid>
      <description>8 hours slow cooking pork with bacon, sage, rosmarin and onions.
#homecooking #cooking #comfortfood</description>
    </item>
    
    <item>
      <title>Healthy food for the greater good (also yummy 😋) Quinoua, </title>
      <link>https://alexandrubucur.com/cooking/2020/healthy-food-for-the-greater-good-also-yummy-quinoua/</link>
      <pubDate>Fri, 09 Oct 2020 22:26:56 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/healthy-food-for-the-greater-good-also-yummy-quinoua/</guid>
      <description>Healthy food for the greater good (also yummy 😋)
Quinoua, sweet pumpkin, corn with oven baked onion and chicken.
#homecooking #ovenbaked #healthy</description>
    </item>
    
    <item>
      <title>Food is good wherever you are.</title>
      <link>https://alexandrubucur.com/cooking/2020/food-is-good-wherever-you-are./</link>
      <pubDate>Thu, 08 Oct 2020 19:51:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/food-is-good-wherever-you-are./</guid>
      <description>Food is good wherever you are. #homecooking #cooking #healthyfood</description>
    </item>
    
    <item>
      <title>Yummy cuscus with chicken, carrot, spring onion and spinach</title>
      <link>https://alexandrubucur.com/cooking/2020/yummy-cuscus-with-chicken-carrot-spring-onion-and-spinach/</link>
      <pubDate>Mon, 27 Apr 2020 18:18:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/yummy-cuscus-with-chicken-carrot-spring-onion-and-spinach/</guid>
      <description>Yummy cuscus with chicken, carrot, spring onion and spinach
#homecooking</description>
    </item>
    
    <item>
      <title>Prok breadcrumb snitzel night with a butter, corn and peas </title>
      <link>https://alexandrubucur.com/cooking/2020/prok-breadcrumb-snitzel-night-with-a-butter-corn-and-peas/</link>
      <pubDate>Sun, 12 Apr 2020 18:56:20 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/prok-breadcrumb-snitzel-night-with-a-butter-corn-and-peas/</guid>
      <description>Prok breadcrumb snitzel night with a butter, corn and peas rice and pickles to balance the fat :) #homecooking #cooking #easyrecipes #5ingredients</description>
    </item>
    
    <item>
      <title>Say no more, 7 hour oven cooked ribs :) #slowcooking </title>
      <link>https://alexandrubucur.com/cooking/2020/say-no-more-7-hour-oven-cooked-ribs-#slowcooking/</link>
      <pubDate>Sat, 11 Apr 2020 17:42:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/say-no-more-7-hour-oven-cooked-ribs-#slowcooking/</guid>
      <description>Say no more, 7 hour oven cooked ribs :) #slowcooking #cooking #easycooking</description>
    </item>
    
    <item>
      <title>Stuffed chicken file with spinach, onion, bacon and cheese with </title>
      <link>https://alexandrubucur.com/cooking/2020/stuffed-chicken-file-with-spinach-onion-bacon-and-cheese-with/</link>
      <pubDate>Wed, 08 Apr 2020 18:30:15 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/stuffed-chicken-file-with-spinach-onion-bacon-and-cheese-with/</guid>
      <description>Stuffed chicken file with spinach, onion, bacon and cheese with a simple tomato sauce  pasta.
#homecooking #italianfood #easycooking #cooking</description>
    </item>
    
    <item>
      <title>Some sort of chilly con carne with onion, carrot, bell </title>
      <link>https://alexandrubucur.com/cooking/2020/some-sort-of-chilly-con-carne-with-onion-carrot-bell/</link>
      <pubDate>Tue, 07 Apr 2020 17:47:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/some-sort-of-chilly-con-carne-with-onion-carrot-bell/</guid>
      <description>Some sort of chilly con carne with onion, carrot, bell pepper, red beans, white beans,chickpeas, corn, kaiser, pork sausage and of course ground beef/</description>
    </item>
    
    <item>
      <title>Burger @ home with a twist. Veal burger with a </title>
      <link>https://alexandrubucur.com/cooking/2020/burger-@-home-with-a-twist.-veal-burger-with-a/</link>
      <pubDate>Mon, 06 Apr 2020 18:01:13 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/burger-@-home-with-a-twist.-veal-burger-with-a/</guid>
      <description>Burger @ home with a twist. Veal burger with a cheddar cheesw filing with home made onion jam, extra cedar cheese and an sour cream sauce with black o</description>
    </item>
    
    <item>
      <title>Oven baked schnitzel with corn flakes, sesame seeds and peanuts </title>
      <link>https://alexandrubucur.com/cooking/2020/oven-baked-schnitzel-with-corn-flakes-sesame-seeds-and-peanuts/</link>
      <pubDate>Sun, 05 Apr 2020 18:22:29 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/oven-baked-schnitzel-with-corn-flakes-sesame-seeds-and-peanuts/</guid>
      <description>Oven baked schnitzel with corn flakes, sesame seeds and peanuts with a simple potato garnish.
#ovenbaked #cooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>A burger a day keeps covid away. #homecooking #cooking #foodisgood </title>
      <link>https://alexandrubucur.com/cooking/2020/a-burger-a-day-keeps-covid-away.-#homecooking-%23cooking-%23foodisgood/</link>
      <pubDate>Wed, 25 Mar 2020 20:06:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/a-burger-a-day-keeps-covid-away.-#homecooking-%23cooking-%23foodisgood/</guid>
      <description>A burger a day keeps covid away. #homecooking #cooking #foodisgood</description>
    </item>
    
    <item>
      <title>Got the chance to cook again with the kid on </title>
      <link>https://alexandrubucur.com/cooking/2020/got-the-chance-to-cook-again-with-the-kid-on/</link>
      <pubDate>Mon, 06 Jan 2020 18:06:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2020/got-the-chance-to-cook-again-with-the-kid-on/</guid>
      <description>Got the chance to cook again with the kid on the floor on his playmat.
#homecooking #easycooking #easyrecipes #ovenbaked #healthyfood</description>
    </item>
    
    <item>
      <title>Trying out Ras el Hanout in a vegetable cuscus (onion, </title>
      <link>https://alexandrubucur.com/cooking/2019/trying-out-ras-el-hanout-in-a-vegetable-cuscus-onion/</link>
      <pubDate>Sun, 29 Dec 2019 18:14:04 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/trying-out-ras-el-hanout-in-a-vegetable-cuscus-onion/</guid>
      <description>Trying out Ras el Hanout in a vegetable cuscus (onion, carrot, bell pepper and broccoli) with some simple oven made chicken tights with red pepper.
#</description>
    </item>
    
    <item>
      <title>Morning start with a light salad. Nothing too fancy, tomatoes, </title>
      <link>https://alexandrubucur.com/cooking/2019/morning-start-with-a-light-salad.-nothing-too-fancy-tomatoes/</link>
      <pubDate>Fri, 01 Nov 2019 07:09:30 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/morning-start-with-a-light-salad.-nothing-too-fancy-tomatoes/</guid>
      <description>Morning start with a light salad. Nothing too fancy, tomatoes, cucumber, three types of cheese :), some cured meat and corn.
#homecooking #cooking #b</description>
    </item>
    
    <item>
      <title>Quick breakfast with a zucchini, carrot, cured pork pseudo omelette. </title>
      <link>https://alexandrubucur.com/cooking/2019/quick-breakfast-with-a-zucchini-carrot-cured-pork-pseudo-omelette./</link>
      <pubDate>Thu, 31 Oct 2019 07:37:11 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/quick-breakfast-with-a-zucchini-carrot-cured-pork-pseudo-omelette./</guid>
      <description>Quick breakfast with a zucchini, carrot, cured pork pseudo omelette.
#homecooking #breakfast #easycooking #easyrecipes #cooking</description>
    </item>
    
    <item>
      <title>This morning&#39;s brunch with lots of mushrooms :) #homecooking #cooking </title>
      <link>https://alexandrubucur.com/cooking/2019/this-mornings-brunch-with-lots-of-mushrooms-#homecooking-%23cooking/</link>
      <pubDate>Tue, 22 Oct 2019 19:38:37 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/this-mornings-brunch-with-lots-of-mushrooms-#homecooking-%23cooking/</guid>
      <description>This morning&amp;#39;s brunch with lots of mushrooms :) #homecooking #cooking #brunch</description>
    </item>
    
    <item>
      <title>Morning fake pizza with a bread base, zucchini, mozzarella, some </title>
      <link>https://alexandrubucur.com/cooking/2019/morning-fake-pizza-with-a-bread-base-zucchini-mozzarella-some/</link>
      <pubDate>Fri, 11 Oct 2019 06:46:33 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/morning-fake-pizza-with-a-bread-base-zucchini-mozzarella-some/</guid>
      <description>Morning fake pizza with a bread base, zucchini, mozzarella, some leftover meatballs, battered egg and cedar cheese.
#homecooking #cooking #breakfast </description>
    </item>
    
    <item>
      <title>Morning breakfast. #homecooking #cooking #easycooking #breakfast </title>
      <link>https://alexandrubucur.com/cooking/2019/morning-breakfast.-#homecooking-%23cooking-%23easycooking-%23breakfast/</link>
      <pubDate>Wed, 09 Oct 2019 06:44:09 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/morning-breakfast.-#homecooking-%23cooking-%23easycooking-%23breakfast/</guid>
      <description>Morning breakfast.
#homecooking #cooking #easycooking #breakfast</description>
    </item>
    
    <item>
      <title>Spinach doesn&#39;t always look pretty but it&#39;s always healthy. Added </title>
      <link>https://alexandrubucur.com/cooking/2019/spinach-doesnt-always-look-pretty-but-its-always-healthy.-added/</link>
      <pubDate>Sun, 15 Sep 2019 19:04:04 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/spinach-doesnt-always-look-pretty-but-its-always-healthy.-added/</guid>
      <description>Spinach doesn&amp;#39;t always look pretty but it&amp;#39;s always healthy. Added in chicken, zucchini and carrots and voila tonight&amp;#39;s dinner.
#homecooking #easycook</description>
    </item>
    
    <item>
      <title>Back on the saddle. Gnocchi with oven baked goose and </title>
      <link>https://alexandrubucur.com/cooking/2019/back-on-the-saddle.-gnocchi-with-oven-baked-goose-and/</link>
      <pubDate>Sat, 14 Sep 2019 17:26:57 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/back-on-the-saddle.-gnocchi-with-oven-baked-goose-and/</guid>
      <description>Back on the saddle. Gnocchi with oven baked goose and red bell peppers, a nice sour cream sauce and sweet corn. Still light on spices because of the b</description>
    </item>
    
    <item>
      <title>&#39;baby food&#39;, trying to keep a diet for the wife </title>
      <link>https://alexandrubucur.com/cooking/2019/baby-food-trying-to-keep-a-diet-for-the-wife/</link>
      <pubDate>Tue, 20 Aug 2019 18:36:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/baby-food-trying-to-keep-a-diet-for-the-wife/</guid>
      <description>&amp;#39;baby food&amp;#39;, trying to keep a diet for the wife so we hopefully skip colics.
Not the most tasteful without spices but I tried to balance that by gril</description>
    </item>
    
    <item>
      <title>Grill night with fresh chicken wrap with chicken brest, grilled </title>
      <link>https://alexandrubucur.com/cooking/2019/grill-night-with-fresh-chicken-wrap-with-chicken-brest-grilled/</link>
      <pubDate>Sun, 18 Aug 2019 18:20:33 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/grill-night-with-fresh-chicken-wrap-with-chicken-brest-grilled/</guid>
      <description>Grill night with fresh chicken wrap with chicken brest, grilled vegetables (zucchini, carrot and red bell pepper) and fresh tomatoes instead of sauce.</description>
    </item>
    
    <item>
      <title>Somebody bought a new grill pan (or better yet &#39;a&#39; </title>
      <link>https://alexandrubucur.com/cooking/2019/somebody-bought-a-new-grill-pan-or-better-yet-a/</link>
      <pubDate>Mon, 12 Aug 2019 18:52:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/somebody-bought-a-new-grill-pan-or-better-yet-a/</guid>
      <description>Somebody bought a new grill pan (or better yet &amp;#39;a&amp;#39; grill pan). I was spoiled tonight by my wife that did all the hard work :). Chicken &amp;#39;chiftele&amp;#39; with</description>
    </item>
    
    <item>
      <title>Simple JSON:API plugin for Nuxt.js</title>
      <link>https://alexandrubucur.com/tech/2019/simple-jsonapi-plugin-for-nuxt.js/</link>
      <pubDate>Sun, 11 Aug 2019 20:26:26 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/simple-jsonapi-plugin-for-nuxt.js/</guid>
      <description>Simple JSON:API plugin for Nuxt.js</description>
    </item>
    
    <item>
      <title>Experiments night that almost bit me. Chicken liver in yogurt </title>
      <link>https://alexandrubucur.com/cooking/2019/experiments-night-that-almost-bit-me.-chicken-liver-in-yogurt/</link>
      <pubDate>Sat, 10 Aug 2019 18:41:58 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/experiments-night-that-almost-bit-me.-chicken-liver-in-yogurt/</guid>
      <description>Experiments night that almost bit me.
Chicken liver in yogurt and milk with a touch of bacon and yellow mushrooms enriched by garlic and piri piri fl</description>
    </item>
    
    <item>
      <title>#musaka night. A nice crispy base done separately, yummy filling </title>
      <link>https://alexandrubucur.com/cooking/2019/#musaka-night.-a-nice-crispy-base-done-separately-yummy-filling/</link>
      <pubDate>Tue, 06 Aug 2019 19:04:42 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#musaka-night.-a-nice-crispy-base-done-separately-yummy-filling/</guid>
      <description>#musaka night. A nice crispy base done separately, yummy filling with lots of veggies (onion, carrots and two types of bell peppers) and just a touch </description>
    </item>
    
    <item>
      <title>Well &#39;somebody&#39; forgot to post last night #comfortfood . Fried </title>
      <link>https://alexandrubucur.com/cooking/2019/well-somebody-forgot-to-post-last-night-#comfortfood-.-fried/</link>
      <pubDate>Tue, 06 Aug 2019 16:20:08 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/well-somebody-forgot-to-post-last-night-#comfortfood-.-fried/</guid>
      <description>Well &amp;#39;somebody&amp;#39; forgot to post last night #comfortfood . Fried potatoes with cheese, mozzarella and olives with some oven baked chicken tights on a be</description>
    </item>
    
    <item>
      <title>Finally a pastry wrapped dish that can be easily dippable. </title>
      <link>https://alexandrubucur.com/cooking/2019/finally-a-pastry-wrapped-dish-that-can-be-easily-dippable./</link>
      <pubDate>Sun, 04 Aug 2019 18:09:54 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/finally-a-pastry-wrapped-dish-that-can-be-easily-dippable./</guid>
      <description>Finally a pastry wrapped dish that can be easily dippable.
The filling is a simple mix of onions (softened a bit with some white wine vinegar) carrot</description>
    </item>
    
    <item>
      <title>Sideprojects Motivations and Goals</title>
      <link>https://alexandrubucur.com/tech/2019/sideprojects-motivations-and-goals/</link>
      <pubDate>Sun, 04 Aug 2019 20:16:20 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/sideprojects-motivations-and-goals/</guid>
      <description>Sideprojects Motivations and Goals</description>
    </item>
    
    <item>
      <title>Full grain fusilli with a nice brocolli, corn and pork </title>
      <link>https://alexandrubucur.com/cooking/2019/full-grain-fusilli-with-a-nice-brocolli-corn-and-pork/</link>
      <pubDate>Fri, 02 Aug 2019 18:14:58 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/full-grain-fusilli-with-a-nice-brocolli-corn-and-pork/</guid>
      <description>Full grain fusilli with a nice brocolli, corn and pork sauce. Added Greek yogurt and cottage cheese to have a bit of sour to balance de corn.
#homeco</description>
    </item>
    
    <item>
      <title>somebody needs a termometre. #homecooking #cooking #easycooking #easyrecipes </title>
      <link>https://alexandrubucur.com/cooking/2019/somebody-needs-a-termometre.-#homecooking-%23cooking-%23easycooking-%23easyrecipes/</link>
      <pubDate>Mon, 29 Jul 2019 17:33:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/somebody-needs-a-termometre.-#homecooking-%23cooking-%23easycooking-%23easyrecipes/</guid>
      <description>somebody needs a termometre.
#homecooking #cooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>Scrapheap challange. Yesterday&#39;s leftovers into today&#39;s dinner. #homecooking #cooking #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/scrapheap-challange.-yesterdays-leftovers-into-todays-dinner.-#homecooking-%23cooking-%23easycooking/</link>
      <pubDate>Fri, 26 Jul 2019 18:22:37 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/scrapheap-challange.-yesterdays-leftovers-into-todays-dinner.-#homecooking-%23cooking-%23easycooking/</guid>
      <description>Scrapheap challange. Yesterday&amp;#39;s leftovers into today&amp;#39;s dinner.
#homecooking #cooking #easycooking #easyrecipes #ovenbaked #leftovers</description>
    </item>
    
    <item>
      <title>Perfect food to cook when tired. Sote some bell peppers </title>
      <link>https://alexandrubucur.com/cooking/2019/perfect-food-to-cook-when-tired.-sote-some-bell-peppers/</link>
      <pubDate>Thu, 25 Jul 2019 18:42:32 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/perfect-food-to-cook-when-tired.-sote-some-bell-peppers/</guid>
      <description>Perfect food to cook when tired.
Sote some bell peppers for the sauce, and make a quick marinate for the chicken wings (ketchup, vinegar, paprika, ch</description>
    </item>
    
    <item>
      <title>Leftovers night with a nice sauce. Fried some extra pork </title>
      <link>https://alexandrubucur.com/cooking/2019/leftovers-night-with-a-nice-sauce.-fried-some-extra-pork/</link>
      <pubDate>Mon, 22 Jul 2019 18:55:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/leftovers-night-with-a-nice-sauce.-fried-some-extra-pork/</guid>
      <description>Leftovers night with a nice sauce. Fried some extra pork and deglaized it with wine, added the leftovers and some wine again, then the chopped up por</description>
    </item>
    
    <item>
      <title>How to Stop requestAnimationFrame in Vuejs / Javascript</title>
      <link>https://alexandrubucur.com/tech/2019/how-to-stop-requestanimationframe-in-vuejs-/-javascript/</link>
      <pubDate>Sat, 20 Jul 2019 12:28:17 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-stop-requestanimationframe-in-vuejs-/-javascript/</guid>
      <description>How to Stop requestAnimationFrame Vuejs Javascript</description>
    </item>
    
    <item>
      <title>Sometimes you learn things the hard way. The sauce is </title>
      <link>https://alexandrubucur.com/cooking/2019/sometimes-you-learn-things-the-hard-way.-the-sauce-is/</link>
      <pubDate>Thu, 18 Jul 2019 18:15:03 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/sometimes-you-learn-things-the-hard-way.-the-sauce-is/</guid>
      <description>Sometimes you learn things the hard way. The sauce is only yogurt based so it had a bit of a tang that the onions and sweet corn didn&amp;#39;t cover that wel</description>
    </item>
    
    <item>
      <title>#vegan cuscus night with broccoli, onions and spicy pumpkin seeds. </title>
      <link>https://alexandrubucur.com/cooking/2019/#vegan-cuscus-night-with-broccoli-onions-and-spicy-pumpkin-seeds./</link>
      <pubDate>Mon, 15 Jul 2019 16:40:30 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#vegan-cuscus-night-with-broccoli-onions-and-spicy-pumpkin-seeds./</guid>
      <description>#vegan cuscus night with broccoli, onions and spicy pumpkin seeds. #homecooking #cooking #easycooking #easyrecipes #healthyfood</description>
    </item>
    
    <item>
      <title>I am happy that we finally have a cooking brush. </title>
      <link>https://alexandrubucur.com/cooking/2019/i-am-happy-that-we-finally-have-a-cooking-brush./</link>
      <pubDate>Sat, 13 Jul 2019 19:20:19 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/i-am-happy-that-we-finally-have-a-cooking-brush./</guid>
      <description>I am happy that we finally have a cooking brush.
Added veggies in the mix as well so it&amp;#39;s also healthy(ish) and the usual refreshing Greek yogurt/cot</description>
    </item>
    
    <item>
      <title>Quick evening dinner #homecooking #cooking #easyrecipes #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/quick-evening-dinner-#homecooking-%23cooking-%23easyrecipes-%23easycooking/</link>
      <pubDate>Thu, 11 Jul 2019 18:19:38 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/quick-evening-dinner-#homecooking-%23cooking-%23easyrecipes-%23easycooking/</guid>
      <description>Quick evening dinner #homecooking #cooking #easyrecipes #easycooking</description>
    </item>
    
    <item>
      <title>Lasagne with a twist night. Bacon, sausage, onion base then </title>
      <link>https://alexandrubucur.com/cooking/2019/lasagne-with-a-twist-night.-bacon-sausage-onion-base-then/</link>
      <pubDate>Mon, 08 Jul 2019 19:25:05 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/lasagne-with-a-twist-night.-bacon-sausage-onion-base-then/</guid>
      <description>Lasagne with a twist night.
Bacon, sausage, onion base then add beef minced meat, carrots, bell peppers and cherry tomatoes sauce. Mozzarella in betw</description>
    </item>
    
    <item>
      <title>Lazy breakfast yesterday. Had some oven baked potatoes from yesterday </title>
      <link>https://alexandrubucur.com/cooking/2019/lazy-breakfast-yesterday.-had-some-oven-baked-potatoes-from-yesterday/</link>
      <pubDate>Sun, 07 Jul 2019 15:02:21 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/lazy-breakfast-yesterday.-had-some-oven-baked-potatoes-from-yesterday/</guid>
      <description>Lazy breakfast yesterday. Had some oven baked potatoes from yesterday that I repurposed for our omelette and a nice tomato salad with cheese, perfect </description>
    </item>
    
    <item>
      <title>Pilaf night with oven baked chicken and home made beet </title>
      <link>https://alexandrubucur.com/cooking/2019/pilaf-night-with-oven-baked-chicken-and-home-made-beet/</link>
      <pubDate>Thu, 04 Jul 2019 06:12:32 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/pilaf-night-with-oven-baked-chicken-and-home-made-beet/</guid>
      <description>Pilaf night with oven baked chicken and home made beet pickles #homecooking #cooking #easycooking #ovenbaked #easyrecipes #pilaf (of course made last </description>
    </item>
    
    <item>
      <title>Enchilada-ish &#39;summer&#39; rolls. The lentels worked great with the mix </title>
      <link>https://alexandrubucur.com/cooking/2019/enchilada-ish-summer-rolls.-the-lentels-worked-great-with-the-mix/</link>
      <pubDate>Thu, 27 Jun 2019 18:40:02 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/enchilada-ish-summer-rolls.-the-lentels-worked-great-with-the-mix/</guid>
      <description>Enchilada-ish &amp;#39;summer&amp;#39; rolls.
The lentels worked great with the mix pork/beef ground meat, sweet corn, peeled tomatoes sauce and onion. Added a touch</description>
    </item>
    
    <item>
      <title>Mini wraps with pork, zucchini, carrots and mozzarella. Did a </title>
      <link>https://alexandrubucur.com/cooking/2019/mini-wraps-with-pork-zucchini-carrots-and-mozzarella.-did-a/</link>
      <pubDate>Tue, 25 Jun 2019 18:43:07 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/mini-wraps-with-pork-zucchini-carrots-and-mozzarella.-did-a/</guid>
      <description>Mini wraps with pork, zucchini, carrots and mozzarella. Did a fresh Greek yogurt sauce with stir fried bell peppers and hard cheese. #5ingredients #ho</description>
    </item>
    
    <item>
      <title>It&#39;s funny that after I cooked this I was watching </title>
      <link>https://alexandrubucur.com/cooking/2019/its-funny-that-after-i-cooked-this-i-was-watching/</link>
      <pubDate>Mon, 24 Jun 2019 18:50:35 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/its-funny-that-after-i-cooked-this-i-was-watching/</guid>
      <description>It&amp;#39;s funny that after I cooked this I was watching a show on food TV with Jamie Oliver and he was saying that people tend to not homecook since meals </description>
    </item>
    
    <item>
      <title>Keeping it simple, meatballs, mash and cabbage each with their </title>
      <link>https://alexandrubucur.com/cooking/2019/keeping-it-simple-meatballs-mash-and-cabbage-each-with-their/</link>
      <pubDate>Sun, 23 Jun 2019 19:20:29 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/keeping-it-simple-meatballs-mash-and-cabbage-each-with-their/</guid>
      <description>Keeping it simple, meatballs, mash and cabbage each with their own little twist #homecooking #easycooking #easyrecipes #meatballs #cooking</description>
    </item>
    
    <item>
      <title>His and hers soup. What you pick from the pot </title>
      <link>https://alexandrubucur.com/cooking/2019/his-and-hers-soup.-what-you-pick-from-the-pot/</link>
      <pubDate>Fri, 21 Jun 2019 17:54:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/his-and-hers-soup.-what-you-pick-from-the-pot/</guid>
      <description>His and hers soup. What you pick from the pot makes a big difference #homecooking #cooking #easycooking #easyrecipes #soup #healthyfood</description>
    </item>
    
    <item>
      <title>This dish reminds me of the movie lady and the </title>
      <link>https://alexandrubucur.com/cooking/2019/this-dish-reminds-me-of-the-movie-lady-and-the/</link>
      <pubDate>Thu, 20 Jun 2019 18:31:49 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/this-dish-reminds-me-of-the-movie-lady-and-the/</guid>
      <description>This dish reminds me of the movie lady and the tramp. The meatballs are a beef, yogurt, sesame seeds and cheese mix while the sauce is as plain and si</description>
    </item>
    
    <item>
      <title>Systemctl shows service file Not Found even though .service file is present</title>
      <link>https://alexandrubucur.com/tech/2019/systemctl-shows-service-file-not-found-even-though-.service-file-is-present/</link>
      <pubDate>Mon, 17 Jun 2019 12:05:14 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/systemctl-shows-service-file-not-found-even-though-.service-file-is-present/</guid>
      <description>Systemctl shows service file Not Found even though .service file is present</description>
    </item>
    
    <item>
      <title>There are days with decent plating, and days when I </title>
      <link>https://alexandrubucur.com/cooking/2019/there-are-days-with-decent-plating-and-days-when-i/</link>
      <pubDate>Thu, 13 Jun 2019 19:07:07 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/there-are-days-with-decent-plating-and-days-when-i/</guid>
      <description>There are days with decent plating, and days when I am too lazy.
Did some nice oven baked chicken fingers with a mix of flower, semolina, corn flower</description>
    </item>
    
    <item>
      <title>#pasta again. A seared bacon with thyme and chicken base; </title>
      <link>https://alexandrubucur.com/cooking/2019/#pasta-again.-a-seared-bacon-with-thyme-and-chicken-base/</link>
      <pubDate>Tue, 11 Jun 2019 17:51:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#pasta-again.-a-seared-bacon-with-thyme-and-chicken-base/</guid>
      <description>#pasta again. A seared bacon with thyme and chicken base; nice leek, carrots and spring onions as super veggies; added chopped tomatoes sauce, tomato </description>
    </item>
    
    <item>
      <title>Crazy Sunday cooking. Oven baked chicken with apple and with </title>
      <link>https://alexandrubucur.com/cooking/2019/crazy-sunday-cooking.-oven-baked-chicken-with-apple-and-with/</link>
      <pubDate>Sun, 09 Jun 2019 17:47:01 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/crazy-sunday-cooking.-oven-baked-chicken-with-apple-and-with/</guid>
      <description>Crazy Sunday cooking. Oven baked chicken with apple and with spinach rice. Loving the apple so far #homecooking #easycooking #ovenbaked #healthyfood #</description>
    </item>
    
    <item>
      <title>Even if it&#39;s hot outside I still love to cook </title>
      <link>https://alexandrubucur.com/cooking/2019/even-if-its-hot-outside-i-still-love-to-cook/</link>
      <pubDate>Fri, 07 Jun 2019 18:45:43 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/even-if-its-hot-outside-i-still-love-to-cook/</guid>
      <description>Even if it&amp;#39;s hot outside I still love to cook in the oven since it fits my lazy side.
Nothing beats potatoes with a nice bechamelish sauce (I replace</description>
    </item>
    
    <item>
      <title>Meatballs night with a touch of lazy in the form </title>
      <link>https://alexandrubucur.com/cooking/2019/meatballs-night-with-a-touch-of-lazy-in-the-form/</link>
      <pubDate>Thu, 06 Jun 2019 19:20:27 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/meatballs-night-with-a-touch-of-lazy-in-the-form/</guid>
      <description>Meatballs night with a touch of lazy in the form of a oriental veggies mix.
On popular request here are the ingredients for the meatballs.
500g beef</description>
    </item>
    
    <item>
      <title>Got a bit late today so I had to do </title>
      <link>https://alexandrubucur.com/cooking/2019/got-a-bit-late-today-so-i-had-to-do/</link>
      <pubDate>Wed, 05 Jun 2019 19:33:14 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/got-a-bit-late-today-so-i-had-to-do/</guid>
      <description>Got a bit late today so I had to do something &amp;#39;quick&amp;#39;. tinfoil pork in the oven since it wasn&amp;#39;t completely defrosted and a quick vegan Chinese veggie </description>
    </item>
    
    <item>
      <title>Pasta night again. The recipe is easy peasy. Kaiser, chopped </title>
      <link>https://alexandrubucur.com/cooking/2019/pasta-night-again.-the-recipe-is-easy-peasy.-kaiser-chopped/</link>
      <pubDate>Sat, 01 Jun 2019 19:08:08 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/pasta-night-again.-the-recipe-is-easy-peasy.-kaiser-chopped/</guid>
      <description>Pasta night again. The recipe is easy peasy. Kaiser, chopped onios, minced mix meat (pork and beef) then cover with some heated milk, a touch of flour</description>
    </item>
    
    <item>
      <title>Egg rice with cucumber, carrot and spring garlic. Quickly made </title>
      <link>https://alexandrubucur.com/cooking/2019/egg-rice-with-cucumber-carrot-and-spring-garlic.-quickly-made/</link>
      <pubDate>Thu, 30 May 2019 18:38:20 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/egg-rice-with-cucumber-carrot-and-spring-garlic.-quickly-made/</guid>
      <description>Egg rice with cucumber, carrot and spring garlic. Quickly made the porc in the oven with a simple flour crust. easy peasy lemon squeezy. #homecooking </description>
    </item>
    
    <item>
      <title>Double baked potatoes (onions, bacon and mozzarella) with grilled pork </title>
      <link>https://alexandrubucur.com/cooking/2019/double-baked-potatoes-onions-bacon-and-mozzarella-with-grilled-pork/</link>
      <pubDate>Wed, 29 May 2019 19:13:42 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/double-baked-potatoes-onions-bacon-and-mozzarella-with-grilled-pork/</guid>
      <description>Double baked potatoes (onions, bacon and mozzarella) with grilled pork and yogurt sauce (it&amp;#39;s inspired by tzatziki, Greek yogurt, cheese, a bit of sou</description>
    </item>
    
    <item>
      <title>Had a fun evening making some comfort food. Beans, chickpeas, </title>
      <link>https://alexandrubucur.com/cooking/2019/had-a-fun-evening-making-some-comfort-food.-beans-chickpeas/</link>
      <pubDate>Wed, 22 May 2019 18:36:01 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/had-a-fun-evening-making-some-comfort-food.-beans-chickpeas/</guid>
      <description>Had a fun evening making some comfort food. Beans, chickpeas, corn with lots of onions and a nice tomato sauce. Couldn&amp;#39;t be complete without kaiser an</description>
    </item>
    
    <item>
      <title>Kebabish night (minced cow meat, garlic, onion and parsley) with </title>
      <link>https://alexandrubucur.com/cooking/2019/kebabish-night-minced-cow-meat-garlic-onion-and-parsley-with/</link>
      <pubDate>Tue, 21 May 2019 18:28:20 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/kebabish-night-minced-cow-meat-garlic-onion-and-parsley-with/</guid>
      <description>Kebabish night (minced cow meat, garlic, onion and parsley) with a mix of veggies (peas, pods, corn, beans and soy beans) #homecooking #easycooking #e</description>
    </item>
    
    <item>
      <title>Easy cooking night with potatoes, kaizer, onion, mozzarella and the </title>
      <link>https://alexandrubucur.com/cooking/2019/easy-cooking-night-with-potatoes-kaizer-onion-mozzarella-and-the/</link>
      <pubDate>Thu, 16 May 2019 19:00:22 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/easy-cooking-night-with-potatoes-kaizer-onion-mozzarella-and-the/</guid>
      <description>Easy cooking night with potatoes, kaizer, onion, mozzarella and the awesome spring onions. #easycooking #cooking #homecooking #easyrecipes #ovenbaked</description>
    </item>
    
    <item>
      <title>The sure way to annoy your wife is to make </title>
      <link>https://alexandrubucur.com/cooking/2019/the-sure-way-to-annoy-your-wife-is-to-make/</link>
      <pubDate>Wed, 15 May 2019 18:34:16 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/the-sure-way-to-annoy-your-wife-is-to-make/</guid>
      <description>The sure way to annoy your wife is to make a three type rice dish. Good thing we have a dishwasher :). Wild rice, brown rice and full grain rice, each</description>
    </item>
    
    <item>
      <title>#cuscus night (simple base with onions and bell pepper, seasoned </title>
      <link>https://alexandrubucur.com/cooking/2019/#cuscus-night-simple-base-with-onions-and-bell-pepper-seasoned/</link>
      <pubDate>Mon, 13 May 2019 17:43:26 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#cuscus-night-simple-base-with-onions-and-bell-pepper-seasoned/</guid>
      <description>#cuscus night (simple base with onions and bell pepper, seasoned with curry, paprika, salt and pepper) with a touch of spring onions for freshness (ok</description>
    </item>
    
    <item>
      <title>Groot is hungry. Simple meatballs with onion, garlic, parsley and </title>
      <link>https://alexandrubucur.com/cooking/2019/groot-is-hungry.-simple-meatballs-with-onion-garlic-parsley-and/</link>
      <pubDate>Mon, 06 May 2019 18:11:09 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/groot-is-hungry.-simple-meatballs-with-onion-garlic-parsley-and/</guid>
      <description>Groot is hungry. Simple meatballs with onion, garlic, parsley and some egg to tie them up. Browned them before making the sauce. #homecooking #homemad</description>
    </item>
    
    <item>
      <title>The first rule of family club. Do not upset the </title>
      <link>https://alexandrubucur.com/cooking/2019/the-first-rule-of-family-club.-do-not-upset-the/</link>
      <pubDate>Thu, 02 May 2019 18:26:18 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/the-first-rule-of-family-club.-do-not-upset-the/</guid>
      <description>The first rule of family club. Do not upset the wife. The second rule of family club. Do not upset the wife. That being said, chicken dumpling soup wi</description>
    </item>
    
    <item>
      <title>Last day of the mini holiday so I decided to </title>
      <link>https://alexandrubucur.com/cooking/2019/last-day-of-the-mini-holiday-so-i-decided-to/</link>
      <pubDate>Wed, 01 May 2019 17:07:34 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/last-day-of-the-mini-holiday-so-i-decided-to/</guid>
      <description>Last day of the mini holiday so I decided to experiment a bit. Oven cooked beef with some aronia fruits, red pepper, paprika with a side of different </description>
    </item>
    
    <item>
      <title>Soup night again. Added some fancy tagliatele and lots of </title>
      <link>https://alexandrubucur.com/cooking/2019/soup-night-again.-added-some-fancy-tagliatele-and-lots-of/</link>
      <pubDate>Mon, 22 Apr 2019 17:30:04 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/soup-night-again.-added-some-fancy-tagliatele-and-lots-of/</guid>
      <description>Soup night again. Added some fancy tagliatele and lots of veggies. #homecooking #cooking #easycooking #soup</description>
    </item>
    
    <item>
      <title>Quick weekend omelette for my wife. Eggs, a touch of </title>
      <link>https://alexandrubucur.com/cooking/2019/quick-weekend-omelette-for-my-wife.-eggs-a-touch-of/</link>
      <pubDate>Sat, 20 Apr 2019 10:09:52 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/quick-weekend-omelette-for-my-wife.-eggs-a-touch-of/</guid>
      <description>Quick weekend omelette for my wife. Eggs, a touch of sour cream, the always awesome spring onions and a little bit of bacon #homecooking #cooking #bre</description>
    </item>
    
    <item>
      <title>Pasta is happy when it&#39;s wrapped in sauce. Nothing too </title>
      <link>https://alexandrubucur.com/cooking/2019/pasta-is-happy-when-its-wrapped-in-sauce.-nothing-too/</link>
      <pubDate>Fri, 19 Apr 2019 17:47:31 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/pasta-is-happy-when-its-wrapped-in-sauce.-nothing-too/</guid>
      <description>Pasta is happy when it&amp;#39;s wrapped in sauce. Nothing too fancy as usual, sour cream, milk, and a touch of flour for the base, nicely fried onions with p</description>
    </item>
    
    <item>
      <title>Healthy and easy to do are on top in my </title>
      <link>https://alexandrubucur.com/cooking/2019/healthy-and-easy-to-do-are-on-top-in-my/</link>
      <pubDate>Sun, 14 Apr 2019 18:18:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/healthy-and-easy-to-do-are-on-top-in-my/</guid>
      <description>Healthy and easy to do are on top in my checklist. Oven baked chicken marinated with honey mustard and a simple side made of wok veggies (with baby co</description>
    </item>
    
    <item>
      <title>Cooking twice in a day makes Alex a happy camper. </title>
      <link>https://alexandrubucur.com/cooking/2019/cooking-twice-in-a-day-makes-alex-a-happy-camper./</link>
      <pubDate>Sat, 13 Apr 2019 17:51:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/cooking-twice-in-a-day-makes-alex-a-happy-camper./</guid>
      <description>Cooking twice in a day makes Alex a happy camper. Made a simple tomato sauce with garlic, bell pepper and carrots over a crunchy bacon and chicken bas</description>
    </item>
    
    <item>
      <title>Saturday brunch. First time making a Spanish(ish) oven baked omlette. </title>
      <link>https://alexandrubucur.com/cooking/2019/saturday-brunch.-first-time-making-a-spanishish-oven-baked-omlette./</link>
      <pubDate>Sat, 13 Apr 2019 11:41:13 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/saturday-brunch.-first-time-making-a-spanishish-oven-baked-omlette./</guid>
      <description>Saturday brunch. First time making a Spanish(ish) oven baked omlette. #homecooking #cooking #ovenbaked #easycooking</description>
    </item>
    
    <item>
      <title>Experimenting a bit with mashed potatoes. Oven baked potatoes, beet </title>
      <link>https://alexandrubucur.com/cooking/2019/experimenting-a-bit-with-mashed-potatoes.-oven-baked-potatoes-beet/</link>
      <pubDate>Thu, 11 Apr 2019 18:12:24 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/experimenting-a-bit-with-mashed-potatoes.-oven-baked-potatoes-beet/</guid>
      <description>Experimenting a bit with mashed potatoes. Oven baked potatoes, beet roots and carrots, then mashed them together with milk and some mozzarella cheese.</description>
    </item>
    
    <item>
      <title>Chicken soup night. Good for the cold and for the </title>
      <link>https://alexandrubucur.com/cooking/2019/chicken-soup-night.-good-for-the-cold-and-for-the/</link>
      <pubDate>Mon, 08 Apr 2019 17:28:56 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/chicken-soup-night.-good-for-the-cold-and-for-the/</guid>
      <description>Chicken soup night. Good for the cold and for the soul. #homecooking #cooking #soup #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>Some light cooking on Sunday. Seems like radish works well </title>
      <link>https://alexandrubucur.com/cooking/2019/some-light-cooking-on-sunday.-seems-like-radish-works-well/</link>
      <pubDate>Sun, 07 Apr 2019 18:09:51 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/some-light-cooking-on-sunday.-seems-like-radish-works-well/</guid>
      <description>Some light cooking on Sunday. Seems like radish works well with white cabbage. Keeping the rest of the mix easy to cook with bacon, chicken tights, an</description>
    </item>
    
    <item>
      <title>It&#39;s raining with spring garlic over the cheesy potatoes land. </title>
      <link>https://alexandrubucur.com/cooking/2019/its-raining-with-spring-garlic-over-the-cheesy-potatoes-land./</link>
      <pubDate>Sat, 06 Apr 2019 16:28:44 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/its-raining-with-spring-garlic-over-the-cheesy-potatoes-land./</guid>
      <description>It&amp;#39;s raining with spring garlic over the cheesy potatoes land. You can see here and there the pork trees growing happily. #homecooking #cooking #ovenb</description>
    </item>
    
    <item>
      <title>So tonight is let&#39;s make the fridge clean night. Found </title>
      <link>https://alexandrubucur.com/cooking/2019/so-tonight-is-lets-make-the-fridge-clean-night.-found/</link>
      <pubDate>Sun, 31 Mar 2019 17:53:51 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/so-tonight-is-lets-make-the-fridge-clean-night.-found/</guid>
      <description>So tonight is let&amp;#39;s make the fridge clean night. Found cabbage, carrots and some onions. Mixed it well with some bell peppers and chicken brest and my</description>
    </item>
    
    <item>
      <title>One meaty turkey night. Oven grilled and some nice veggies </title>
      <link>https://alexandrubucur.com/cooking/2019/one-meaty-turkey-night.-oven-grilled-and-some-nice-veggies/</link>
      <pubDate>Fri, 29 Mar 2019 18:34:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/one-meaty-turkey-night.-oven-grilled-and-some-nice-veggies/</guid>
      <description>One meaty turkey night. Oven grilled and some nice veggies #homecooking #cooking #easycooking #ovengrilled #healthyrecipes #healthyfood</description>
    </item>
    
    <item>
      <title>#vegan night with bulgur and a nice #veggies stock with </title>
      <link>https://alexandrubucur.com/cooking/2019/#vegan-night-with-bulgur-and-a-nice-%23veggies-stock-with/</link>
      <pubDate>Wed, 27 Mar 2019 17:56:02 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#vegan-night-with-bulgur-and-a-nice-%23veggies-stock-with/</guid>
      <description>#vegan night with bulgur and a nice #veggies stock with zucchini, cucumber, onions, bell peppers and sweet corn. Cooked a bit too much food, so I coul</description>
    </item>
    
    <item>
      <title>Quick cooking night with lots of &#39;thai&#39; veggies from a </title>
      <link>https://alexandrubucur.com/cooking/2019/quick-cooking-night-with-lots-of-thai-veggies-from-a/</link>
      <pubDate>Mon, 25 Mar 2019 18:09:38 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/quick-cooking-night-with-lots-of-thai-veggies-from-a/</guid>
      <description>Quick cooking night with lots of &amp;#39;thai&amp;#39; veggies from a &amp;#39;magical&amp;#39; bag and some extra baby carrots and fibber. Added some #leftovers chicken meat and so</description>
    </item>
    
    <item>
      <title>Lazy night with leftover rice and a nice skewer quickly </title>
      <link>https://alexandrubucur.com/cooking/2019/lazy-night-with-leftover-rice-and-a-nice-skewer-quickly/</link>
      <pubDate>Thu, 21 Mar 2019 18:40:56 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/lazy-night-with-leftover-rice-and-a-nice-skewer-quickly/</guid>
      <description>Lazy night with leftover rice and a nice skewer quickly done in the oven #homecooking #cooking #easycooking #easyrecipes #healthyfood</description>
    </item>
    
    <item>
      <title>Light eating night. Chicken strips, zucchini, bell pepper, leek, cabbage </title>
      <link>https://alexandrubucur.com/cooking/2019/light-eating-night.-chicken-strips-zucchini-bell-pepper-leek-cabbage/</link>
      <pubDate>Tue, 19 Mar 2019 18:48:45 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/light-eating-night.-chicken-strips-zucchini-bell-pepper-leek-cabbage/</guid>
      <description>Light eating night. Chicken strips, zucchini, bell pepper, leek, cabbage and a yogurt/sour cream sauce with olives. #homecooking #easycooking #cooking</description>
    </item>
    
    <item>
      <title>#oven meatballs night, a little bit to much semolina but </title>
      <link>https://alexandrubucur.com/cooking/2019/#oven-meatballs-night-a-little-bit-to-much-semolina-but/</link>
      <pubDate>Mon, 18 Mar 2019 19:04:27 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#oven-meatballs-night-a-little-bit-to-much-semolina-but/</guid>
      <description>#oven meatballs night, a little bit to much semolina but I panicked since they were a bit too moist (mostly because of the filling). So I bring to you</description>
    </item>
    
    <item>
      <title>#polenta and pork ribs on a bed of sweet potatoes </title>
      <link>https://alexandrubucur.com/cooking/2019/#polenta-and-pork-ribs-on-a-bed-of-sweet-potatoes/</link>
      <pubDate>Sat, 16 Mar 2019 18:06:35 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#polenta-and-pork-ribs-on-a-bed-of-sweet-potatoes/</guid>
      <description>#polenta and pork ribs on a bed of sweet potatoes and onions with a touch of sour cream. #homecooking #cooking #easyrecipes #food #easycooking</description>
    </item>
    
    <item>
      <title>Asian-ish cooking night with oven roasted chicken. #homecooking #cooking #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/asian-ish-cooking-night-with-oven-roasted-chicken.-#homecooking-%23cooking-%23easycooking/</link>
      <pubDate>Thu, 14 Mar 2019 18:19:15 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/asian-ish-cooking-night-with-oven-roasted-chicken.-#homecooking-%23cooking-%23easycooking/</guid>
      <description>Asian-ish cooking night with oven roasted chicken. #homecooking #cooking #easycooking #easyrecipes #healthyfood</description>
    </item>
    
    <item>
      <title>Round is the new square so round wrapped #lasagna, with </title>
      <link>https://alexandrubucur.com/cooking/2019/round-is-the-new-square-so-round-wrapped-#lasagna-with/</link>
      <pubDate>Mon, 11 Mar 2019 19:02:20 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/round-is-the-new-square-so-round-wrapped-#lasagna-with/</guid>
      <description>Round is the new square so round wrapped #lasagna, with mushrooms, bell pepper, onion and beef. #homecooking #cooking</description>
    </item>
    
    <item>
      <title>#lasagna night with proper lasagna pasta, beef/carrot/onion/tomato mix and three </title>
      <link>https://alexandrubucur.com/cooking/2019/#lasagna-night-with-proper-lasagna-pasta-beef/carrot/onion/tomato-mix-and-three/</link>
      <pubDate>Wed, 06 Mar 2019 19:18:07 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#lasagna-night-with-proper-lasagna-pasta-beef/carrot/onion/tomato-mix-and-three/</guid>
      <description>#lasagna night with proper lasagna pasta, beef/carrot/onion/tomato mix and three types of cheeses #homecooking #cooking #easycooking #easyrecipes #ita</description>
    </item>
    
    <item>
      <title>Slow-cooked ribs with new potatoes (with and without mozzarella) springled </title>
      <link>https://alexandrubucur.com/cooking/2019/slow-cooked-ribs-with-new-potatoes-with-and-without-mozzarella-springled/</link>
      <pubDate>Sun, 03 Mar 2019 17:35:14 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/slow-cooked-ribs-with-new-potatoes-with-and-without-mozzarella-springled/</guid>
      <description>Slow-cooked ribs with new potatoes (with and without mozzarella) springled with leek #homecooking #homemade #cooking #easyrecipes #easycooking #slowco</description>
    </item>
    
    <item>
      <title>3 color #rice (integral, wild and basmati) with baby peas </title>
      <link>https://alexandrubucur.com/cooking/2019/3-color-#rice-integral-wild-and-basmati-with-baby-peas/</link>
      <pubDate>Fri, 01 Mar 2019 18:50:15 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/3-color-#rice-integral-wild-and-basmati-with-baby-peas/</guid>
      <description>3 color #rice (integral, wild and basmati) with baby peas and carrots. Chicken tights slices and oven grilled. #homecooking #cooking #ovenbaked #easyc</description>
    </item>
    
    <item>
      <title>Simple #soup night. Let&#39;s say finely cut carrots and bell </title>
      <link>https://alexandrubucur.com/cooking/2019/simple-#soup-night.-lets-say-finely-cut-carrots-and-bell/</link>
      <pubDate>Wed, 27 Feb 2019 18:54:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/simple-#soup-night.-lets-say-finely-cut-carrots-and-bell/</guid>
      <description>Simple #soup night. Let&amp;#39;s say finely cut carrots and bell peppers with some spring onions and dill #homecooking #easycooking #easyrecipes #cooking</description>
    </item>
    
    <item>
      <title>Crunchy #pasta night. #chickpeas ftw. #homecooking #cooking #easycooking #easyrecipes </title>
      <link>https://alexandrubucur.com/cooking/2019/crunchy-#pasta-night.-%23chickpeas-ftw.-%23homecooking-%23cooking-%23easycooking-%23easyrecipes/</link>
      <pubDate>Mon, 25 Feb 2019 18:51:13 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/crunchy-#pasta-night.-%23chickpeas-ftw.-%23homecooking-%23cooking-%23easycooking-%23easyrecipes/</guid>
      <description>Crunchy #pasta night. #chickpeas ftw. #homecooking #cooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>The pastry didn&#39;t grow as much as I hoped but </title>
      <link>https://alexandrubucur.com/cooking/2019/the-pastry-didnt-grow-as-much-as-i-hoped-but/</link>
      <pubDate>Sun, 24 Feb 2019 19:33:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/the-pastry-didnt-grow-as-much-as-i-hoped-but/</guid>
      <description>The pastry didn&amp;#39;t grow as much as I hoped but I think they&amp;#39;re still pretty. Filled them with a pork, mushroom, chickpeas and spring onions #homecookin</description>
    </item>
    
    <item>
      <title>Chicken wrap night #homecooking #cooking #quickcooking #easycooking #easyrecipes </title>
      <link>https://alexandrubucur.com/cooking/2019/chicken-wrap-night-#homecooking-%23cooking-%23quickcooking-%23easycooking-%23easyrecipes/</link>
      <pubDate>Mon, 18 Feb 2019 18:18:36 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/chicken-wrap-night-#homecooking-%23cooking-%23quickcooking-%23easycooking-%23easyrecipes/</guid>
      <description>Chicken wrap night #homecooking #cooking #quickcooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>Late night experimenting with some #sweets . A quick biscuit </title>
      <link>https://alexandrubucur.com/cooking/2019/late-night-experimenting-with-some-#sweets-.-a-quick-biscuit/</link>
      <pubDate>Sun, 17 Feb 2019 19:56:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/late-night-experimenting-with-some-#sweets-.-a-quick-biscuit/</guid>
      <description>Late night experimenting with some #sweets . A quick biscuit base, some walnuts and a cream heavy caramel #homecooking #dessert</description>
    </item>
    
    <item>
      <title>#slowcooking night with pork #ribs and mashed potatoes #homecooking #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/#slowcooking-night-with-pork-%23ribs-and-mashed-potatoes-%23homecooking-%23easycooking/</link>
      <pubDate>Sun, 17 Feb 2019 18:10:18 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#slowcooking-night-with-pork-%23ribs-and-mashed-potatoes-%23homecooking-%23easycooking/</guid>
      <description>#slowcooking night with pork #ribs and  mashed potatoes #homecooking #easycooking #cooking #mashedpotatoes #easyrecipes</description>
    </item>
    
    <item>
      <title>#pasta night. Tomato/yogurt sauce with a touch of #curry, beef </title>
      <link>https://alexandrubucur.com/cooking/2019/#pasta-night.-tomato/yogurt-sauce-with-a-touch-of-%23curry-beef/</link>
      <pubDate>Sat, 16 Feb 2019 18:43:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#pasta-night.-tomato/yogurt-sauce-with-a-touch-of-%23curry-beef/</guid>
      <description>#pasta night. Tomato/yogurt sauce with a touch of #curry, beef meat and of course onions and carrots to make it sweeter #homecooking #homemade #cookin</description>
    </item>
    
    <item>
      <title>Big soup and baby soup photo shoot. A clear mushroom </title>
      <link>https://alexandrubucur.com/cooking/2019/big-soup-and-baby-soup-photo-shoot.-a-clear-mushroom/</link>
      <pubDate>Wed, 13 Feb 2019 19:04:04 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/big-soup-and-baby-soup-photo-shoot.-a-clear-mushroom/</guid>
      <description>Big soup and baby soup photo shoot.
A clear mushroom soup with a bit of other vegetables for taste and some no 3 pasta instead of noodles #soup #home</description>
    </item>
    
    <item>
      <title>Veggies cuscus with turkey. #homecooking #easyrecipes #cooking #cuscus #veggies #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/veggies-cuscus-with-turkey.-#homecooking-%23easyrecipes-%23cooking-%23cuscus-%23veggies-%23easycooking/</link>
      <pubDate>Mon, 11 Feb 2019 19:39:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/veggies-cuscus-with-turkey.-#homecooking-%23easyrecipes-%23cooking-%23cuscus-%23veggies-%23easycooking/</guid>
      <description>Veggies cuscus with turkey. #homecooking #easyrecipes #cooking #cuscus #veggies #easycooking</description>
    </item>
    
    <item>
      <title>How to set up a git bare repository for web development code pushes </title>
      <link>https://alexandrubucur.com/tech/2019/how-to-set-up-a-git-bare-repository-for-web-development-code-pushes/</link>
      <pubDate>Fri, 08 Feb 2019 22:01:45 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-set-up-a-git-bare-repository-for-web-development-code-pushes/</guid>
      <description>How to set up a git bare repository for web development code pushes </description>
    </item>
    
    <item>
      <title>How to setup Font Awesome 5 as VueComponent in Nuxt.js </title>
      <link>https://alexandrubucur.com/tech/2019/how-to-setup-font-awesome-5-as-vuecomponent-in-nuxt.js/</link>
      <pubDate>Fri, 08 Feb 2019 21:59:14 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-setup-font-awesome-5-as-vuecomponent-in-nuxt.js/</guid>
      <description>How to setup Font Awesome 5 as VueComponent in Nuxt.js </description>
    </item>
    
    <item>
      <title>PHP package management history </title>
      <link>https://alexandrubucur.com/tech/2019/php-package-management-history/</link>
      <pubDate>Fri, 08 Feb 2019 21:57:43 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/php-package-management-history/</guid>
      <description>PHP package management history </description>
    </item>
    
    <item>
      <title>How to disable notifications in ASP.NET Core 2.0 for &#39;Missing XML comment for publicly visible type or member&#39; </title>
      <link>https://alexandrubucur.com/tech/2019/how-to-disable-notifications-in-asp.net-core-2.0-for-missing-xml-comment-for-publicly-visible-type-or-member/</link>
      <pubDate>Fri, 08 Feb 2019 21:56:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-disable-notifications-in-asp.net-core-2.0-for-missing-xml-comment-for-publicly-visible-type-or-member/</guid>
      <description>How to disable notifications in ASP.NET Core 2.0 for &amp;#39;Missing XML comment for publicly visible type or member&amp;#39; </description>
    </item>
    
    <item>
      <title>How to enable dotnet watch in Jetbrains Raider</title>
      <link>https://alexandrubucur.com/tech/2019/how-to-enable-dotnet-watch-in-jetbrains-raider/</link>
      <pubDate>Fri, 08 Feb 2019 21:48:42 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-enable-dotnet-watch-in-jetbrains-raider/</guid>
      <description>How to enable dotnet watch in Jetbrains Raider</description>
    </item>
    
    <item>
      <title>Setting up JWT and Identity Authorization/Authentication in ASP .NET Core </title>
      <link>https://alexandrubucur.com/tech/2019/setting-up-jwt-and-identity-authorization/authentication-in-asp-.net-core/</link>
      <pubDate>Fri, 08 Feb 2019 21:45:53 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/setting-up-jwt-and-identity-authorization/authentication-in-asp-.net-core/</guid>
      <description>Setting up JWT and Identity Authorization/Authentication in ASP .NET Core </description>
    </item>
    
    <item>
      <title>ASP .NET Core shared Current User </title>
      <link>https://alexandrubucur.com/tech/2019/asp-.net-core-shared-current-user/</link>
      <pubDate>Fri, 08 Feb 2019 21:44:46 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/asp-.net-core-shared-current-user/</guid>
      <description>ASP .NET Core shared Current User </description>
    </item>
    
    <item>
      <title>Writing REST API error handling my way ?</title>
      <link>https://alexandrubucur.com/tech/2019/writing-rest-api-error-handling-my-way/</link>
      <pubDate>Fri, 08 Feb 2019 21:43:08 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/writing-rest-api-error-handling-my-way/</guid>
      <description>Writing REST API error handling my way ?</description>
    </item>
    
    <item>
      <title> JSON.NET append to existing key </title>
      <link>https://alexandrubucur.com/tech/2019/json.net-append-to-existing-key/</link>
      <pubDate>Fri, 08 Feb 2019 21:40:09 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/json.net-append-to-existing-key/</guid>
      <description> JSON.NET append to existing key </description>
    </item>
    
    <item>
      <title>Simple JSON API ASP .NET Core Error handling class </title>
      <link>https://alexandrubucur.com/tech/2019/simple-json-api-asp-.net-core-error-handling-class/</link>
      <pubDate>Fri, 08 Feb 2019 21:38:42 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/simple-json-api-asp-.net-core-error-handling-class/</guid>
      <description>Simple JSON API ASP .NET Core Error handling class </description>
    </item>
    
    <item>
      <title>How to get the user id after registering an user in ASP .NET Core Identity</title>
      <link>https://alexandrubucur.com/tech/2019/how-to-get-the-user-id-after-registering-an-user-in-asp-.net-core-identity/</link>
      <pubDate>Fri, 08 Feb 2019 21:34:28 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/how-to-get-the-user-id-after-registering-an-user-in-asp-.net-core-identity/</guid>
      <description>How to get the user id after registering an user in ASP .NET Core Identity</description>
    </item>
    
    <item>
      <title>The first rule of making #gulasch There is no such </title>
      <link>https://alexandrubucur.com/cooking/2019/the-first-rule-of-making-#gulasch-there-is-no-such/</link>
      <pubDate>Fri, 08 Feb 2019 20:17:34 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/the-first-rule-of-making-#gulasch-there-is-no-such/</guid>
      <description>The first rule of making #gulasch There is no such thing as too much #paprika. The second rule of making gulasch There is no such thing as too much pa</description>
    </item>
    
    <item>
      <title>Doing some Chinese-ish dish. Rice noodles, chicken, zucchini, mushrooms, leek, </title>
      <link>https://alexandrubucur.com/cooking/2019/doing-some-chinese-ish-dish.-rice-noodles-chicken-zucchini-mushrooms-leek/</link>
      <pubDate>Thu, 07 Feb 2019 19:22:34 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/doing-some-chinese-ish-dish.-rice-noodles-chicken-zucchini-mushrooms-leek/</guid>
      <description>Doing some Chinese-ish dish. Rice noodles, chicken, zucchini, mushrooms, leek, and bell pepper. #homecooking #easycooking #cooking #easyrecipes #foodp</description>
    </item>
    
    <item>
      <title>#pasta night. Beef and pork mix with tomato sauce and </title>
      <link>https://alexandrubucur.com/cooking/2019/#pasta-night.-beef-and-pork-mix-with-tomato-sauce-and/</link>
      <pubDate>Wed, 06 Feb 2019 19:17:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/#pasta-night.-beef-and-pork-mix-with-tomato-sauce-and/</guid>
      <description>#pasta night. Beef and pork mix with  tomato sauce and touch of Greek yogurt. Going fancy with the full wheat grain pasta. #homecooking #cooking #easy</description>
    </item>
    
    <item>
      <title>Dumpling soup night again, I like it with the veggies </title>
      <link>https://alexandrubucur.com/cooking/2019/dumpling-soup-night-again-i-like-it-with-the-veggies/</link>
      <pubDate>Tue, 29 Jan 2019 18:29:58 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/dumpling-soup-night-again-i-like-it-with-the-veggies/</guid>
      <description>Dumpling soup night again, I like it with the veggies in.  #soup #dumplings #homecooking #easycooking</description>
    </item>
    
    <item>
      <title>Leftovers night with bulgur, cuscus and millet, veggies and some </title>
      <link>https://alexandrubucur.com/cooking/2019/leftovers-night-with-bulgur-cuscus-and-millet-veggies-and-some/</link>
      <pubDate>Mon, 28 Jan 2019 19:42:18 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/leftovers-night-with-bulgur-cuscus-and-millet-veggies-and-some/</guid>
      <description>Leftovers night with bulgur, cuscus and millet, veggies and some ground beef sprinkled with curry. Looks a little ikky but otherwise good to eat #home</description>
    </item>
    
    <item>
      <title>Trying a vegan night #vegan #veganfood #homecooking #cooking #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2019/trying-a-vegan-night-#vegan-%23veganfood-%23homecooking-%23cooking-%23easycooking/</link>
      <pubDate>Sun, 27 Jan 2019 17:56:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/trying-a-vegan-night-#vegan-%23veganfood-%23homecooking-%23cooking-%23easycooking/</guid>
      <description>Trying a vegan night #vegan #veganfood #homecooking #cooking #easycooking</description>
    </item>
    
    <item>
      <title>Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)</title>
      <link>https://alexandrubucur.com/tech/2019/dynamic-policy-claims-in-asp.net-core-using-jwt-tokens-and-role-claims/</link>
      <pubDate>Sun, 27 Jan 2019 13:46:22 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2019/dynamic-policy-claims-in-asp.net-core-using-jwt-tokens-and-role-claims/</guid>
      <description>Dynamic policy claims asp.net core</description>
    </item>
    
    <item>
      <title>Leftover bulgur and cuscus with lots of veggies #homecooking #cooking </title>
      <link>https://alexandrubucur.com/cooking/2019/leftover-bulgur-and-cuscus-with-lots-of-veggies-#homecooking-%23cooking/</link>
      <pubDate>Sat, 26 Jan 2019 18:10:01 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/leftover-bulgur-and-cuscus-with-lots-of-veggies-#homecooking-%23cooking/</guid>
      <description>Leftover bulgur and cuscus with lots of veggies #homecooking #cooking #easycooking</description>
    </item>
    
    <item>
      <title>Chicken filled with spinach, bell peppers and #mozzarella with #bulgur </title>
      <link>https://alexandrubucur.com/cooking/2019/chicken-filled-with-spinach-bell-peppers-and-#mozzarella-with-%23bulgur/</link>
      <pubDate>Fri, 25 Jan 2019 19:10:28 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/chicken-filled-with-spinach-bell-peppers-and-#mozzarella-with-%23bulgur/</guid>
      <description>Chicken filled with spinach, bell peppers and #mozzarella with #bulgur on its side. #homecooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>First time I ever made #couscous where have you been </title>
      <link>https://alexandrubucur.com/cooking/2019/first-time-i-ever-made-#couscous-where-have-you-been/</link>
      <pubDate>Thu, 24 Jan 2019 18:35:30 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/first-time-i-ever-made-#couscous-where-have-you-been/</guid>
      <description>First time I ever made #couscous where have you been all my life. 5 minute cooking OMG. Just a touch of turmeric and some chicken wings marinade in so</description>
    </item>
    
    <item>
      <title>Cooking for 4 people night. Lots of #vegetables and a </title>
      <link>https://alexandrubucur.com/cooking/2019/cooking-for-4-people-night.-lots-of-#vegetables-and-a/</link>
      <pubDate>Tue, 22 Jan 2019 19:52:26 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/cooking-for-4-people-night.-lots-of-#vegetables-and-a/</guid>
      <description>Cooking for 4 people night. Lots of #vegetables and a touch of #mozzarella and chicken. #homecooking #easycooking #cooking</description>
    </item>
    
    <item>
      <title>Some funky #fusilli with beef, tomato sauce with a touch </title>
      <link>https://alexandrubucur.com/cooking/2019/some-funky-#fusilli-with-beef-tomato-sauce-with-a-touch/</link>
      <pubDate>Mon, 21 Jan 2019 19:09:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/some-funky-#fusilli-with-beef-tomato-sauce-with-a-touch/</guid>
      <description>Some funky #fusilli with beef, tomato sauce with a touch of cream and #mozzarella #homecooking #easyrecipes #easycooking #pasta</description>
    </item>
    
    <item>
      <title>Oven baked chicken fingers with breadcrumb / milk mix and </title>
      <link>https://alexandrubucur.com/cooking/2019/oven-baked-chicken-fingers-with-breadcrumb-/-milk-mix-and/</link>
      <pubDate>Wed, 16 Jan 2019 19:48:06 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/oven-baked-chicken-fingers-with-breadcrumb-/-milk-mix-and/</guid>
      <description>Oven baked chicken fingers with breadcrumb / milk mix and broccoli and cauliflower side. Added a touch of vanilla cinnamon to the sauce and so far so </description>
    </item>
    
    <item>
      <title>Making something simple from &#39;scrap&#39;. Chopped some leftover meat with </title>
      <link>https://alexandrubucur.com/cooking/2019/making-something-simple-from-scrap.-chopped-some-leftover-meat-with/</link>
      <pubDate>Tue, 15 Jan 2019 18:31:22 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/making-something-simple-from-scrap.-chopped-some-leftover-meat-with/</guid>
      <description>Making something simple from &amp;#39;scrap&amp;#39;. Chopped some leftover meat with mushrooms, corn and olives and risotto #homecooking #cooking #easycooking</description>
    </item>
    
    <item>
      <title>Pseudo taco night, kebab wrap, with Chinese mix and chicken </title>
      <link>https://alexandrubucur.com/cooking/2019/pseudo-taco-night-kebab-wrap-with-chinese-mix-and-chicken/</link>
      <pubDate>Fri, 11 Jan 2019 20:08:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/pseudo-taco-night-kebab-wrap-with-chinese-mix-and-chicken/</guid>
      <description>Pseudo taco night, kebab wrap, with Chinese mix and chicken #homecooking #cooking #tacos #easycooking</description>
    </item>
    
    <item>
      <title>A crunchy treat before sleep. Cashew, sunflower seeds, brown sugar </title>
      <link>https://alexandrubucur.com/cooking/2019/a-crunchy-treat-before-sleep.-cashew-sunflower-seeds-brown-sugar/</link>
      <pubDate>Thu, 10 Jan 2019 20:13:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/a-crunchy-treat-before-sleep.-cashew-sunflower-seeds-brown-sugar/</guid>
      <description>A crunchy treat before sleep. Cashew, sunflower seeds, brown sugar and a touch of butter. #homecooking</description>
    </item>
    
    <item>
      <title>Some sort of beef lasagna with onion, tomato, a mix </title>
      <link>https://alexandrubucur.com/cooking/2019/some-sort-of-beef-lasagna-with-onion-tomato-a-mix/</link>
      <pubDate>Wed, 09 Jan 2019 20:27:46 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/some-sort-of-beef-lasagna-with-onion-tomato-a-mix/</guid>
      <description>Some sort of beef lasagna  with onion, tomato, a mix of beans and chickpeas with three types of cheeses :) #homecooking #cooking #lasagna #homechef </description>
    </item>
    
    <item>
      <title>My first soup in 10 years. Turkey and semolina dumplings </title>
      <link>https://alexandrubucur.com/cooking/2019/my-first-soup-in-10-years.-turkey-and-semolina-dumplings/</link>
      <pubDate>Tue, 08 Jan 2019 19:14:38 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/my-first-soup-in-10-years.-turkey-and-semolina-dumplings/</guid>
      <description>My first soup in 10 years. Turkey and semolina dumplings 🥟 🦃 #homecooking #soup #easycooking</description>
    </item>
    
    <item>
      <title>Vegetable rice (with a touch of butter) and some marinated </title>
      <link>https://alexandrubucur.com/cooking/2019/vegetable-rice-with-a-touch-of-butter-and-some-marinated/</link>
      <pubDate>Sun, 06 Jan 2019 18:45:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2019/vegetable-rice-with-a-touch-of-butter-and-some-marinated/</guid>
      <description>Vegetable rice (with a touch of butter) and some marinated pork that I tried to grill in the oven #homecooking #cooking #pork #easycooking #easyrecipe</description>
    </item>
    
    <item>
      <title>Nothing says vegetarian rulade more than chicken and sausages. #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/nothing-says-vegetarian-rulade-more-than-chicken-and-sausages.-#homecooking/</link>
      <pubDate>Sat, 22 Dec 2018 19:38:12 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/nothing-says-vegetarian-rulade-more-than-chicken-and-sausages.-#homecooking/</guid>
      <description>Nothing says vegetarian rulade more than chicken and sausages. #homecooking #easycooking #cooking #foodporn #food #ovenbaked</description>
    </item>
    
    <item>
      <title>Brown rice night (and it&#39;s bio for what it&#39;s worth) </title>
      <link>https://alexandrubucur.com/cooking/2018/brown-rice-night-and-its-bio-for-what-its-worth/</link>
      <pubDate>Fri, 21 Dec 2018 19:23:38 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/brown-rice-night-and-its-bio-for-what-its-worth/</guid>
      <description>Brown rice night (and it&amp;#39;s bio for what it&amp;#39;s worth) with peas, carrots and chicken. Added a touch of butter to sote the vegetables and make it less gr</description>
    </item>
    
    <item>
      <title>Lazy night with some #pasta and #meatballs keeping it simple. </title>
      <link>https://alexandrubucur.com/cooking/2018/lazy-night-with-some-#pasta-and-%23meatballs-keeping-it-simple./</link>
      <pubDate>Wed, 19 Dec 2018 19:20:17 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/lazy-night-with-some-#pasta-and-%23meatballs-keeping-it-simple./</guid>
      <description>Lazy night with some #pasta and #meatballs keeping it simple. #homecooking #cooking #easyrecipes</description>
    </item>
    
    <item>
      <title>moussaka with a touch of bacon and millet to make </title>
      <link>https://alexandrubucur.com/cooking/2018/moussaka-with-a-touch-of-bacon-and-millet-to-make/</link>
      <pubDate>Tue, 18 Dec 2018 19:49:39 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/moussaka-with-a-touch-of-bacon-and-millet-to-make/</guid>
      <description>moussaka with a touch of bacon and millet to make the sauce a bit thicker. #homecooking #ovenbaked #foodporn #easycooking #cooking #food</description>
    </item>
    
    <item>
      <title>How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core</title>
      <link>https://alexandrubucur.com/tech/2018/how-to-rename-asp-.net-core-2.2-identity-tables-to-not-have-aspnet-prefix-in-ef-core/</link>
      <pubDate>Sun, 16 Dec 2018 20:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/how-to-rename-asp-.net-core-2.2-identity-tables-to-not-have-aspnet-prefix-in-ef-core/</guid>
      <description>How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core</description>
    </item>
    
    <item>
      <title>Trying to learn to roll pastry. Still on the flour, </title>
      <link>https://alexandrubucur.com/cooking/2018/trying-to-learn-to-roll-pastry.-still-on-the-flour/</link>
      <pubDate>Thu, 13 Dec 2018 20:03:59 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/trying-to-learn-to-roll-pastry.-still-on-the-flour/</guid>
      <description>Trying to learn to roll pastry. Still on the flour, semolina, corn flour mix. Made a quick mustard sauce for the pork filling #homecooking #easycookin</description>
    </item>
    
    <item>
      <title>Oven backed chicken with flour, corn flour and semolina with </title>
      <link>https://alexandrubucur.com/cooking/2018/oven-backed-chicken-with-flour-corn-flour-and-semolina-with/</link>
      <pubDate>Tue, 11 Dec 2018 19:31:34 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/oven-backed-chicken-with-flour-corn-flour-and-semolina-with/</guid>
      <description>Oven backed chicken with flour, corn flour and semolina with a touch of egg and a quick pan vegetable mix #homecooking #easycooking #vegetables #ovenb</description>
    </item>
    
    <item>
      <title>Pizza night with my first flour, semolina, corn flour dough. </title>
      <link>https://alexandrubucur.com/cooking/2018/pizza-night-with-my-first-flour-semolina-corn-flour-dough./</link>
      <pubDate>Sun, 09 Dec 2018 17:46:19 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/pizza-night-with-my-first-flour-semolina-corn-flour-dough./</guid>
      <description>Pizza night with my first flour, semolina, corn flour dough. #pizza #homecooking #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>The confusing way of sending emails in .NET Core and other goodies</title>
      <link>https://alexandrubucur.com/tech/2018/the-confusing-way-of-sending-emails-in-.net-core-and-other-goodies/</link>
      <pubDate>Sat, 08 Dec 2018 18:44:09 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/the-confusing-way-of-sending-emails-in-.net-core-and-other-goodies/</guid>
      <description>The confusing way of sending emails in .NET Core and other goodies</description>
    </item>
    
    <item>
      <title>#pasta night with an experiment sauce for me (garlic, onion, </title>
      <link>https://alexandrubucur.com/cooking/2018/#pasta-night-with-an-experiment-sauce-for-me-garlic-onion/</link>
      <pubDate>Fri, 07 Dec 2018 19:01:29 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/#pasta-night-with-an-experiment-sauce-for-me-garlic-onion/</guid>
      <description>#pasta night with an experiment sauce for me (garlic, onion, carrot base with half a sausage, chicken, tomato sauce and a touch of cream) #homecooking</description>
    </item>
    
    <item>
      <title>Lots of vegetables night. #homecooking #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2018/lots-of-vegetables-night.-#homecooking-%23easycooking/</link>
      <pubDate>Sun, 02 Dec 2018 18:27:03 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/lots-of-vegetables-night.-#homecooking-%23easycooking/</guid>
      <description>Lots of vegetables night. #homecooking #easycooking</description>
    </item>
    
    <item>
      <title>Mexican style wrapped pastry. Beef, beans, corn, onion, tomato sauce </title>
      <link>https://alexandrubucur.com/cooking/2018/mexican-style-wrapped-pastry.-beef-beans-corn-onion-tomato-sauce/</link>
      <pubDate>Tue, 27 Nov 2018 19:59:48 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/mexican-style-wrapped-pastry.-beef-beans-corn-onion-tomato-sauce/</guid>
      <description>Mexican style wrapped pastry. Beef, beans, corn, onion, tomato sauce #homecooking #ovenbaked #mexicanfood #foodporn</description>
    </item>
    
    <item>
      <title>Meatballs night with mashed potatoes. #homecooking #meatballs #mashedpotatoes #easycooking </title>
      <link>https://alexandrubucur.com/cooking/2018/meatballs-night-with-mashed-potatoes.-#homecooking-%23meatballs-%23mashedpotatoes-%23easycooking/</link>
      <pubDate>Thu, 22 Nov 2018 19:14:03 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/meatballs-night-with-mashed-potatoes.-#homecooking-%23meatballs-%23mashedpotatoes-%23easycooking/</guid>
      <description>Meatballs night with mashed potatoes. #homecooking #meatballs #mashedpotatoes #easycooking</description>
    </item>
    
    <item>
      <title>Trying the new skewers. #homecooking #skewers #easycooking #easyrecipes </title>
      <link>https://alexandrubucur.com/cooking/2018/trying-the-new-skewers.-#homecooking-%23skewers-%23easycooking-%23easyrecipes/</link>
      <pubDate>Wed, 21 Nov 2018 19:46:15 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/trying-the-new-skewers.-#homecooking-%23skewers-%23easycooking-%23easyrecipes/</guid>
      <description>Trying the new skewers. #homecooking #skewers #easycooking #easyrecipes</description>
    </item>
    
    <item>
      <title>Getting back to work #homecooking #easycooking #ovenbaked </title>
      <link>https://alexandrubucur.com/cooking/2018/getting-back-to-work-#homecooking-%23easycooking-%23ovenbaked/</link>
      <pubDate>Tue, 20 Nov 2018 19:05:40 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/getting-back-to-work-#homecooking-%23easycooking-%23ovenbaked/</guid>
      <description>Getting back to work #homecooking #easycooking #ovenbaked</description>
    </item>
    
    <item>
      <title>Keeping it simple tonight. Risotto with fried chicken and pickles. </title>
      <link>https://alexandrubucur.com/cooking/2018/keeping-it-simple-tonight.-risotto-with-fried-chicken-and-pickles./</link>
      <pubDate>Tue, 13 Nov 2018 19:08:51 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/keeping-it-simple-tonight.-risotto-with-fried-chicken-and-pickles./</guid>
      <description>Keeping it simple tonight. Risotto with fried chicken and pickles. #homecooking #simplecooking #easycooking</description>
    </item>
    
    <item>
      <title>Baked potatoes and chicken wings with some pickled cauliflower #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/baked-potatoes-and-chicken-wings-with-some-pickled-cauliflower-#homecooking/</link>
      <pubDate>Thu, 08 Nov 2018 20:29:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/baked-potatoes-and-chicken-wings-with-some-pickled-cauliflower-#homecooking/</guid>
      <description>Baked potatoes and chicken wings with some pickled cauliflower #homecooking</description>
    </item>
    
    <item>
      <title>Saturday night #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/saturday-night-#homecooking/</link>
      <pubDate>Sat, 03 Nov 2018 17:22:53 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/saturday-night-#homecooking/</guid>
      <description>Saturday night #homecooking</description>
    </item>
    
    <item>
      <title>Some sort of Chinese vegetable mix with extra mushrooms and </title>
      <link>https://alexandrubucur.com/cooking/2018/some-sort-of-chinese-vegetable-mix-with-extra-mushrooms-and/</link>
      <pubDate>Fri, 02 Nov 2018 18:41:23 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/some-sort-of-chinese-vegetable-mix-with-extra-mushrooms-and/</guid>
      <description>Some sort of Chinese vegetable mix with extra mushrooms and sliced pork sausages #homecooking</description>
    </item>
    
    <item>
      <title>Spaghetti bolognese with some grana padano on top #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/spaghetti-bolognese-with-some-grana-padano-on-top-#homecooking/</link>
      <pubDate>Thu, 01 Nov 2018 18:43:03 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/spaghetti-bolognese-with-some-grana-padano-on-top-#homecooking/</guid>
      <description>Spaghetti bolognese with some grana padano on top #homecooking</description>
    </item>
    
    <item>
      <title>Chicken wrapped in panchetta with veggies with a little bit </title>
      <link>https://alexandrubucur.com/cooking/2018/chicken-wrapped-in-panchetta-with-veggies-with-a-little-bit/</link>
      <pubDate>Wed, 31 Oct 2018 19:37:54 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/chicken-wrapped-in-panchetta-with-veggies-with-a-little-bit/</guid>
      <description>Chicken wrapped in panchetta with veggies with a little bit of butter #homecooking</description>
    </item>
    
    <item>
      <title>#homecooking something new with 🍢 and vegetable #stirfry </title>
      <link>https://alexandrubucur.com/cooking/2018/#homecooking-something-new-with-and-vegetable-%23stirfry/</link>
      <pubDate>Mon, 29 Oct 2018 18:35:51 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/#homecooking-something-new-with-and-vegetable-%23stirfry/</guid>
      <description>#homecooking something new with 🍢 and vegetable #stirfry</description>
    </item>
    
    <item>
      <title>Wife&#39;s night for #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/wifes-night-for-#homecooking/</link>
      <pubDate>Mon, 22 Oct 2018 17:45:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/wifes-night-for-#homecooking/</guid>
      <description>Wife&amp;#39;s night for #homecooking</description>
    </item>
    
    <item>
      <title>Late night #homecooking</title>
      <link>https://alexandrubucur.com/cooking/2018/late-night-#homecooking/</link>
      <pubDate>Fri, 19 Oct 2018 18:32:22 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/late-night-#homecooking/</guid>
      <description>Late night #homecooking</description>
    </item>
    
    <item>
      <title>And the finished #mexicanfood pie #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/and-the-finished-#mexicanfood-pie-%23homecooking/</link>
      <pubDate>Thu, 11 Oct 2018 18:15:30 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/and-the-finished-#mexicanfood-pie-%23homecooking/</guid>
      <description>And the finished #mexicanfood pie #homecooking</description>
    </item>
    
    <item>
      <title>#mexicanfood filling for a #homemade pie. #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/#mexicanfood-filling-for-a-%23homemade-pie.-%23homecooking/</link>
      <pubDate>Thu, 11 Oct 2018 17:51:58 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/#mexicanfood-filling-for-a-%23homemade-pie.-%23homecooking/</guid>
      <description>#mexicanfood filling for a #homemade pie. #homecooking</description>
    </item>
    
    <item>
      <title>ps aux output in cronjobs</title>
      <link>https://alexandrubucur.com/tech/2018/ps-aux-output-in-cronjobs/</link>
      <pubDate>Sat, 22 Sep 2018 20:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/ps-aux-output-in-cronjobs/</guid>
      <description>ps aux output in cronjobs</description>
    </item>
    
    <item>
      <title>#glutenfree pea/corn pasta with tomato sauce and chicken #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/#glutenfree-pea/corn-pasta-with-tomato-sauce-and-chicken-%23homecooking/</link>
      <pubDate>Tue, 04 Sep 2018 18:43:41 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/#glutenfree-pea/corn-pasta-with-tomato-sauce-and-chicken-%23homecooking/</guid>
      <description>#glutenfree pea/corn pasta with tomato sauce and chicken #homecooking</description>
    </item>
    
    <item>
      <title>More #homecooking baby peas, baby carrots, rice and chicken brest. </title>
      <link>https://alexandrubucur.com/cooking/2018/more-#homecooking-baby-peas-baby-carrots-rice-and-chicken-brest./</link>
      <pubDate>Mon, 03 Sep 2018 17:50:18 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/more-#homecooking-baby-peas-baby-carrots-rice-and-chicken-brest./</guid>
      <description>More #homecooking baby peas, baby carrots, rice and chicken brest.</description>
    </item>
    
    <item>
      <title>Pork with mustard #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/pork-with-mustard-#homecooking/</link>
      <pubDate>Mon, 16 Jul 2018 18:09:42 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/pork-with-mustard-#homecooking/</guid>
      <description>Pork with mustard #homecooking</description>
    </item>
    
    <item>
      <title>Static / Fixed filenames for generated vue-cli builds</title>
      <link>https://alexandrubucur.com/tech/2018/static-/-fixed-filenames-for-generated-vue-cli-builds/</link>
      <pubDate>Wed, 04 Jul 2018 20:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/static-/-fixed-filenames-for-generated-vue-cli-builds/</guid>
      <description>How to setup vue.config.js for static assets</description>
    </item>
    
    <item>
      <title>Making chicken in the oven with some side vegetables #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/making-chicken-in-the-oven-with-some-side-vegetables-#homecooking/</link>
      <pubDate>Wed, 27 Jun 2018 18:22:55 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/making-chicken-in-the-oven-with-some-side-vegetables-#homecooking/</guid>
      <description>Making chicken in the oven with some side vegetables #homecooking</description>
    </item>
    
    <item>
      <title>Pasta time #homecooking</title>
      <link>https://alexandrubucur.com/cooking/2018/pasta-time-#homecooking/</link>
      <pubDate>Mon, 25 Jun 2018 17:32:26 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/pasta-time-#homecooking/</guid>
      <description>Pasta time #homecooking</description>
    </item>
    
    <item>
      <title>Who doesn&#39;t like beans #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/who-doesnt-like-beans-#homecooking/</link>
      <pubDate>Thu, 21 Jun 2018 18:24:50 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/who-doesnt-like-beans-#homecooking/</guid>
      <description>Who doesn&amp;#39;t like beans #homecooking</description>
    </item>
    
    <item>
      <title>Quick and easy way of counting UTF-8 characters in Javascript</title>
      <link>https://alexandrubucur.com/tech/2018/quick-and-easy-way-of-counting-utf-8-characters-in-javascript/</link>
      <pubDate>Mon, 18 Jun 2018 20:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/quick-and-easy-way-of-counting-utf-8-characters-in-javascript/</guid>
      <description>Quick and easy way of counting UTF-8 characters in Javascript</description>
    </item>
    
    <item>
      <title>With friends over a bit harder to mix things up </title>
      <link>https://alexandrubucur.com/cooking/2018/with-friends-over-a-bit-harder-to-mix-things-up/</link>
      <pubDate>Sat, 09 Jun 2018 18:19:18 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/with-friends-over-a-bit-harder-to-mix-things-up/</guid>
      <description>With friends over a bit harder to mix things up #homecooking</description>
    </item>
    
    <item>
      <title>Another day, another dish, #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/another-day-another-dish-#homecooking/</link>
      <pubDate>Thu, 07 Jun 2018 17:07:05 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/another-day-another-dish-#homecooking/</guid>
      <description>Another day, another dish, #homecooking</description>
    </item>
    
    <item>
      <title>Another day #homecooking</title>
      <link>https://alexandrubucur.com/cooking/2018/another-day-#homecooking/</link>
      <pubDate>Sun, 03 Jun 2018 15:59:47 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/another-day-#homecooking/</guid>
      <description>Another day #homecooking</description>
    </item>
    
    <item>
      <title>Morning breakfast #homecooking #breakfast </title>
      <link>https://alexandrubucur.com/cooking/2018/morning-breakfast-#homecooking-%23breakfast/</link>
      <pubDate>Sun, 03 Jun 2018 09:26:56 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/morning-breakfast-#homecooking-%23breakfast/</guid>
      <description>Morning breakfast #homecooking #breakfast</description>
    </item>
    
    <item>
      <title>Finished meatballs #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/finished-meatballs-#homecooking/</link>
      <pubDate>Tue, 29 May 2018 18:12:12 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/finished-meatballs-#homecooking/</guid>
      <description>Finished meatballs #homecooking</description>
    </item>
    
    <item>
      <title>Meatballs base #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/meatballs-base-#homecooking/</link>
      <pubDate>Tue, 29 May 2018 17:04:57 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/meatballs-base-#homecooking/</guid>
      <description>Meatballs base #homecooking</description>
    </item>
    
    <item>
      <title>More #homecooking with chicken, rice, onion and mushrooms </title>
      <link>https://alexandrubucur.com/cooking/2018/more-#homecooking-with-chicken-rice-onion-and-mushrooms/</link>
      <pubDate>Sun, 27 May 2018 17:11:25 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/more-#homecooking-with-chicken-rice-onion-and-mushrooms/</guid>
      <description>More #homecooking with chicken, rice, onion and mushrooms</description>
    </item>
    
    <item>
      <title>Quick hack for using google translate (or other services) in Nuxt/Vue.js</title>
      <link>https://alexandrubucur.com/tech/2018/quick-hack-for-using-google-translate-or-other-services-in-nuxt/vue.js/</link>
      <pubDate>Sat, 26 May 2018 20:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2018/quick-hack-for-using-google-translate-or-other-services-in-nuxt/vue.js/</guid>
      <description>Quick hack for using google translate (or other services) in Nuxt/Vue.js</description>
    </item>
    
    <item>
      <title>Let the #homecooking continue. </title>
      <link>https://alexandrubucur.com/cooking/2018/let-the-#homecooking-continue./</link>
      <pubDate>Thu, 24 May 2018 18:19:49 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/let-the-#homecooking-continue./</guid>
      <description>Let the #homecooking continue.</description>
    </item>
    
    <item>
      <title>And the final result #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/and-the-final-result-#homecooking/</link>
      <pubDate>Tue, 22 May 2018 17:58:11 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/and-the-final-result-#homecooking/</guid>
      <description>And the final result #homecooking</description>
    </item>
    
    <item>
      <title>The base for pasta with tomatoes sauce #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/the-base-for-pasta-with-tomatoes-sauce-#homecooking/</link>
      <pubDate>Tue, 22 May 2018 17:32:08 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/the-base-for-pasta-with-tomatoes-sauce-#homecooking/</guid>
      <description>The base for pasta with tomatoes sauce #homecooking</description>
    </item>
    
    <item>
      <title>Cooking again #homecooking </title>
      <link>https://alexandrubucur.com/cooking/2018/cooking-again-#homecooking/</link>
      <pubDate>Mon, 21 May 2018 17:23:05 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/cooking-again-#homecooking/</guid>
      <description>Cooking again #homecooking</description>
    </item>
    
    <item>
      <title>Well kinda as I wanted it</title>
      <link>https://alexandrubucur.com/cooking/2018/well-kinda-as-i-wanted-it/</link>
      <pubDate>Tue, 06 Mar 2018 19:11:12 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/well-kinda-as-i-wanted-it/</guid>
      <description>Well kinda as I wanted it</description>
    </item>
    
    <item>
      <title>#cooking night :)</title>
      <link>https://alexandrubucur.com/cooking/2018/#cooking-night/</link>
      <pubDate>Tue, 06 Mar 2018 18:34:20 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2018/#cooking-night/</guid>
      <description>#cooking night :)</description>
    </item>
    
    <item>
      <title>The making off meat macaroni #homecooking</title>
      <link>https://alexandrubucur.com/cooking/2017/the-making-off-meat-macaroni-#homecooking/</link>
      <pubDate>Mon, 30 Oct 2017 18:09:10 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/cooking/2017/the-making-off-meat-macaroni-#homecooking/</guid>
      <description>The making off meat macaroni #homecooking</description>
    </item>
    
    <item>
      <title>How to get the user role for the current logged in user in Wordpress </title>
      <link>https://alexandrubucur.com/tech/2012/how-to-get-the-user-role-for-the-current-logged-in-user-in-wordpress/</link>
      <pubDate>Thu, 20 Sep 2012 14:11:21 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2012/how-to-get-the-user-role-for-the-current-logged-in-user-in-wordpress/</guid>
      <description>How to get the user role for the current logged in user in Wordpress </description>
    </item>
    
    <item>
      <title>Simple-Mvc-System-Drupal-6</title>
      <link>https://alexandrubucur.com/tech/2012/simple-mvc-system-drupal-6/</link>
      <pubDate>Thu, 24 May 2012 17:31:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2012/simple-mvc-system-drupal-6/</guid>
      <description>Simple-Mvc-System-Drupal-6</description>
    </item>
    
    <item>
      <title> Mysql Alter Table Select all Tables </title>
      <link>https://alexandrubucur.com/tech/2012/mysql-alter-table-select-all-tables/</link>
      <pubDate>Wed, 07 Mar 2012 20:24:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2012/mysql-alter-table-select-all-tables/</guid>
      <description>Mysql Alter Table Select all Tables</description>
    </item>
    
    <item>
      <title>How to Change or Remove Views2 Exposed Button From Drupal</title>
      <link>https://alexandrubucur.com/tech/2009/how-to-change-or-remove-views2-exposed-button-from-drupal/</link>
      <pubDate>Mon, 15 Jun 2009 21:12:50 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2009/how-to-change-or-remove-views2-exposed-button-from-drupal/</guid>
      <description>How to Change or Remove Views2 Exposed Button From Drupal</description>
    </item>
    
    <item>
      <title>Drupal Ubercart Get Add to Form</title>
      <link>https://alexandrubucur.com/tech/2009/drupal-ubercart-get-add-to-form/</link>
      <pubDate>Mon, 15 Jun 2009 10:47:22 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2009/drupal-ubercart-get-add-to-form/</guid>
      <description>Drupal Ubercart Get Add to Form</description>
    </item>
    
    <item>
      <title>Drupal 6 Custom Content Type Page Theme</title>
      <link>https://alexandrubucur.com/tech/2009/drupal-6-custom-content-type-page-theme/</link>
      <pubDate>Thu, 04 Jun 2009 21:01:02 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2009/drupal-6-custom-content-type-page-theme/</guid>
      <description>Drupal 6 Custom Content Type Page Theme</description>
    </item>
    
    <item>
      <title>T_PAAMAYIM_NEKUDOTAYIM PHP Error</title>
      <link>https://alexandrubucur.com/tech/2009/t_paamayim_nekudotayim-php-error/</link>
      <pubDate>Mon, 02 Feb 2009 12:43:00 +0300</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2009/t_paamayim_nekudotayim-php-error/</guid>
      <description>T_PAAMAYIM_NEKUDOTAYIM PHP Error</description>
    </item>
    
    <item>
      <title>Interview with the lead developer of Exaile Music Player</title>
      <link>https://alexandrubucur.com/tech/2008/interview-with-the-lead-developer-of-exaile-music-player/</link>
      <pubDate>Sat, 12 Apr 2008 00:00:00 +0000</pubDate>
      
      <guid>https://alexandrubucur.com/tech/2008/interview-with-the-lead-developer-of-exaile-music-player/</guid>
      <description>Interview with the lead developer of Exaile Music Player</description>
    </item>
    
    
    
  </channel>
</rss>
