hellowahab
hellowahab
Untitled
8 posts
Don't wanna be here? Send us removal request.
hellowahab · 4 months ago
Text
30 Must-Know Async Problems for JavaScript Interviews
1️⃣ Build a custom Promise from scratch.2️⃣ Create your own Promise.all implementation.3️⃣ Design a Promise.any that resolves to the first fulfilled promise.4️⃣ Develop a Promise.race to resolve based on the fastest result.5️⃣ Implement Promise.allSettled to handle multiple results—fulfilled or rejected.6️⃣ Add a finally method for promises that always runs, regardless of outcome.7️⃣ Convert…
0 notes
hellowahab · 5 months ago
Text
Step by Step guide to your First Angular App (Part 1)
In this article, we will explore the process of creating an Angular application and progressively incorporating new features. This guide not only helps you build a single Angular application but also teaches you the step-by-step nuances of the Angular framework. Starting Your Angular Project Step 1: Setting Up the Project Folder Open a terminal on your system. Create a new folder for your…
Tumblr media
View On WordPress
0 notes
hellowahab · 2 years ago
Text
Developing softwares as we built houses
Developing softwares as we built houses
We should develop a software like a house Blueprint first (Designs) Gray structure (Architectural & function tickets) Setting Barriers or Barricade/doors (Validation & Checks) Finishing (Design implementation and final tweeting to match design)
View On WordPress
0 notes
hellowahab · 2 years ago
Text
Create IIS Site
Powershell 7+ is required Install IIS Administration Module Install-Module -Name IISAdministration -Scope AllUsers -AllowClobber Add new Website New-IISSite -Name 'yourwebsite.com' -PhysicalPath 'your project location' -BindingInformation "*:443:yourwebsite.com" -Protocol https -SslFlag "Sni" -CertificateThumbPrint "f304c4984396a06158a4f45087a04cc345c1086e" -CertStoreLocation…
View On WordPress
0 notes
hellowahab · 8 years ago
Text
List of Software Houses
List of Software Houses
COMPANY (Loc: Karachi office only) WEBSITE CONTACT 1000solutions http://1000solutions.com/ [email protected] 10Pearls http://10pearls.com/ [email protected], [email protected] 24hours https://www.24hours.pk [email protected] 2Cimple Inc www.2cimple.com/ [email protected] 360factors http://www.360factors.com/ [email protected] 360training http://www.360training.c…
View On WordPress
0 notes
hellowahab · 8 years ago
Text
List of Job Sites
List of Job Sites
www.careerbuilder.co.in
www.careerlic.in
www.clickjobs.com
www.placementpoint.com
www.careerpointplacement.com
www.glassdoor.co.in
www.indtherightjob.com
www.employmentguide.com
www.JOBSTREET.com
www.JOBSDB.COM
www.AE.TIMESJOBS.COM
www.NAUKRIGULF.COM
www.NAUKRI.COM
www.GULFTALENT.COM
www.BAYAT.COM
www.MONSTER.COM
www.VELAI.NET
www.CAREESMA.COM
www.SHINE.COM
www.fresherslive.com
www.jobsahead.com
View On WordPress
0 notes
hellowahab · 8 years ago
Text
Things to remember before buying a Smart Phone
Things to remember before buying a Smart Phone
Recently had a chance to buy a new Smart Phone, this time I have thoroughly research and concluded several thing to identify before going for a new phone.
Comparison:-
Compare the mobile you intend to buy using the link http://www.gsmarena.com/compare.php3. This will help you get line by line comparison.
Connectivity:-
This is the most important thing for a Smart Phone. Without (Wi-Fi or…
View On WordPress
0 notes
hellowahab · 9 years ago
Text
Moving from SVN to Git with Branches and history
Moving from SVN to Git with Branches and history
This article assume that you have familiar with SVN and Git both on a basic level.
  Install following component on your PC
(Git Client like SVN) https://download.tortoisegit.org/tgit/1.8.16.0/TortoiseGit-1.8.16.0-64bit.msi
https://github.com/git-for-windows/git/releases/download/v2.6.4.windows.1/Git-2.6.4-64-bit.exe
Create a repository similar to you root work folder like
“Source Code Git” for…
View On WordPress
0 notes