Meow

Meow @maymeow

Joined:
Jun 13, 2019

Meow
articles - 19 total

🔐 Using Environment Variables a Little More Securely

Storing credentials in text files is not such a smart idea. A few days ago I found a post somewhere...

Learn More 0 0Feb 6 '24

SPF, DKIM and DMARC

These are all email authentication protocols that are used to protect email domains from "spoofing"...

Learn More 1 0Mar 31 '23

Using reCAPTCHA with PHP and Javascript

I had to update the page of one of my clients to use some verification before guests can submit the...

Learn More 2 0Dec 18 '22

My Workflow

Hey, guys! Today I will show you how my workflow looks like. This is the latest version, I changed it...

Learn More 1 0Dec 4 '22

Manage multiple git accounts

Hi! Do you have multiple git accounts or you just using one? I have multiple and everytime I...

Learn More 7 0Oct 24 '22

Sending Message to Mattermost With PHP and GitHub Actions

Today I show you how you can send notifications to Mattermost with PHP and Github Actions. There are...

Learn More 5 0Aug 4 '22

You Need To Use 2FA Everywhere

Photo by FLY:D on Unsplash Yes! Use 2 factor authentication (2FA) everywhere and everytime it is...

Learn More 4 0Aug 1 '22

Introduction to PHP Enums

PHP 8.1 finally brings enums which can be know from other programming languages like C#. It is in my...

Learn More 2 0Jul 3 '22

Uploading Files With Cake PHP and FileUpload Plugin

I just release new version of my FileUpload plugin for CakePHP. It will make uploading and...

Learn More 6 0Oct 24 '21

Docker Volume on NFS?

No Problem. Did you know you can have your volumes on nfs server? Yes i know you can mount NFS folder...

Learn More 6 0Aug 3 '21

🚢 How to Host Static Websites With Amazon S3 and Cloudflare ☁

Hi! I moved my website to s3 + cloudflare for SSL certificate. Do you want to know how? I will show y...

Learn More 17 4Mar 8 '21

Static Sites With Minio and S3www

Hi! If you read my last post, you already know how to host your static pages on Azure, but among us...

Learn More 13 3Feb 21 '21

Jetbrains Spaces Automation

Jetbrains spaces is from yesterday GA. I'am long time user of Gitlab and its CI which i really like b...

Learn More 6 1Dec 10 '20

Consume Rest API With Go

A few days ago I have to look at consuming API with GO from Ghost so here is what I learnt. A very...

Learn More 8 0Dec 9 '20

What i like on PHP 7.4

Ok there is more what i like but this is biggest chages for me. Maybe someone can tell me im crazy b...

Learn More 1 2Oct 6 '20

Create Api With Cakephp

Before I have created API with prefixes. So I had API in the controller folder with everything else b...

Learn More 13 3Sep 25 '20

Deploy and host Hugo static site on Azure

👋 Hi! I wanted to host this site on azure blob storage and I found this solution. It's created with...

Learn More 4 0Aug 13 '20

Do you pay for services your own money if you need it to work?

As above but for clarification: For example clients have o365 and you need to learn how to manage it...

Learn More 3 1May 29 '20

AES-GCM Encryption with C#

Here is example how can you use encryption with AES GCM with C#. Its currently supported in .NET Core...

Learn More 11 0Feb 7 '20