Open in app

Sign In

Write

Sign In

Fatih Üstündağ
Fatih Üstündağ

50 Followers

Home

About

Published in Teknasyon Engineering

·Apr 28, 2017

Amazon SES Notifications

We are using Amazon SES ( https://aws.amazon.com/ses/ )for sending transactional and marketing emails. Amazon SES offers notification for email transactions over Amazon SNS ( https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-sns.html ). We created PHP library to handle these notifications and take required business actions: https://github.com/Teknasyon-Teknoloji/aws-ses-notification

AWS

1 min read

Amazon SES Notifications
Amazon SES Notifications
AWS

1 min read


Jan 20, 2017

Format Json with TextWrangler

Format Json with TextWrangler I use TextWrangler on my Mac as a text editor. TextWrangler has a feature called “Text Filter” you can run some custom filters on text file. I need format xml and json strings sometimes. While googling, I found xml filter for TextWrangler. Then, I write json filter with php same as xml filter Open TextWrangler and new file Copy and paste the code below #!/usr/bin/php <?php

PHP

1 min read

Format Json with TextWrangler
Format Json with TextWrangler
PHP

1 min read


Published in Teknasyon Engineering

·Nov 30, 2016

Size Does Matter While Using CDN

We have landing pages with heavy traffic like over 1 million page-view daily. Regularly, new pages are added, some of them are updated and some of them are removed from production. We use Amazon Cloudfront as a CDN. All javascript, image and style files are sent from Cloudfront at landing…

AWS

2 min read

Size Does Matter While Using CDN
Size Does Matter While Using CDN
AWS

2 min read


Aug 1, 2015

Nginx: Easy Download of Html and Image Files

When you need to download html file or image file, you can use nginx without any server-side script. First you should choose some postfix to download file. I will use “.download”. So, html code will be like this : <a href=“/uploads/example.jpg.download”>Download Example Image</a> Then you should add configuration to server section at nginx conf file: location ~ ^(.*)/(.*)\.download$ { add_header Content-Disposition ‘attachment; filename=”$2"’; try_files $1/$2 $uri; }

Nginx

1 min read

Nginx

1 min read

Fatih Üstündağ

Fatih Üstündağ

50 Followers
Following
  • The Pragmatic Programmers

    The Pragmatic Programmers

  • Netflix Technology Blog

    Netflix Technology Blog

  • Hüseyin Mert

    Hüseyin Mert

  • Aytekin Tank

    Aytekin Tank

  • Fatih Kadir Akın

    Fatih Kadir Akın

See all (52)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech