Yemi Ojedapo
Yemi is a software developer and technical writer. She enjoys explaining technical concepts related to programming and software in understandable terms. You can read more of her blog posts at dev.to/hyemiie.
Yemi's articles
6 Techniques for Conditional Rendering in React, with Examples
Learn techniques for conditional rendering in React, including if-else statements, ternary operators, switch statements, HOCs, and element variables.
How to Perform User Authentication with Flask-Login
Learn about the features that Flask-Login offers and how to use them to create a secure user login functionality for your Python web app.
How to Implement Pagination with HTML, CSS and JavaScript
Learn how easy it is to create a simple, accessible pagination script that breaks up large amounts of content into more digestible chunks.