Skip to content

Instantly share code, notes, and snippets.

View r0lodex's full-sized avatar
🎯
Focusing

Irfan Radzi r0lodex

🎯
Focusing
View GitHub Profile
@r0lodex
r0lodex / Arduino Timer Test.c
Created May 24, 2017 02:12
A refactored solution for Arduino test
#include <LiquidCrystal.h>
int buttonPin = 7;
int ledPin = 13;
int buttonState = 0;
boolean on = false;
int flag = 0;
int S = 05; // count seconds
int M = 00; // count minutes
int H = 00; // count hours
@r0lodex
r0lodex / mobilejd.md
Last active September 16, 2021 08:43
Job Description -- Senior Hermo Mobile Developer

Hermo Senior Mobile Application Developer

Job description for Senior Mobile Application Developer

Job Scope

  • Develop Hermo mobile application for iOS and Android using React Native
  • Unit testing codes
  • Bug fixing and Patching
  • Integrate Third-Party solutions
  • Review pull requests
@r0lodex
r0lodex / tmux-cheatsheet.markdown
Created November 29, 2017 16:39 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@r0lodex
r0lodex / hermo-php-dev.md
Last active September 16, 2021 08:42
Job Description -- Senior PHP Developer

Senior Developer

Job description for Senior Developer

Requirement

  • Minimum 3 years development experience
  • Well versed in PHP, Node JS, and query languages e.g MySQL, Postgres
  • Follow development best practices
  • Experienced in MVC frameworks e.g Laravel, Yii2
  • Experienced in e-commerce development or similar
  • Experienced in managing project
@r0lodex
r0lodex / hermo-ui-dev.md
Last active September 16, 2021 08:42
UI Developer (React)

Frontend Programmer

Job description for UI Developer

Responsibilities

  • Design, build and maintain efficient, reusable and reliable frontend codes.
  • Write test codes based on requirements given.
  • Ensure best possible performance, quality, security and responsiveness of apps
  • Ensure technical feasibility of UI/UX Designs
  • Collaborate with other team members to evaluate and investigate design approaches and prototypes.
@r0lodex
r0lodex / DataScientistJD.md
Created January 17, 2018 07:55
Data Scientist Job Description

Responsibilities

  • Selecting features, building and optimizing classifiers using machine learning techniques
  • Data mining using state-of-the-art methods
  • Extending company’s data with third party sources of information when needed
  • Enhancing data collection procedures to include information that is relevant for building analytic systems
  • Processing, cleansing, and verifying the integrity of data used for analysis
  • Doing ad-hoc analysis and presenting results in a clear manner

Things We Look For

@r0lodex
r0lodex / localssl.md
Last active June 5, 2024 23:16
Setting Up Local SSL

Automatic

Updated 24-05-2020

NAME=$1

mkdir $NAME
cd $NAME

# Generate private key
@r0lodex
r0lodex / cut.sh
Created November 18, 2019 15:29
Extract Audio (start, end) Based on File
# Example video.txt — The script will use pipe | as it's delimiter
# https://www.youtube.com/watch?v=iUDURCrvrMI|00:02:02|00:03:41|1
# URL | START | END | Filename
# You'll need:
# - youtube-dl brew install youtube-dl
# - ffmpeg brew install ffmpeg
for i in $(<video.txt);
do
@r0lodex
r0lodex / metabase-setup.md
Last active December 14, 2023 11:12
Metabase Setup

Installing and Setting Up Metabase with Postgres

This guide is written for installation of Metabase on Ubuntu 18.04. Instead of using H2 as the application database, we will be using Postgres. You can opt to use MySQL as well. Please follow the steps below:

  • Update and install Java with proper configuration
sudo apt-get update
@r0lodex
r0lodex / beanstalk_notes.md
Created June 17, 2020 23:52
AWS Elastic Beanstalk Notes

AWS Elastic Beanstalk Notes

I've been playing around with Beanstalk, swimming in their scattered docs to make things work the way I wanted them to work. This note is written 18th June 2020, just so you know it works at this time of writing.

Platform: PHP

Configuring NGINX

  • Add .platfrom/nginx in your applications folder