Skip to content

Instantly share code, notes, and snippets.

View projected1's full-sized avatar
๐Ÿ˜Ž
Coding

Daniel Gorbatov projected1

๐Ÿ˜Ž
Coding
View GitHub Profile
@projected1
projected1 / js-lint-config.md
Last active January 29, 2025 10:14
Linter config for Node.js projects

Linter Configuration

This guide describes the recommended linter configuration for Node.js projects (back/front) + CloudFormation.

Prerequisites

The following dependencies needs to be installed manually:

@projected1
projected1 / fraudster-glossary.md
Created December 19, 2024 14:04
Fraudster glossary

Fraudster Glossary

Term/Phrase Description Actual Fraudster Usage Commentary
AA USAA Bank "Navy & Aa instant . Let's collab"
Acc, Ac Account "Any Spotify premium accs bulk sellers?"
"I drop 10 mins within the acc being opened"
"How long should I wait after linking a phoned to a bank acc"
Addy Address "Deliver card yo your addy"
"Throw addy into google maps. Not found gang"
afk away from keyboard "AFK TIL FURTHER NOTICE"
All CU All credit unions "USAA AND ALL CU PM ME RN๐Ÿ“ฒFOR INSTANT BREAD๐Ÿค‘๐Ÿ’ต"
"All cu let's get locked in for $10k Ach"
AP Audemars Piguet. A popular watch brand with fraudsters. "Following your footsteps.Was confused on which one to buy .Either the AP or Rolex so I bought both"
@projected1
projected1 / algebra-pt1.md
Last active October 22, 2024 11:19
Algebra - Part 1

Algebra - Part 1

Chapter 1 - Mathematical Operations

  • Basic Concepts and Mathematical Operations with Zero (p. 9)
  • Order of Mathematical Operations - Without Brackets and with Brackets (p. 15)
  • Using Calculator for Calculations (p. 28)
  • Simple Fractions (p. 30)
  • Decimal Fractions (p. 41)
  • Laws of Mathematical Operations - Distributive Law, Grouping Law, Addition Law (p. 49)
@projected1
projected1 / aws-service-list.md
Created May 23, 2024 10:05
AWS service list
@projected1
projected1 / osint-framework.json
Created March 4, 2024 12:55
OSINT framework data
{
"children": [
{
"children": [
{
"children": [
{
"name": "Namechk",
"type": "url",
"url": "https://namechk.com/"
@projected1
projected1 / homedepot-request.json
Created February 18, 2024 12:44
HomeDepot JSON request
{
"operationName": "searchModel",
"variables": {
"skipInstallServices": false,
"skipFavoriteCount": true,
"skipKPF": false,
"skipSpecificationGroup": false,
"skipSubscribeAndSave": false,
"storefilter": "ALL",
"channel": "DESKTOP",
@projected1
projected1 / homedepot-gql-query.js
Created February 18, 2024 12:41
HomeDepot GraphQL query
query searchModel(
$startIndex: Int
$pageSize: Int
$orderBy: ProductSort
$filter: ProductFilter
$storeId: String
$zipCode: String
$skipInstallServices: Boolean = true
$skipFavoriteCount: Boolean = false
$skipKPF: Boolean = false
@projected1
projected1 / dynamodb-reference.md
Last active January 30, 2025 13:37
DynamoDB reference.
@projected1
projected1 / card.html
Created February 27, 2023 13:57
Use CSS grid to style a card with three rows.
<style>
* {
font-family: sans-serif;
font-weight: bold;
color: white;
}
body {
display: flex;
justify-content: center;
}
@projected1
projected1 / career-tracks.md
Created February 16, 2023 11:07
Forter career tracks - engineering IC path.