madmecodes.hashnode.devSystem Design (Jargon)System design, in simple terms, refers to the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements. There are two types of system designs; let's discuss each of them: HLD (Hig...Nov 28, 2023·17 min read
madmecodes.hashnode.devMachine Learning and Artificial Intelligence (first step)How does AI understand my prompt? Have you ever wondered how these AI tools possess a profound understanding of our questions, surpassing our closest friends? I had this question in my mind, How exactly does these AI tools take prompt(user input) and...Sep 8, 2023·10 min read
madmecodes.hashnode.devBash Scripting, solve real world problems with bash!Bash scripting is the process of creating and running scripts written in the Bash (Bourne-Again Shell) programming language, a popular Unix-like shell. Bash scripts are used for automating tasks, system administration, and command-line automation on ...Sep 4, 2023·3 min read
madmecodes.hashnode.devSeven common programming languages (short):-Seven common programming languages and their use cases (rough idea):- 1. Python: Widely used for data science, machine learning, and artificial intelligence, as well as web development, scripting, and scientific computing. 2. Java: Commonly used for ...Aug 31, 2023·1 min read
madmecodes.hashnode.devCertificates for Software Developers?Before starting on the certificates let me first emphasize on the simple fact learning is always more important than any certificates. Moreover, true learnings often involve in holding soft skills like problem-solving, teamwork, communication, and ad...Aug 28, 2023·2 min read