JTJacqueline Trappinmy-how-to-blog.hashnode.dev·Jan 17, 2025 · 6 min readHow to Format your React App for MobileThese days, it's increasingly common for employers to review applications on their mobile devices. Ensuring your application works seamlessly across various screen sizes is essential. Fortunately, React, JavaScript, and CSS offer a range of tools tha...00
JTJacqueline Trappinmy-how-to-blog.hashnode.dev·Jan 10, 2025 · 9 min readHow to Build a Menu Tree for a Python CLI AppIn this article I will walk through the basic functionality for creating a menu tree in Python using Nodes, then populating the menu tree to create a basic CLI application. The repo for this example can be found here: menu_tree_cli_example Repository...00
JTJacqueline Trappinmy-how-to-blog.hashnode.dev·Dec 17, 2024 · 6 min readHow to Combine Sets in PythonIn this article, I will go through various methods to join sets as well as an example of how these techniques may be used to explain year over year policyholder movement for an insurance policy. Consider an insurance policy which has policyholders ch...00
JTJacqueline Trappinmy-how-to-blog.hashnode.dev·Nov 25, 2024 · 3 min readHow to Freeze bottom of Header in React/CSSIn this post, we will go over the process to: Create a header (which includes Navigation Bar) in React Update CSS to freeze navigation bar Specify CSS formatting to ensure the remainder of header is able to minimize on scroll The specifications ...01I
JTJacqueline Trappinmy-how-to-blog.hashnode.dev·Nov 4, 2024 · 3 min readHow to Create Clickable TabsIn this post, we will go over the process to create and manage tabs in HTML, using CSS and JavaScript. Specifically, we will discuss how to: Select a tab to change page contents Change format of active tab name Change format of tab name upon hover...00