Skip to content

Instantly share code, notes, and snippets.

View KellbisJ's full-sized avatar

Kellbis Salazar KellbisJ

View GitHub Profile
@alexgreenland
alexgreenland / bad-deps.txt
Last active December 16, 2025 18:18
[Updated 27 Nov 2025 00:21 UTC] Deep scan for bad NPM packages nested across projects - DFIR for Shai-Hulud cyberattack, Sep-Nov 2025
@ahmedhfarag/ngx-perfect-scrollbar
@ahmedhfarag/ngx-virtual-scroller
another-shai
@art-ws/common
@art-ws/config-eslint
@art-ws/config-ts
@art-ws/db-context
@art-ws/di-node
@art-ws/di
@art-ws/eslint
@Hachikoi-the-creator
Hachikoi-the-creator / App.tsx
Last active February 16, 2026 13:50 — forked from nimone/Carousel.jsx
Build a carousel component like instagram purely in ReactJS, TS and TailwindCSS
import Carousel from "./Carousel";
import img1 from "path-to-local-image.jpg";
import img2 from "path-to-local-image.jpg";
import img3 from "path-to-local-image.jpg";
export default function ImageCarousel() {
const slides = [img1, img2, img3];
return (
<div className="relative">
@nimone
nimone / Carousel.jsx
Last active February 16, 2026 13:50
Build a carousel component like instagram purely in ReactJS and TailwindCSS
@guvener
guvener / tw-background-hex.md
Created April 30, 2022 08:46
Tailwind background colors HEX codes