SL

Shashan Lumbhani

Founder & Developer, SJ Creation

Shashan Lumbhani is the founder and lead developer of SJ Creation Tool Box, a suite of 160+ privacy-first, browser-based tools used by people in over 50 countries. He builds fast, free utilities for PDF processing, image and video conversion, and everyday developer tasks — all running entirely in the browser with zero file uploads.

Published Articles (132)

📄
Android Tools
How to Read an AndroidManifest.xml File
The manifest is the blueprint of every Android app. Learn how to read AndroidManifest.xml — activities, services, permissions, and intent filters — with confidence.
July 22, 20264 min read
📱
Android Tools
How to Preview an Android Boot Animation Before Flashing
Rebooting your phone just to check an animation is slow and risky. Learn how to preview a bootanimation.zip in your browser so you catch problems before you flash.
July 20, 20264 min read
📄
Developer Tools
What Is Lorem Ipsum and How to Use Placeholder Text
Lorem ipsum is the nonsense Latin every designer knows. Learn where it came from, why placeholder text is useful, and how to use it without hurting your workflow.
July 20, 20264 min read
#️⃣
Security Tools
What Is SHA-256 and How to Generate a Hash
SHA-256 secures passwords, verifies files, and underpins blockchains. Learn what a cryptographic hash is, what SHA-256 guarantees, and how to generate one.
July 20, 20264 min read
🚀
Android Tools
How to Create an Android Boot Animation From a Video
Have a short video clip you love? Turn it into a custom Android startup animation. Here is how video-to-boot conversion works and how to get a clean, smooth result.
July 19, 20264 min read
🕐
Developer Tools
Unix Timestamps Explained and How to Convert Them
That big number in your logs and APIs is a Unix timestamp. Learn what epoch time is, why developers use it, and how to convert between timestamps and dates.
July 19, 20264 min read
🔗
Developer Tools
URL Encoding Explained: When and How to Encode URLs
Spaces, ampersands, and special characters can break a URL. Learn what URL encoding does, when you need it, and how to encode query parameters correctly.
July 19, 20264 min read
🆔
Developer Tools
What Is a UUID and When Should You Use One?
UUIDs are everywhere in modern software as unique identifiers. Learn what they are, how they guarantee uniqueness, and when to use them instead of sequential IDs.
July 19, 20264 min read
🔐
Developer Tools
What Is Base64 Encoding and When Should You Use It?
Base64 shows up in emails, data URIs, and APIs — but what is it actually doing? Here is a clear explanation of Base64 encoding, its uses, and its limits.
July 19, 20264 min read
🗜️
Developer Tools
How to Minify CSS to Speed Up Your Website
Minifying CSS is one of the simplest performance wins available. Learn what minification removes, how much you save, and how to fit it into your workflow.
July 18, 20264 min read
🔍
Developer Tools
How to Test Regular Expressions (Regex) the Easy Way
Regular expressions are powerful but easy to get wrong. Learn the core syntax, how to test patterns safely, and the mistakes that trip up even experienced developers.
July 18, 20264 min read
Android Tools
How to Turn Any GIF Into an Android Boot Animation
Want your phone to greet you with a custom animation at startup? Here is how to convert any GIF into a ready-to-flash Android bootanimation.zip the right way.
July 18, 20264 min read
Developer Tools
How to Validate JSON and Fix Common Errors
A single misplaced comma can make an entire JSON payload invalid. Learn how JSON validation works, the errors that cause 90% of failures, and how to fix them fast.
July 18, 20264 min read
<>
Developer Tools
HTML Entities Explained: Encode Special Characters Safely
Why does < turn into &lt; and why does it matter for security? Learn what HTML entities are, when to encode, and how they protect your pages from breaking or XSS.
July 18, 20264 min read
🖼️
Image Tools
JPG vs PNG vs WebP: Which Image Format Should You Choose?
JPG, PNG, and WebP each win in different situations. This plain-English comparison helps you pick the right format every time — for the web, print, or sharing.
July 18, 20264 min read
📑
Developer Tools
Markdown Basics: Write and Preview Markdown Online
Markdown lets you format text with a few simple symbols instead of fiddly toolbars. Learn the core syntax and how to preview it live as you write.
July 18, 20264 min read
📦
Image Tools
How to Reduce Image Size Without Losing Quality
Heavy images slow down websites and clog inboxes. Learn how image compression works and how to make files far smaller while keeping them looking crisp.
July 18, 20264 min read
🔤
Developer Tools
Text Case Explained: camelCase, snake_case, and More
camelCase, snake_case, kebab-case, PascalCase — programming is full of naming styles. Learn what each one is, where it is used, and how to convert between them.
July 18, 20264 min read
🎨
Design & Color
Understanding HEX, RGB, and HSL Colors
HEX, RGB, and HSL all describe the same colors in different ways. Understand what each one means, when to use it, and how to convert between them with confidence.
July 18, 20265 min read
🎞️
Guides & Tutorials
How to Convert Video to GIF (The Right Way)
GIFs are perfect for short, silent, looping clips. Learn how to convert video to GIF with the right length, frame rate, and size so it looks great and stays small.
July 17, 20264 min read
📝
Developer Tools
How to Count Words, Characters, and Reading Time
Word and character counts drive everything from tweets to meta descriptions to essays. Learn why they matter, how reading time is calculated, and how to track them.
July 17, 20264 min read
📱
Developer Tools
How to Create Professional QR Codes
QR codes connect the physical and digital worlds in one scan. Learn how they work, how to make ones that reliably scan, and where they add real value.
July 17, 20264 min read
📋
Developer Tools
How to Format and Validate JSON (A Developer's Guide)
JSON is everywhere in modern development, and a single misplaced comma can break everything. Learn to format, validate, and debug JSON quickly and reliably.
July 17, 20264 min read
🔑
Security Tools
How to Generate Strong, Secure Passwords
Weak passwords are still the top cause of account breaches. Learn what actually makes a password strong and how to generate and manage passwords the right way.
July 17, 20264 min read
📎
PDF Tools
How to Merge PDF Files Online Securely
Combining multiple PDFs into one clean document should be simple and private. Here is how to merge PDFs correctly, control page order, and do it without uploading anything.
July 17, 20265 min read
✂️
PDF Tools
How to Split Large PDF Files
Need just a few pages from a giant PDF, or want to break a report into sections? Here is how to split PDF files cleanly by page range, count, or individual pages.
July 17, 20264 min read
📝
PDF Tools
How to Convert PDF to Editable Word Documents
Turning a locked-down PDF back into an editable Word file is easier than retyping it. Here is how conversion works, when it shines, and how to get the cleanest result.
July 16, 20264 min read
📄
PDF Tools
The Best Way to Convert Word to PDF
Sharing a Word file risks broken fonts and shifted layouts on other devices. Converting to PDF locks everything in place. Here is how to do it right, every time.
July 16, 20264 min read
⌨️
Android Tools
Essential ADB Commands Every Android User Should Know
ADB unlocks powerful control over your Android device from a computer. Here are the essential commands for installing apps, capturing screens, debugging, and more.
July 16, 20264 min read
📦
Android Tools
How to Check an APK's Version, Package Name & Permissions
Before you install or share an APK, it pays to know exactly what is inside it. Here is how to read an APK's version, package name, SDK levels, and permissions.
July 16, 20264 min read
🔀
Developer Tools
How to Compare Two Texts and Find Differences
Spotting what changed between two versions of text by eye is slow and error-prone. Learn how diff tools work and how to compare documents, code, and data reliably.
July 16, 20264 min read
🗜️
PDF Tools
How to Compress PDF Files Without Losing Quality
Large PDFs bouncing back from email? Learn how PDF compression actually works and how to shrink files dramatically while keeping text sharp and images clean.
July 16, 20265 min read
🎓
Students & Academic
Academic Paper Formatting Guide: APA 7, MLA 9, Chicago Style, and Clean PDF Export
6 min read
📄
PDF Tools
Adding Professional Watermarks, Headers, Footers, and Page Numbers to PDF Files
6 min read
🤖
AI & Machine Learning
AI Code Auditing: Detecting Software Vulnerabilities with Static Analysis and LLMs
6 min read
🤖
AI & Machine Learning
AI-Driven Document Parsing: Combining Vision Language Models and OCR Pipelines
6 min read
🤖
AI & Machine Learning
AI Ethics and Data Privacy: Why Local Browser Processing Protects User Confidentiality
6 min read
⚙️
Technology
Android Boot Animation Architecture: desc.txt Parsing, Frame Sequences, and Custom ROM Modding
6 min read
📊
Office & Automation
Automating Invoice and Receipt Processing: Extraction, Formatting, and Archiving
6 min read
⏱️
Productivity
Automating Repetitive Daily Tasks with Browser Utilities, Bookmarks, and Local Scripts
6 min read
⏱️
Productivity
Browser Tab Management: Reducing RAM Usage and Overcoming Digital Tab Overload
6 min read
⏱️
Productivity
Building a Personal Knowledge Management (PKM) System with Markdown & Local Files
6 min read
💼
Business & Security
Building a Privacy-First Tech Stack for Remote Teams: Tools, Security, and Communication
6 min read
🤖
AI & Machine Learning
Building Autonomous AI Agents: Function Calling, Tool Use, and State Machine Architecture
6 min read
💻
Developer Tools
Building Fast Diff Checkers: The Longest Common Subsequence (LCS) Algorithm Explained
6 min read
Programming
Clean Code Principles: Refactoring Patterns, SOLID Principles, and Maintainable Architecture
6 min read
🤖
AI & Machine Learning
Client-Side AI: Running WebGPU LLMs and Neural Networks Directly in the Browser
6 min read
🖼️
Image Tools
Client-Side Image Compression: How HTML5 Canvas and Quantization Work in Browsers
6 min read
📊
Office & Automation
Collaborative Document Editing: Managing Revisions, Track Changes, and Visual Diffs
6 min read
🖼️
Image Tools
Color Spaces Explained: HEX, RGB, HSL, and CMYK Conversions for Designers & Developers
6 min read
📄
PDF Tools
The Complete Guide to PDF Security: AES-256 Encryption, Passwords, and Access Controls
6 min read
📄
PDF Tools
Converting Image Collections (JPG, PNG, WebP) into High-Resolution PDF Documents
6 min read
📄
PDF Tools
Converting PDF Tables to Editable Excel XLSX Spreadsheets: Algorithms and Best Practices
6 min read
🖼️
Image Tools
Converting Video Clips to High-Quality Animated GIFs: Color Palette & Dithering Masterclass
6 min read
🚀
SEO & Technical Web
Core Web Vitals Optimization: Master Guide to Improving INP, LCP, and CLS Scores
6 min read
📊
Office & Automation
Creating High-Impact Presentations: Slide Typography, Graphic Export, and PDF Distribution
6 min read
⏱️
Productivity
Creating Interactive Digital Forms and Signable Documents Without Expensive Software
6 min read
📊
Office & Automation
CSV vs Excel XLSX vs JSON: Choosing the Right Data Format for Business Systems
6 min read
💼
Business & Security
Cybersecurity for Small Businesses: Safeguarding Confidential Files Against Ransomware & Leaks
6 min read
⚙️
Technology
Decompiling and Inspecting APK Files: Binary XML, DEX Bytecode, and Security Analysis
6 min read
💻
Developer Tools
Demystifying Base64 Encoding: Binary Bitwise Operations, UTF-8 Bytes, and Data URIs
6 min read
Programming
Designing Resilient REST APIs: Versioning, Rate Limiting, Error Models, and Idempotency
6 min read
⏱️
Productivity
Digital Decluttering: Organizing Your Downloads Folder, File Naming Standards, and Archives
6 min read
🎓
Students & Academic
Digital Note-Taking Masterclass: Markdown vs PDF Annotation for STEM and Computer Science Students
6 min read
📑
Documents & Publishing
Digital Signatures & PKI: How X.509 Certificates Authenticate PDF Contracts
6 min read
💼
Business & Security
Digital Transformation in Finance: Automating Statement Audits and Report Generation
6 min read
📑
Documents & Publishing
Document Accessibility (WCAG 2.1): Creating Tagged PDFs and Readable Formats for Screen Readers
6 min read
⚙️
Technology
Edge Computing vs Cloud Serverless: The Architectural Shift to Client-Side Local Execution
6 min read
📄
PDF Tools
Editing PDF Metadata: Title, Author, Keywords, and Subject Optimization for Archiving
6 min read
📑
Documents & Publishing
EPUB 3 eBook Publishing: Reflowable Text Formatting, CSS Styling, and PDF Conversion
6 min read
📊
Office & Automation
Excel Spreadsheet Automation: VBA Macros vs Python Pandas for Enterprise Reporting
6 min read
💼
Business & Security
GDPR and CCPA Compliance for Web Tools: Implementing Privacy-by-Design Architecture
6 min read
Programming
Git Internals Under the Hood: Blobs, Trees, Commits, and Branching Mechanics Explained
6 min read
🎓
Students & Academic
How to Compress Presentation Slides and Lab Reports for University Upload Portals (Canvas/Blackboard)
6 min read
🖼️
Image Tools
How to Create Custom QR Codes with Embedded Logos, Branding, and High Scan Reliability
6 min read
📄
PDF Tools
How to Merge PDF Files Online Securely: Complete Privacy & Architectural Guide
6 min read
🎓
Students & Academic
How to Organize Lecture Notes, PDF Slides, and Digital Textbooks into Consolidated Study Guides
6 min read
📄
PDF Tools
How to Split Large PDF Files & Extract Specific Page Ranges: Complete Tutorial
6 min read
🚀
SEO & Technical Web
Image SEO Masterclass: Descriptive Alt Text, File Naming, Responsive srcset, and Image Sitemaps
6 min read
💼
Business & Security
Intellectual Property Protection: Applying Custom Watermarks and Confidentiality Marks
6 min read
🚀
SEO & Technical Web
Internal Linking Architecture: PageRank Sculpting, Topic Clusters, and Contextual Anchor Text
6 min read
🚀
SEO & Technical Web
JSON-LD Structured Data Schemas: Implementing SoftwareApplication, FAQPage, and HowTo
6 min read
💻
Developer Tools
JSON Schema Validation and Type Checking in Modern Web Applications
6 min read
⏱️
Productivity
Keyboard Shortcuts Masterclass: Boosting Daily Browser, OS, and Utility Speed by 3x
6 min read
🚀
SEO & Technical Web
LLM Search Optimization: Preparing Your Website for llms.txt, Perplexity, and AI Search Engines
6 min read
🤖
AI & Machine Learning
Local LLM Fine-Tuning and Quantization: GGUF, AWQ, and BitsAndBytes Mechanics Explained
6 min read
🖼️
Image Tools
Lossless vs Lossy Image Compression: When to Use Which Format for Web Performance
6 min read
🎓
Students & Academic
Managing Large Thesis and Dissertation PDFs: Compression, Page Order, and Digital Binding
6 min read
📑
Documents & Publishing
The Markdown Publishing Workflow: Writing Technical Documentation with Static Generators
6 min read
⚙️
Technology
Mastering Android Debug Bridge (ADB): Command-Line Guide for Power Users & Developers
6 min read
📄
PDF Tools
Mastering PDF Compression: Vector Stream Optimization, Downsampling, and Lossless Quality
6 min read
Programming
Modern JavaScript Async Masterclass: Promises, Event Loop Microtasks, and Web Workers
6 min read
💼
Business & Security
Monetizing Free Web Utilities with Google AdSense: Value Content & Policy Compliance
6 min read
⚙️
Technology
Mozilla pdf.js and pdf-lib: How In-Browser PDF Rendering and Editing Work
6 min read
📑
Documents & Publishing
Multi-Language Document Typesetting: UTF-8 Encoding, RTL Support, and Font Embedding
6 min read
🖼️
Image Tools
Next-Gen Image Formats: WebP vs AVIF vs PNG vs JPEG Compression Benchmarks
6 min read
📑
Documents & Publishing
OCR Technology Explained: How Optical Character Recognition Digitizes Scanned Documents
6 min read
🚀
SEO & Technical Web
Optimizing Meta Descriptions, Title Tags, and Open Graph Social Cards for Maximum CTR
6 min read
📊
Office & Automation
The Complete Paperless Office Guide: Scanning, Organizing, and Securing Digital Records
6 min read
📑
Documents & Publishing
The PDF/A Archival Standard: Ensuring Long-Term Digital Document Preservation
6 min read
📊
Office & Automation
Streamlining Corporate PDF Workflows: Regulatory Compliance, Digital Signatures, and Privacy
6 min read
📄
PDF Tools
PDF to Word DOCX Conversion: How to Preserve Font Layouts, Graphics, and Headers
6 min read
🎓
Students & Academic
Plagiarism Prevention & Citation Management: Tools and Strategies for University Students
6 min read
📄
PDF Tools
Pre-Press PDF Preparation: Adding Crop Marks, Bleed Margins, and CMYK Color Space Conversion
6 min read
🤖
AI & Machine Learning
Prompt Engineering Masterclass: Structuring Prompts for Accurate Code Generation and Refactoring
6 min read
⚙️
Technology
Progressive Web Apps (PWA): Service Workers, Web App Manifests, and Offline Caching Strategies
6 min read
Programming
Python Performance Optimization: Profiling, Memory Management, and Multiprocessing
6 min read
💼
Business & Security
Reducing Cloud SaaS Subscription Costs with Free Browser-Native Utility Tools
6 min read
💻
Developer Tools
Regular Expressions Performance: Avoiding Catastrophic Backtracking in Web Apps
6 min read
🖼️
Image Tools
Responsive Images Masterclass: HTML5 srcset, <picture> Element, and Art Direction
6 min read
⏱️
Productivity
Secure Password Management: Entropy Calculation, Passphrases, and Clipboard Hygiene
6 min read
🚀
SEO & Technical Web
Semantic HTML5 Architecture: Heading Hierarchy (H1-H6), Landmarks, and Accessibility for SEO
6 min read
💻
Developer Tools
SHA-256 vs Bcrypt vs Argon2: Choosing Cryptographic Hash Functions for Password & Data Security
6 min read
🎓
Students & Academic
STEM Resume & Portfolio Optimization: Converting LaTeX and Word Drafts to Crisp ATS-Friendly PDFs
6 min read
📑
Documents & Publishing
Structuring Technical Whitepapers & Research Reports: Formatting, Citation, and Layout
6 min read
🎓
Students & Academic
The Ultimate Student Productivity Stack: Free Browser Tools for Fast Research and Writing
6 min read
🚀
SEO & Technical Web
Technical SEO Audit Checklist: Crawl Budget Optimization, XML Sitemaps, and Canonicalization
6 min read
💻
Developer Tools
Text Casing Conventions in Software Engineering: camelCase, snake_case, kebab-case, and PascalCase
6 min read
⏱️
Productivity
Time Blocking & Focus Workflows: Eliminating Digital Distractions and Context Switching
6 min read
Programming
TypeScript Advanced Generics: Utility Types, Conditional Types, and Type Inference
6 min read
🖼️
Image Tools
Understanding EXIF Photo Metadata: Privacy Risks, GPS Tagging, and Sanitization Methods
6 min read
⚙️
Technology
Understanding FFmpeg.wasm: Transcoding Audio and Video in Browser WebAssembly
6 min read
💻
Developer Tools
UUID v4, UUID v7, and NanoID: Choosing the Right Unique Identifier for Distributed Databases
6 min read
💻
Developer Tools
Unix Timestamps & Epoch Time: Handling Timezones, Daylight Savings, and Date Parsing
6 min read
💻
Developer Tools
URL Encoding & Percent-Encoding: Securing Query Parameters and API Requests
6 min read
🤖
AI & Machine Learning
Vector Databases and RAG Architecture: Implementing Embeddings and Semantic Search
6 min read
🖼️
Image Tools
Vector vs Raster Graphics: Scalable Vector Graphics (SVG) Conversion & Responsive Web Design
6 min read
💼
Business & Security
Vendor Risk Management: Evaluating Third-Party Online Tool Security & Data Compliance
6 min read
⚙️
Technology
Web Crypto API: Generating Secure Keys, Hashes, and Ciphers Directly in JavaScript
6 min read
Programming
Web Security Fundamentals: Hardening Applications against CORS, CSP, XSS, and CSRF
6 min read
Programming
WebAssembly (Wasm) Performance: Compiling C++ and Rust for Near-Native Browser Speed
6 min read
📊
Office & Automation
Word Document Formatting Masterclass: Styles, Section Breaks, Headers, and Table Alignment
6 min read