Junaid’s Article

آرزو اور صفت تغیر تمام ڈا کٹر ز ، نر سیں اور گھر والے اس کے پاس دائرے کی ماند کھڑے اس کی آواز کو سن کر سوچوں کے ایک طویل سفر میں گم تھے . ان تمام کی وجہ سوچ اس کے یہ حسرت بھرے الفاظ تھے . ” ہائے کاش ! ہائے کاش […]






Continue reading


Speed up CSS with SASS

sass tutorials junaid ahmed

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 […]






Continue reading


Complexity and Big-O

code 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, […]






Continue reading


Creating ASP.NET Core Web app

asp 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. […]






Continue reading


.NET Core development

.NET Core

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 […]






Continue reading


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 […]






Continue reading


Basic OOP concept

oop basic concept methods, class, property, attribute, instance, instansication

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: […]






Continue reading