TenE
banner
teneplays.bsky.social
TenE
@teneplays.bsky.social
"Introducing Releasify Action — Announce GitHub Releases on Discord Effortlessly" by @teneplays #DEVCommunity dev.to/tene/introdu...
Introducing Releasify Action — Announce GitHub Releases on Discord Effortlessly
Hi everyone! 👋 If you're like me, you love automating the little things — especially when it comes...
dev.to
June 21, 2025 at 10:50 AM
My GitHub Sponsors profile is live! You can sponsor me to support my open source work 💖

github.com/sponsors/Ten...
Sponsor @TenEplaysOfficial on GitHub Sponsors
Web developer and open-source enthusiast creating tools to simplify workflows. I publish NPM packages and libraries. Sponsorships fund domains, servers, and global access, enabling free and reliabl...
github.com
June 3, 2025 at 7:13 PM
"Mastering Conventional Commits: Structure, Benefits, and Tools" by @teneplays #DEVCommunity dev.to/tene/masteri...
Mastering Conventional Commits: Structure, Benefits, and Tools
Conventional Commits are a lightweight convention for structuring Git commit messages. This format...
dev.to
June 3, 2025 at 7:09 PM
Google I/O is Google’s annual developer extravaganza (this year held May 20–21, 2025), where the... dev.to/tene/google-...
Google I/O 2025
Google I/O is Google’s annual developer extravaganza (this year held May 20–21, 2025), where the...
dev.to
May 25, 2025 at 5:39 PM
"The Ultimate YAML Guide for Developers: From Basics to Advanced DevOps Workflows" by @teneplays.bsky.social #DEVCommunity dev.to/tene/the-ult...
The Ultimate YAML Guide for Developers: From Basics to Advanced DevOps Workflows
Introduction YAML (YAML Ain’t Markup Language) is a human-readable data serialization...
dev.to
May 22, 2025 at 8:43 AM
"HTTP Status Codes Explained: A Beginner's Guide to Web Responses" by @teneplays.bsky.social #DEVCommunity dev.to/tene/http-st...
HTTP Status Codes Explained: A Beginner's Guide to Web Responses
When browsing the internet, your browser communicates with web servers using HTTP (HyperText Transfer...
dev.to
May 9, 2025 at 5:33 AM
"Optimize React Rendering with Lazy Loading and Code Splitting" by @teneplays.bsky.social #DEVCommunity dev.to/tene/optimiz...
Optimize React Rendering with Lazy Loading and Code Splitting
Introduction Code splitting is a technique that improves the performance of React...
dev.to
May 4, 2025 at 5:09 AM
"Mastering Conditional Rendering in React" by @teneplays.bsky.social #DEVCommunity dev.to/tene/masteri...
Mastering Conditional Rendering in React
What is Conditional Rendering? In React, conditional rendering allows you to dynamically...
dev.to
May 3, 2025 at 2:53 AM
"Ultimate React Hooks Guide: Best Practices & Examples" by @teneplays.bsky.social #DEVCommunity dev.to/tene/ultimat...
Ultimate React Hooks Guide: Best Practices & Examples
React Hooks are functions that let you "hook into" React state and lifecycle features from function...
dev.to
April 27, 2025 at 10:23 AM
"Props in React: Passing Data Between Components" by @teneplays.bsky.social #DEVCommunity dev.to/tene/props-i...
Props in React: Passing Data Between Components
What Are Props? Props (short for "properties") are used to pass data from a parent...
dev.to
April 25, 2025 at 3:08 AM
"Components in React: Functional vs. Class Components" by @teneplays.bsky.social #DEVCommunity dev.to/tene/compone...
Components in React: Functional vs. Class Components
What are React Components? React components are reusable building blocks for UI. They...
dev.to
April 22, 2025 at 8:30 PM
"JSX in React: Writing HTML Inside JavaScript Explained" by @teneplays.bsky.social #DEVCommunity dev.to/tene/jsx-in-...
JSX in React: Writing HTML Inside JavaScript Explained
What is JSX? JSX (JavaScript XML) is a syntax extension that allows you to write HTML...
dev.to
April 19, 2025 at 7:17 PM
"Mastering console in JavaScript: Debugging, Logging, and Hidden Tricks" by @teneplays.bsky.social #DEVCommunity dev.to/tene/masteri...
Mastering console in JavaScript: Debugging, Logging, and Hidden Tricks
The console object in JavaScript is a powerful tool for developers. While most use it for simple...
dev.to
April 16, 2025 at 9:41 AM
"Setting Up a React Project with Vite" by @teneplays.bsky.social #DEVCommunity dev.to/tene/setting...
Setting Up a React Project with Vite
Why Set Up a React Project? React needs a build tool to manage dependencies, compile JSX,...
dev.to
April 12, 2025 at 8:14 PM
"Then vs Await in JavaScript: When and How to Use" by @teneplays.bsky.social #DEVCommunity dev.to/tene/then-vs...
Then vs Await in JavaScript: When and How to Use
Introduction JavaScript is asynchronous, meaning some operations (like API calls) take...
dev.to
April 7, 2025 at 7:54 AM
"CSS Cheat Sheet: Everything You Need to Know in One Place" by @teneplays.bsky.social #DEVCommunity dev.to/tene/css-che...
CSS Cheat Sheet: Everything You Need to Know in One Place
Basic Selectors: * /* Universal selector */ element /* Selects all...
dev.to
March 30, 2025 at 9:35 AM
"No-Code & Low-Code Frontend Builders: The Best SaaS Platforms" by @teneplays #DEVCommunity dev.to/tene/no-code...
No-Code & Low-Code Frontend Builders: The Best SaaS Platforms
Introduction Frontend development has evolved significantly, with no-code and low-code...
dev.to
March 23, 2025 at 3:44 AM
"LocalStorage vs IndexedDB: JavaScript Guide (Storage, Limits & Best Practices)" by @teneplays #DEVCommunity dev.to/tene/localst...
LocalStorage vs IndexedDB: JavaScript Guide (Storage, Limits & Best Practices)
When building web applications, efficient data storage is essential. JavaScript provides two key...
dev.to
March 21, 2025 at 4:58 AM