CSS Magic
Author

CSS Magic

Learn and create, pioneering the AI era.

54
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from CSS Magic

54 recent articles
CSS Magic
CSS Magic
Dec 15, 2023 · Artificial Intelligence

Google Gemini Free API Launch: A Deep Dive for Developers

Google has opened its Gemini Pro large‑language model via a completely free API with a 60‑calls‑per‑minute limit, offering an online playground, straightforward key registration, efficient token usage, and streaming output, while noting it remains a technical preview rather than a consumer‑ready service.

AIAPI UsageFree API
0 likes · 3 min read
Google Gemini Free API Launch: A Deep Dive for Developers
CSS Magic
CSS Magic
Jan 22, 2019 · Blockchain

Fast Q&A Season 2 – Blockchain Learning Roadmap & Front‑End Career Tips

In this Fast Q&A episode, the author outlines a two‑layer view of blockchain technology, recommends learning resources for front‑end engineers entering DApp development, and offers practical career advice for junior front‑end developers facing interview challenges and job‑search decisions.

Career AdviceDAppLearning Path
0 likes · 8 min read
Fast Q&A Season 2 – Blockchain Learning Roadmap & Front‑End Career Tips
CSS Magic
CSS Magic
Dec 27, 2018 · Frontend Development

Season 2, Episode 1: Quick CSS Q&A and Front‑End Career Tips

This episode of the Quick Q&A column answers common CSS questions—such as element‑specific property limits, the hyphens property, and Chrome’s minimum‑font‑size effect on rem units—while also offering practical career advice for aspiring front‑end developers.

CSSChromerem
0 likes · 7 min read
Season 2, Episode 1: Quick CSS Q&A and Front‑End Career Tips
CSS Magic
CSS Magic
Sep 29, 2018 · Blockchain

Why a Front-End Veteran Turned to Blockchain: An InfoQ Interview with CSS Magic

In this InfoQ interview, seasoned front‑end engineer CSS Magic explains how his ten‑year web background led him to explore decentralized applications, compares DApp architecture with traditional web apps, outlines blockchain’s unique traits, public‑chain selection criteria, required skills, and offers career advice for developers considering the blockchain wave.

DAppblockchaindecentralization
0 likes · 15 min read
Why a Front-End Veteran Turned to Blockchain: An InfoQ Interview with CSS Magic
CSS Magic
CSS Magic
Aug 24, 2018 · Frontend Development

Fix Common ESLint Warnings in Existing JavaScript Code (Part 4)

This article explains how to handle the ESLint "no-fallthrough" and "no-undef" rules, showing when to add explicit comments, convert globals to locals, and why the comment‑based fix is often the most efficient for legacy JavaScript code.

ESLintJavaScriptcode quality
0 likes · 6 min read
Fix Common ESLint Warnings in Existing JavaScript Code (Part 4)
CSS Magic
CSS Magic
Jul 27, 2018 · Frontend Development

Fix Common ESLint Warnings in Existing JS Code (Part 3)

This article explains how to resolve the ESLint "no‑empty" and "no‑empty‑function" warnings by refactoring empty blocks, adding explanatory comments, using noop helpers, and validating callbacks, providing concrete code examples and step‑by‑step reasoning.

ESLintJavaScriptcode quality
0 likes · 6 min read
Fix Common ESLint Warnings in Existing JS Code (Part 3)
CSS Magic
CSS Magic
Dec 18, 2017 · Frontend Development

Fix Common ESLint Warnings in Existing JavaScript Code (Part 2)

This article explains why ESLint’s no‑return‑assign and no‑constant‑condition rules fire, shows concrete examples—including arrow functions and leftover debug code—and provides step‑by‑step fixes to make the intent of the JavaScript code clear and maintainable.

ESLintJavaScriptcode quality
0 likes · 7 min read
Fix Common ESLint Warnings in Existing JavaScript Code (Part 2)
CSS Magic
CSS Magic
Oct 24, 2017 · Frontend Development

Fix Common ESLint Warnings in Existing JavaScript Code (Part 1)

This article explains why rules like eqeqeq, no‑bitwise, and no‑implicit‑coercion should be avoided, shows concrete examples of problematic code, and provides clear manual fixes to improve JavaScript quality with ESLint.

ESLintJavaScriptcode quality
0 likes · 6 min read
Fix Common ESLint Warnings in Existing JavaScript Code (Part 1)