KMKenny McClellandinkxm203.hashnode.dev·Apr 2, 2024 · 5 min readHow to create your own full stack project in the terminal and track using Git.Hello! I want to show you how you can start a full stack project and utilize Git Hub. There can be a lot of steps and can ne overwhelming, but in time I am sure with the more projects you create the process will get easier! There will be a lot of ste...00
KMKenny McClellandinkxm203.hashnode.dev·Mar 29, 2024 · 3 min readStumped on Generating Data for Your Project?Have you ever worked on a coding project and you needed to seed your database, but couldn't think of how to come up with your data? Instead of using the same things over and over, there is a Python package called Faker that can generate fake data for...00
KMKenny McClellandinkxm203.hashnode.dev·Mar 5, 2024 · 4 min readCommon Data Types in PythonI want to talk about some of the common data types you will see as you code in Python. First up is strings, if you have coded in JavaScript you already know what a string is, but if you are unfamiliar with this a string is anything that is wrapped in...00
KMKenny McClellandinkxm203.hashnode.dev·Feb 11, 2024 · 5 min readReact BasicsHello! I'm going to talk a little about one of the most popular library that we will use in coding: React. One thing that can be confusing on how it is styled it that it is not framework, but a library that has grown in usage with JavaScript develope...00
KMKenny McClellandinkxm203.hashnode.dev·Jan 26, 2024 · 3 min readInitializing Variables in JavaScript.In this blog, I will be talking about initializing variables in JS (JavaScript), the different ways to declare a variable, and what is the difference . As always if I am wrong, or you just want to say "hello", please comment! Let's start with initial...00