Kadeisha Kean
85 articles published since July 13, 2017
Page 3
About Kadeisha Kean
Kadeisha is a Full-Stack Software Developer and Technical/Technology Writer. She has a Bachelor of Science in Computing, from the University of Technology in Jamaica.
Learn How to Create Asynchronous Programs With JavaScript
Changing the order in which code runs can be confusing, but is vital for certain applications. Learn how to use JavaScript in a non-linear fashion.
An Introduction to MVC Architecture: Examples Explained
Apply Model-View-Controller design principles to your own programs for immediate results. Here's how to get started.
5 Reasons to Consider a Google Home Security System
Looking for a smart way of keeping your house secure? The Google Home Security System (aka Nest Home Security) could be ideal for you.
The 5 Best Game Engines for Beginners in Video Game Development
If you're new to developing video games, knowing the right game engine can be a little tricky. Here are five of the best.
The Best Intel Processors, Ranked
Wondering what the best Intel CPU is? Well, wonder no more. These are the top Intel processors, in order.
A Beginner's Guide to Using Velo by Wix
Wix gets more powerful customization and programming features via Velo. Here's how to use it.
How to Use Event Listeners in JavaScript
Event-handling is vital for interactive applications. Learn how to respond to mouse and keyboard events using JavaScript.
Learn How to Use DOM Selectors
To inspect or update a web page dynamically, you need to access its elements. Find out how to use DOM selectors to target various parts of your page.
How to Make Your Website Responsive and Interactive With CSS and JavaScript
You've set up your website with HTML and CSS, but now you need to add logic. Here's what to do.
What Is React Redux and How Do You Use it?
Manage React state with ease using Redux. Ready to get started? Here's how.
What Is Express.js and Why Should You Use It?
How can you use Express in your own projects? How do you install and understand the package? Here's what you need to know.
How to Create a Portfolio Website From Scratch
Ready to show off your software dev skills to recruiters and hiring managers? Create a portfolio website using these HTML and CSS principles.
What Is MUI and How Can You Use It In Your ReactJS Projects?
Material-UI has a new name and aims to create a new design system alternative to Material Design. Here's how you can use MUI in ReactJS projects.
A Beginner’s Guide to Getting Started With Django
Django is a fast, scalable framework for web development in Python. Learn how to get started by installing Django and setting up a sample project.
How to Use Props in ReactJS
If you're looking for tips on how to use props in ReactJS, you're in the right place.
An Introduction to Angular
Is Angular just a framework? How do you get started using it? Here's what you need to know.
What Is REST API and How Can You Grab Data for Your App or Website?
If you're looking for an explanation of what Rest API is, and how you can use it, you're in the right place.
5 Useful Features of the Java 8 Date and Time API
Dealing with dates and times can be tricky since there are many edge cases and complexities. Fortunately the Java 8 date and time API is here to help.