noor-ahmed.hashnode.devWhat is Static TypingIntroduction In this article I will be talking about what is static typing and will be showing you examples of how it is used. Static Typing Static typing is a secure typing system where we define data types so for example if a variable is going to c...May 8, 2024·2 min read
noor-ahmed.hashnode.devManipulate Data in ArraysIntroduction In this article I will show you some examples of how arrays can be manipulated to find certain information using the python programming language. What is an array An array is a data structure which is used for storing items of the same d...Apr 2, 2024·2 min read
noor-ahmed.hashnode.devMake you're Resume Project BetterIntroduction Here I will talk about the different steps you can take to improve your resume projects. These steps will improve your code quality as well as follow practices made by big tech companies. Problem Statement You're applying to internships/...Jan 23, 2024·5 min read
noor-ahmed.hashnode.devEmbed DLLs in Single Executable File of Windows Forms AppIntroduction In this article, I will be talking about how you can deploy your Full-Stack Windows Forms Application into a single exe file. Problem Statement If you are working on a full-stack Windows Forms Application project and you want to have use...Nov 5, 2023·2 min read
noor-ahmed.hashnode.devGain experience in Software Engineering as a StudentIntroduction As a student myself, trying to get experience is difficult but a great way to gain the skills from experience is by making open source contributions. Contributions to open source can be made in various ways such as fixing an issue on a G...Oct 29, 2023·3 min read