Kadeisha Kean
85 articles published since July 13, 2017
Page 2
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 Use Structures in C#
C#’s structs are like a lightweight, but powerful, alternative to classes. Find out how to use this handy data type.
How to Use Stacks in Java
The Stack is a fundamental, yet easy-to-understand core data structure. Learn how to use one in your Java programming.
Learn How to Use the Java HashMap Data Structure
HashMap is one of the most efficient data structures. Store your key-value pairs data using the Java HashMap data structure.
Learn How to Create Classes in C#
Explore object-oriented programming with classes and objects in C#.
Objective-C vs. Swift: Which Is Best for Your Project?
Apple developed Swift as a replacement for Objective-C, but is the newer language always the best choice?
What Is Git Bash and How Do You Use It?
This tool aimed at Windows users comes with the power of a Unix shell and built-in support for Git.
What Are the Different Types of Programming Language?
Each programming language differs from the next, in various ways. One of the biggest differences is how a program runs.
5 Mobile Game Development Languages You Should Learn Today
There's an abundance of options when it comes to mobile game programming, so where do you begin?
Learn How to Use React 18 Hooks
With React 18’s performance-related hooks, you can speed up state updates and improve concurrency in your applications.
6 Python Methods to Work With String Case
These convenient built-in methods will help you deal with various case-related tasks.
How to Create Dialog Boxes in Java
The Dialog Box is a simple, but common UI component and Java lets you create them in more ways than one.
How to Use a Java ArrayList
An ArrayList is perfect for storing a list of ordered data. Find out how you can use it in your projects.
Angular JS vs. React JS
If you're unsure how to choose between Angular and React, check out a simple example app to explore the differences.
How to Use Python to Reverse a String
Either one of these approaches works, so find out which is most suitable for you.
How to Position Web Elements With CSS Vertical Align
Vertically aligning elements on a web page hasn’t always been easy. It’s still not straightforward, but the vertical-align CSS property can help.
The 3 Major Programming Paradigms You Should Know
Programming languages are complex beasts. Not only can they look very different, their entire operational models can be fundamentally different.
9 Advanced Media Query CSS Tricks You Should Know
Media queries have enabled responsive, device-appropriate designs for a while. These more advanced queries take things to the next level.
What Is Sass? Learn How to Use This CSS Extension Language
If you’re struggling with unwieldy, messy CSS files, look no further than Sass and its processing magic.
A Beginner’s Guide to Using Bootstrap
Bootstrap has several features and can help you bring several ideas to life. Here's a full beginner's guide to help you use it efficiently.
Django's MVT Architecture Explained
Wondering about the differences between MVT and MVC architecture? Not sure what those terms mean? Find out here.