Kadeisha Kean
Contributing since July, 2017
-
92articles
-
73Features
-
19Guides
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.
Latest Articles
3 Types of HTML Lists and How to Use Them
Use html lists to group content and style it to match your design, just be sure you’re using the right kind of list.
What Is REST API and How Can You Grab Data for Your App or Website?
If you're looking for an explanation of what a REST API is, and how you can use it, you're in the right place.
An Introduction to Using Streams in Node.js
Streams in Node.js can be complicated, but it's worth taking your time to understand them.
Full Stack JavaScript: Exploring MERN, MEAN, and MEVN
MERN, MEAN, and MEVN are the most popular stacks for developing full-stack applications. But what’s the difference between them?
How to Create Custom Spring Boot Error Pages With Thymeleaf
Whitelabel error pages look blunt and could negatively impact user experience. Learn how to create custom error pages using Thymeleaf.
What Is Thymeleaf and How Can You Use It in Your Spring Boot Applications?
Learn how to integrate this template engine into your Spring applications.
How to Secure Your Spring Application With Spring Security
Ensure the security of your Spring application by leveraging the robust features offered by the Spring Security framework.
How to Create and Use a Generic Class in Java
Generic classes facilitate reusability. Make your code scalable and efficient using generic classes in Java.
Using Initializr to Generate a New Spring Boot Application
Setting up a Spring project can be a complicated task; fortunately, the Spring Initializr is here to help!
Will AI Advancement Mean the End of Programming?
AI seems to be making huge strides every single day. As a programmer, should you be worried that the machines are coming for your job?
What Is the Adapter Design Pattern and How Can You Use It?
Use this pattern to reuse third-party code without having to rewrite all your own.
What Is the Factory Design Pattern?
The Factory Design Pattern is a useful tool in software development. Learn what it is and how to implement it using Java.
What Is the Builder Design Pattern?
Solve your creation problems for complex objects with this useful pattern.
What Is the Decorator Design Pattern?
Discover the decorator pattern and build more flexible, extensible object hierarchies.
An Introduction to the Spring Framework
Put some Spring in your step and learn how to build apps with this powerful framework.
What Is the Template Method Design Pattern?
Use the power of abstract and final methods to keep control over subclass implementations.
How Do You Format a String in JavaScript?
Become a string master with this JavaScript guide to formatting, interpolation, and more.
What Is the Singleton Design Pattern?
The singleton pattern has some solid use cases, so make sure you know how to use it.
How to Create Dependency Injections in JUnit
Clean up your test cases with automatic dependency injection, courtesy of JUnit.