Skip to content

Instantly share code, notes, and snippets.

View azizahmed45's full-sized avatar
🎯
Focusing

Aziz Ahmed azizahmed45

🎯
Focusing
View GitHub Profile
{
"meta": {
"theme": "macchiato"
},
"basics": {
"name": "Aziz Ahmed",
"phone": "+49 1783674599",
"label": "Software Engineer",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"summary": "I'm a full stack web developer with a major focus on Laravel. Additionally, I develop mobile applications using Native Android and Flutter. I also have some knowledge about server management. I've worked mostly at startups, so I am used to wearing many hats. I am a very product-focused developer who prioritizes user feedback first and foremost. I'm generally very flexible when investigating new roles.",
@azizahmed45
azizahmed45 / .htaccess
Created November 6, 2021 16:47
Laravel remove public
<ifmodule mod_rewrite.c>
<ifmodule mod_negotiation.c>
Options -MultiViews
</ifmodule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
package nl.conokey.conokeysystem.utils;
import android.os.CountDownTimer;
import java.io.File;
import java.io.FileDescriptor;
import java.io.FileOutputStream;
import java.io.IOException;
import android_serialport_api.LampsUtil;