Schemetastic (Rodrigo)

Schemetastic (Rodrigo) @schemetastic

About: I started with JS about 10 years ago and I fell in love with it (even though it can be weird 😅). I had step backs in my career that ended up being good. Currently I'm a passionate front-end developer.

Joined:
Sep 21, 2022

Schemetastic (Rodrigo)
articles - 23 total

Sidekick Bot - Generate Editable Designs With The Help of AI

This is a submission for the Agent.ai Challenge: Full-Stack Agent, but also could qualify for...

Learn More 12 0Jan 27

Roadmap AI - Process of learning a new skill

This is a submission for the GitHub Copilot Challenge : Transitions and Transformations ...

Learn More 12 1Jan 17

ReadOnePage - Spend more time reading and learning, and less time in social media

This is a submission for the GitHub Copilot Challenge : Fresh Starts, but also could qualify for New...

Learn More 16 5Jan 15

Tea Loop - A/B testing with DevCycle

This is a submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse What I...

Learn More 16 0Dec 22 '24

Append object to path - Util function #3

In the past days I've shared with you a few JS utilities, to loop objects recurrently, and also to...

Learn More 0 0Nov 15 '24

Get and verify paths in a nested object - util functions #2

Yesterday I shared with you a utility function to recurrently loop an object in JS, one of the...

Learn More 0 0Nov 14 '24

Recurrently loop an object in JS - util function #1

Currently, I'm working on some personal projects and I thought it was a good idea to share some code...

Learn More 0 0Nov 13 '24

KonNiche - Skill-Based Feedback to Improve Your Projects

This is a submission for the Wix Studio Challenge: Community Edition. My Community...

Learn More 20 5Oct 28 '24

Schemetastic Renders - Free 3D renders for your next project

This is a submission for the Netlify Dynamic Site Challenge: Visual Feast. What I Built A...

Learn More 41 10May 13 '24

12 Copy & paste CSS gradients + 10 Free HD mesh gradients

As front-ends we usually need appealing backgrounds to use them as hero headers, sometimes to attract...

Learn More 10 0Apr 26 '24

CSS Quiz Time #1 - Elemons gotta catch 'em * ♫

(In advance apology to Pokémon fans) 1 - How to properly apply border-box to ALL...

Learn More 0 0Apr 8 '24

TypeLib JS (part 3) - Error debugging and conditional verification

If you don't know what TypeLib JS is, in short, is a JS library that helps you to detect multiple...

Learn More 2 0Mar 1 '24

My First YouTube Short - Detecting data types in JS is hard!

Recently I'd been promoting a small project of mine called TypeLib JS. I also decided that I want to...

Learn More 3 4Feb 27 '24

TypeLib JS (part 2) - grouped types

As I promised in the past article (Click here if you want to read it), I'll explain how you can use...

Learn More 1 0Feb 12 '24

Introducing TypeLib JS - simplified type detection and debugging

If you want to see it in action, check out the project landing page at: typelib.schemetastic.com I...

Learn More 33 14Feb 7 '24

3 Benefits of doing technical writing + 7 Tips to get you started

A brief intro When we think about technical writing such as documenting code, or writing...

Learn More 4 0Nov 19 '22

Which web framework would you recommend to learn?

I remember there was a time when you would start a project and then probably go to GitHub to look for...

Learn More 1 10Nov 9 '22

Squeeze out the potential of template literals in JS

In the past article I mentioned about string interpolation and how does the ternary operator becomes...

Learn More 1 0Nov 2 '22

The conditional (ternary) operator in JS is simpler than it seems

Probably in some occasion you have seen JS codes from other programmers and suddenly you saw...

Learn More 3 0Oct 26 '22

Tips for better and readable conditionals in JS

In the previous part of this series I talked about how you can shorten your conditionals with truthy...

Learn More 6 0Oct 19 '22

Shorter conditionals with Truthy and Falsy values in JS

I know that when you are working with conditions in JS very easily you could end up with an if...

Learn More 0 0Oct 11 '22

When to use Function declarations or Function expressions in JavaScript?

What are function declarations and function expressions? Basically you can define...

Learn More 1 5Oct 4 '22

Series: Things I Wish I Knew Before in JavaScript - Intro

At the beginning when you're starting with JS, one of the things you realize quite fast is that there...

Learn More 2 2Oct 2 '22