آرزو اور صفت تغیر تمام ڈا کٹر ز ، نر سیں اور گھر والے اس کے پاس دائرے کی ماند کھڑے اس کی آواز کو سن کر سوچوں کے ایک طویل سفر میں گم تھے . ان تمام کی وجہ سوچ اس کے یہ حسرت بھرے الفاظ تھے . ” ہائے کاش ! ہائے کاش […]
Finding Big-O complexity
As you know, we have already covered the basic concept of complexity and Big-O. So, now it’s time to learn that how we can calculate or find the complex nature of any given code. Before moving on let me tell some rules that we need to apply so that we can calculate the complexity quickly. […]
Speed up CSS with SASS
As you know “SASS(Syntactically Awesome StyleSheets) is an extension of CSS.” it offers various greater and dominant feature to the developers. For example features of variables, inheritance, inline rules imports, mixins, and nested CSS rules, etc., It makes developer’s job easy and more enjoyable, if you are front-end developer or full stack developer than you […]
Complexity and Big-O
Code complexity and Big-O notation If you want to write an outstanding algorithm, you must need to understand the most important concepts such as complexity and big-O notation. A problem may have many solutions from a different perspective, but we need to choose the best one out of them. In this short and precise tutorial, […]
Automate deployment using Git, GitHub and Azure
In this tutorial, I am going to show the simple GUI based steps that how we can deploy our code to Microsoft Azure, but we can deploy using git, azure-cli. Prerequisites: Microsoft Azure subscription here Git, you can download from here and complete installation GitHub account, create here Sample project, download from here or simply […]
Creating ASP.NET Core Web app
Creating ASP.NET Core Web app In this tutorial, I will show you that how you can develop your first ASP.NET Core web application even if you are on Windows, Mac, Linux but you need to install the .NET Core SDK. You must need to install .NET core from .NET Core Installation guide on your machine. […]
.NET Core development
Getting started with .NET Core In this tutorial, we will learn the following things. What is .NET Core Installing Visual Studio Code and .NET Core How to create a .NET Core console app Compile and running console app First of all, we should learn what is .NET Core. .NET Core is an open source, lightweight […]
Scholarship for Matric Students 2016
Pakistan Science Foundation Islamabad (Screening Test for Science Talent Farming Scheme) PSF (Pakistan Science Foundation) is an independent entity. PSF started a scheme called Science Talent Farming Scheme through this scheme matric pass student can get their desire education in the field of science. Eligibility Criteria: Passing year of Matriculation Examination 2016 60% average marks in […]
Basic OOP concept
Class, Property, Method, and object Class A class is a collection of similar objects that have same property/attribute and methods/behavior. A class is a building block of OOP and objects. The objects of the same type lie in a class. A class is used to define the behavior of object based on that object property Example: […]
How to set the path and Environment Variable in Windows
System Path and Environment Variables In this tutorial, we will learn that how to add any program or application in system path or environment variable. There are much reason to add the program or application in system path environment variables like if we want to run the program from the command line either we are […]