JMJason Malefakisinwayo.hashnode.dev·Nov 15, 2024 · 4 min readWhy Pandas is Essential to Efficient Data EngineeringPython is the quintessential data analytics language with its simplicity, versatility, and huge library ecosystem. Though Python on its own seriously tackles many data tasks, the Pandas library (a portmanteau of panel data - multi-dimensional data se...00
JMJason Malefakisinwayo.hashnode.dev·Sep 13, 2024 · 5 min readLearn to Debug: What Makes Good Developers GreatIntroduction Debugging is a critical skill, especially for full-stack developers. It requires an understanding of the available tools, syntax, data structures, system behavior, project structure, data flow, error types, log analysis, critical thinkin...00B
JMJason Malefakisinwayo.hashnode.dev·Aug 22, 2024 · 5 min readWhy you should learn Python: Power, Simplicity, Speed, and VersatilityIntroduction Python is a powerful language because it can combine existing components from different languages. Python's straightforward syntax results in readability, aiding in learning and reducing the long-term maintenance costs. Its inherent data...00
JMJason Malefakisinwayo.hashnode.dev·Aug 1, 2024 · 6 min readThe Beginner's Cheat Guide to ReactIntroduction React is a front-end framework (technically, a library) that speeds application development and DOM rendering. It is declarative, articulating what should be accomplished instead of each step to accomplish it. JSX (Javascript XML) is Rea...00
JMJason Malefakisinwayo.hashnode.dev·Jul 12, 2024 · 4 min readWhy you should be using the HTML data-* attributeWhat is it? HTML tags are the main components that define webpage elements. HTML attributes describe tags with additional information. This information may have many purposes, including: Identifying tags, including uniquely Providing users (and som...00