Skip to content

Instantly share code, notes, and snippets.

View kenrogers's full-sized avatar

kenny kenrogers

View GitHub Profile
@kenrogers
kenrogers / stacks-faqs.md
Created March 22, 2023 00:19
List of questions and answers regarding Stacks
did:3:kjzl6cwe1jw147dw839k21q3ua209d2psgd96ppvtajwr06taickgblzroeo3b9
console.log('testing')
document.querySelector('.prayer-request-app a.item').onclick = function(event) {
console.log('testing click')
event.preventDefault();
}

Become an indespensible developer

Launch and grow your web development career without formal education, existing experience, or expensive bootcamps

Hi I'm Kenny Rogers.

Yes that is my real name, no I'm not related to the country singer.

I'm a UX/UI designer and full-stack developer focusing on teaching aspiring developers how to build amazing software, become indespensible, and launch and grow fulfilling careers in web development.

My main goal is to fill what I think is a large gap in the web development education space.

@kenrogers
kenrogers / about.md
Created August 12, 2019 17:54
About page content and personal goals for my website

About Page Content

About Kenny Rogers

Hey there! I’m Kenny Rogers (no relation).

I’m an American developer, designer, writer, entrepreneur, and the sole voice behind KenRogers.co.

This website is my home base on the internet. It’s where I help aspiring developers learn how to wade through the complexities of the web development world and launch and grow fulfilling careers as web developers.

The core problem I want to address and help solve with this site is this:

<template>
<div>
<section class="section">
<section class="level">
<div class="level-item">
<p class="title">
Budget
</p>
</div>
<div class="level-item">
<template>
<div>
<section class="section">
<section class="level">
<div class="level-item">
<p class="title">
Transactions
</p>
</div>
<div class="level-item">
<template>
<div>
<section class="hero is-primary is-medium is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">The Budget</h1>
<h2 class="subtitle">Budgeting for Simple People</h2>
</div>
</div>
</section>
<template>
<div class="home container flex flex-col items-center w-1/2">
<nav class="flex">
<nuxt-link to="/"><b-icon icon="chevron-left" size="is-small"></b-icon> Go to Your Transactions</nuxt-link>
</nav>
<h1>Budget</h1>
</div>
</template>