URL Shortener

A custom serverless private URL shortener based on Amazon S3, AWS Lambda, Amazon CloudFront and API Gateway.

URL Shortener
This project started after reading an article on the aws blog about serving redirect urls from an S3 bucket. The author even provided a CloudFormation template pretty sweet 😄. Since I wanted to learn how to use CDK I decided to use this template and convert it to to a CDK project to do the same with some minor adjustments to suite my needs. You are welcome to go to the project repository and have a gander.

[Read More]

DotFiles

How I build and maintain my mac automagically.

DotFiles
The project started when while watching a keynote and the presenter mentioned that he had his entire home folder under version control. I have to admit the idea intrigued me so much that I decided to put my own home folder under version control, and like the speaker make it public. After all, sharing is caring… After a while, I found it very difficult to keep my dotfiles project update with all the things that were happening in my home folder on multiple machines, so I started looking around.

[Read More]

Site update

A new start

Since the last update here a lot of things have changed in my life. So I’ve deceided to convert this site to a static site and remove a lot of the old posts, since most of them where reposts.

So this is the new site. Let me know what you think in the comments bellow.

More to come…

random  site 

Dropbox - Keep in Sync

Dropbox - Keep in Sync
With our life’s constantly becoming more and more depended on electronic devices we have to device ways to keep everything in sync. Nowadays we have smartphone’s, tablets, laptops, netbooks, media centers and all of this devices keep copies of out data. Our word documents, pictures, expense estimations etc. Up until very recently, and some of us still do, we move around with usb sticks portable usb hard drives and basically a copy of our digital life.

[Read More]

Redirect domain to subfolder

Last night I was looking for a way to redirect a domain (example.com) to example.com/folder but without actually redirecting the user to that folder. So I thought that the best way to go about is actually treading every request as example.com/folder. Anyway enough said here is the result. 1 2 3 4 5 6 7 8 # Redirect to a different folder # of the current domain that was requested <IfModule mod_rewrite.

[Read More]

Hello World!

Hello World!

This is my first post, how exciting!

random  site