Skip to content

Instantly share code, notes, and snippets.

View oshkoshbagoshh's full-sized avatar

AJ Javadi oshkoshbagoshh

View GitHub Profile
@oshkoshbagoshh
oshkoshbagoshh / index.html
Created September 24, 2025 03:55
Portfolio Site
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AJ Javadi - Full Stack Developer & Technical Consultant</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-text {
@oshkoshbagoshh
oshkoshbagoshh / index.html
Created September 23, 2025 16:31
Website Auditing Tools Landing Page
<body>
<header>
<nav>
<a href="#hero">Home</a>
<a href="#benefits">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#pricing">Pricing</a>
<a href="#faq">FAQ</a>
<a href="#cta" class="btn-primary" style="padding:0.3rem 0.6rem; font-weight:normal;">Try Now</a>
</nav>
@oshkoshbagoshh
oshkoshbagoshh / zzPHPDynamo
Created August 2, 2025 01:51
zzDynamoPHP
<?php
// TODO: - set constants, create backend initiatization / startup stcript
//TODO - test database connection,
//TODO: - handle user auth and authorization (some routes locked off base on role)
// TODO - PHP sessions
@oshkoshbagoshh
oshkoshbagoshh / r-debug.php
Created June 12, 2025 01:56 — forked from Rarst/r-debug.php
R Debug (set of dump helpers for debug)
<?php
/*
Plugin Name: R Debug
Description: Set of dump helpers for debug.
Author: Andrey "Rarst" Savchenko
Author URI: https://www.rarst.net/
License: MIT
*/
@oshkoshbagoshh
oshkoshbagoshh / AJ_PHPProjectStructureGenerator.php
Created June 9, 2025 02:42
AJ's PHP Project Structure Generator PHP Project Structure Generator
<?php
class ProjectGenerator
{
private array $files = [];
private array $directories = [];
public function __construct()
{
@oshkoshbagoshh
oshkoshbagoshh / index.html
Created June 9, 2025 00:25
OJ Group Personality Test Sign Up
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OJ Group Personality Test</title>
<link rel="stylesheet" href="styles.css">
</head>
@oshkoshbagoshh
oshkoshbagoshh / index.html
Created March 10, 2025 04:06
Sunshine Landing Page
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechScape Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
.cityscape {
background: radial-gradient(closest-corner circle at 15% 15%,
#ffcf33,
#ffcf33 20%,
@oshkoshbagoshh
oshkoshbagoshh / fifa-world-cup.csv
Last active February 12, 2025 11:39 — forked from leathl16/fifa-world-cup.csv
FIFA World Cup
EDITION YEAR LOCATION WINNER TEAMS MATCHES GOALS AVERAGE_GOALS AVERAGE_ATTENDANCE
2014 FIFA World Cup Brazil ™ 2014 Brazil Germany 32 64 171 2.7 52918
2010 FIFA World Cup South Africa ™ 2010 South Africa Spain 32 64 145 2.3 49669
2006 FIFA World Cup Germany ™ 2006 Germany Italy 32 64 147 2.3 52491
2002 FIFA World Cup Korea/Japan ™ 2002 Korea/Japan Brazil 32 64 161 2.5 42268
1998 FIFA World Cup France ™ 1998 France France 32 64 171 2.7 43517
1994 FIFA World Cup USA ™ 1994 USA Brazil 24 52 141 2.7 68991
1990 FIFA World Cup Italy ™ 1990 Italy Germany 24 52 115 2.2 48388
1986 FIFA World Cup Mexico ™ 1986 Mexico Argentina 24 52 132 2.5 46039
1982 FIFA World Cup Spain ™ 1982 Spain Italy 24 52 146 2.8 40571
@oshkoshbagoshh
oshkoshbagoshh / index.html
Created February 7, 2025 05:48
Modern Layout
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modern Page Layout</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>