Open in app

Sign In

Write

Sign In

Stefan Pöltl
Stefan Pöltl

179 Followers

Home

About

Mar 2

Publish media to Instagram via the Instagram Graph API

Instagram supports to publish different kind of contents to a business account programmatically, but to get everything working you have to do some preperation. I focus to avoid any SDK or dependencies, simple cURL commands are enough and can be implemented in any programming language. 3 steps to get started Content publishing via the Graph…

Instagram

3 min read

Publish media to Instagram via the Instagram Graph API
Publish media to Instagram via the Instagram Graph API
Instagram

3 min read


Jan 10

Self-hosted open source fonts and icons via NPM with fontsource

Self-hosting Google fonts is a must nowadays due to GDPR, but self-hosting fonts and icons brings a lot of benefits to your web applications: Reuse of current HTTP connections for the same domain instead of fetching fonts from Google Versioned fonts that stay the same. Did you know that Google…

Fonts

2 min read

Self-hosted open source fonts and icons via NPM with fontsource
Self-hosted open source fonts and icons via NPM with fontsource
Fonts

2 min read


Jan 10

How to debug any Javascript issue in Google Chrome

Imagine you have a legacy project with spaghetti javascript code and need to troubleshoot. You have no idea where to start other than searching your IDE for some special keywords to find the right spot. I needed to do this in an older Ext JS application. With no idea where…

JavaScript

2 min read

How to debug any Javascript issue in Google Chrome
How to debug any Javascript issue in Google Chrome
JavaScript

2 min read


Dec 22, 2022

Reduce cloud costs by memory efficient PHP programming

In this post I will show you how you can optimize your PHP programs in terms of memory usage in the cloud. There are several ways you can control it and keep it low. Cloud computing The cloud allows you to run PHP code Serverless(cloud functions) or in Container based environments. The…

PHP

5 min read

Reduce cloud costs by memory efficient PHP programming
Reduce cloud costs by memory efficient PHP programming
PHP

5 min read


Feb 21, 2022

Setup a web proxy server with Docker

In this post I show you how to setup a web proxy with Docker in no time. But first of all we should ask ourselves why do we actually want to do that? Example code: https://github.com/stefpe/squid_proxy Why a proxy? A proxy is sitting between a client(sending a request ) and a server(responding to…

Proxy

4 min read

Setup a web proxy server with Docker
Setup a web proxy server with Docker
Proxy

4 min read


Dec 21, 2021

Integrate static code analysis to PHP projects

Repository for the article: https://github.com/stefpe/phpstan What is static code analysis? With static code analysis, you can check whether your code fits the defined requirements in terms of form and syntax. The check is performed without executing the program. …

PHP

5 min read

Integrate static code analysis to PHP projects
Integrate static code analysis to PHP projects
PHP

5 min read


Nov 16, 2021

Nginx environment variable substitution with Docker for SaaS apps

Software as a service apps should store configuration values in environment variables when you rely on the twelve-factor app Saas guide. The twelve-factor rule says you should seperate config from your code, because configuration varies across environment stages: https://12factor.net/config Since nginx version 1.19 it’s possible to replace values in nginx…

Nginx

2 min read

Nginx environment variable substitution with Docker for SaaS apps
Nginx environment variable substitution with Docker for SaaS apps
Nginx

2 min read


Published in Towards AWS

·Jul 2, 2021

AWS ECS Service Autoscaling — Terraform included

In this post, I show how your application running in ECS withstands load peaks automatically. Everything can be managed in infrastructure as code(IaC) setup via terraforming. What is ECS Autoscaling? It’s the ability to adjust the desired count of tasks in your ECS service. How does it work internally? AWS uses Cloudwatch metrics to check the average CPU/Memory of…

AWS

4 min read

AWS ECS Service Autoscaling — Terraform included
AWS ECS Service Autoscaling — Terraform included
AWS

4 min read


Published in AWS Tip

·Mar 30, 2021

Execute commands in ECS Fargate/EC2 Docker Containers

Finally it is possible to connect via CLI to your running containers in AWS ECS Fargate/EC2 via the AWS CLI/API. No matter if your ECS cluster runs in a private subnet or not. No bastion/jump host is necessary. At the moment only the newest 1.* AWS CLI release has the…

AWS

2 min read

Execute commands in ECS Fargate/EC2 Docker Containers
Execute commands in ECS Fargate/EC2 Docker Containers
AWS

2 min read


Feb 23, 2021

AWS RDS MySQL Multi AZ setup and Read Replicas

In this post we take a look what AWS RDS offers to be a high performant and resilient database system. RDS has two capabilities called Multi AZ and read replicas to get this done. What means multi AZ on RDS? Feature to keep your database service running and make it resilient Another RDS instance(replica) gets configured…

Database

4 min read

AWS RDS MySQL Multi AZ setup and Read Replicas
AWS RDS MySQL Multi AZ setup and Read Replicas
Database

4 min read

Stefan Pöltl

Stefan Pöltl

179 Followers

Software Architect

Following
  • Demianchuk Sergii

    Demianchuk Sergii

  • Martin Schindler

    Martin Schindler

  • Qafoo

    Qafoo

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech