Skip to content

Instantly share code, notes, and snippets.

View bzinoun's full-sized avatar

Zinoun Badr Eddine bzinoun

View GitHub Profile
https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ===================================================================
# COMMON SPRING BOOT PROPERTIES
#
# This sample file is provided as a guideline. Do NOT copy it in its
# entirety to your own application. ^^^
# ===================================================================

Needs : Secure Domaine through ingress

Ingress config :

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: frontend-ingress
  namespace: prod
@bzinoun
bzinoun / AWS certification
Last active March 5, 2024 08:47 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications
<center><img src="http://berytech.org/wp-content/uploads/2015/11/amazon-aws-logo.jpg"></center>
<br>
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
----
# Project Title
One Paragraph of project description goes here
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
@bzinoun
bzinoun / Podcast Process
Created February 9, 2020 15:42 — forked from eduo/Podcast Process
My Podcast Process
1.-Split sides of conversation (only for Call Recorder recordings)
1a.-Use Call Recorder droplets, get two AIFF files, rename to LOCAL and REMOTE
1b.-Use split script https://gist.github.com/eduo/e5bb6f48757cde29ec1b
2.-If audio needs cleanup:
a.-Import into Audacity
a.1.-Split stereo tracks to mono (optional)
b.-Clean bad mic audio (optional)
b.1.-Improve Equalization (if bad sound -> Effects -> Equalize -> EMI 78)
http://wiki.audacityteam.org/wiki/EQCurvesDownload
@bzinoun
bzinoun / .gitlab-ci.yml
Last active July 26, 2024 16:07 — forked from jlis/.gitlab-ci.yml
AWS ECS and ECR deployment via Docker and Gitlab CI
image: docker:latest
variables:
REPOSITORY_URL: <AWS ACCOUNT ID>.dkr.ecr.eu-central-1.amazonaws.com/<ECS REPOSITORY NAME>
REGION: eu-central-1
TASK_DEFINTION_NAME: <TASK DEFINITION NAME>
CLUSTER_NAME: <CLUSTER NAME>
SERVICE_NAME: <SERVICE NAME>
services:
Configure Proxy On Git , NPM, Yarn
npm config set proxy http://username:password@host:port
yarn config set proxy http://username:password@host:port
git config --global http.proxy http://username:password@host:port
Change host:port with --> http://192.168.109.1:8080
no username password needed
@bzinoun
bzinoun / index.html
Last active May 8, 2023 20:07
Neapolitan Pizza Dough. One recipe; two styles.
<article class="recipe recipe--old-style">
<h1>Neapolitan Pizza Dough</h1>
<h2><data class="servings" value="12">about twelve servings</data></h2>
<main>
<ul class="ingredients">
<li><data value='[1500, "g", "Bread Flour"]'>1500 g Bread Flour</data></li>
<li><data value='[5, "g", "Yeast"]'>5 g Yeast</data></li>
<li><data value='[10, "g", "Honey"]'>10 g Honey</data></li>
<li><data value='[25, "g", "Salt"]'>25 g Salt</data></li>
<li><data value='[50, "g", "Olive Oil"]'>50 g Olive Oil</data></li>
@bzinoun
bzinoun / jobs_rss.json
Last active January 11, 2024 16:30
it_jobs
[
{
"name": "WeWorkRemotely",
"url": "https://weworkremotely.com/remote-jobs.rss",
"category": "remote-jobs"
},
{
"name": "GitHub Remote",
"url": "https://jobs.github.com/positions.atom?description=&location=Remote",
"category": "remote-jobs"