nomadlyfe.hashnode.devEnhancing Real-Time Communication in Your React Flask Project with Socket.IOReal-time communication has become a crucial part of modern web applications, enabling users to interact seamlessly and stay updated with live information. Integrating Socket.IO into your React Flask project can enhance the user experience by providi...Apr 29, 2024·4 min read
nomadlyfe.hashnode.devHarnessing the Power of Flask-SQLAlchemy: A Guide to Fetching External API DataIn the dynamic realm of web development, the ability to seamlessly integrate external API data into your Flask application can be a transformative game-changer. Flask, a lightweight web framework for Python, when coupled with SQLAlchemy for efficient...Jan 12, 2024·5 min read
nomadlyfe.hashnode.devObject Oriented vs Functional ProgrammingIntroduction Python is a versatile and widely used programming language known for its readability and support for multiple programming paradigms. Two of the most prominent paradigms in Python are Object-Oriented Programming (OOP) and Functional Progr...Sep 10, 2023·5 min read
nomadlyfe.hashnode.devUsing React Hooks useState and useEffect to Set a State Variable Upon Entry into ApplicationIntroduction React Hooks revolutionized the way we write reusable and stateful logic in React applications. Among the most commonly used hooks are useState and useEffect, which allow us to manage component state and perform side effects respectively....Jul 8, 2023·5 min read
nomadlyfe.hashnode.devUse JavaScript/HTML/CSS to Build a Dynamic Line Chart!As is the case with any type of coding language, there will always be multiple ways to solve any problem or challenge. The one I used took advantage of both HTML and CSS in conjunction with JS to build the data points and lines of the chart. JS was t...May 5, 2023·9 min read