Website stats and analysis

About Me My name is Damir Arh. I'm a Microsoft MVP, a software architect and a polyglot developer. I'm into mobile apps and development process optimization. I love teaching and helping others, therefore I blog, write articles, and speak at local events. I've even written a book, cowritten another one, and recorded two video courses. In my spa...

2.48 Rating by Usitestat

damirscorner.com was registered 1 decade 9 years ago. It has a alexa rank of #284,374 in the world. It is a domain having .com extension. It is estimated worth of $ 32,400.00 and have a daily income of around $ 60.00. As no active threats were reported recently, damirscorner.com is SAFE to browse.

Traffic Report

Daily Unique Visitors: 5,395
Daily Pageviews: 21,580

Estimated Valuation

Income Per Day: $ 60.00
Estimated Worth: $ 32,400.00

Search Engine Indexes

Google Indexed Pages: Not Applicable
Yahoo Indexed Pages: Not Applicable
Bing Indexed Pages: Not Applicable

Search Engine Backlinks

Google Backlinks: Not Applicable
Bing Backlinks: Not Applicable
Alexa BackLinks: Not Applicable

Safety Information

Google Safe Browsing: No Risk Issues
Siteadvisor Rating: Not Applicable
WOT Trustworthiness: Very Poor
WOT Privacy: Very Poor
WOT Child Safety: Very Poor

Website Ranks & Scores

Alexa Rank: 284,374
PageSpeed Score: 89 ON 100
Domain Authority: 49 ON 100
Bounce Rate: Not Applicable
Time On Site: Not Applicable

Web Server Information

Hosted IP Address:

51.144.116.43

Hosted Country:

Netherlands NL

Location Latitude:

52.374

Location Longitude:

4.88969

Traffic Classification

Total Traffic: No Data
Direct Traffic: No Data
Referral Traffic: No Data
Search Traffic: No Data
Social Traffic: No Data
Mail Traffic: No Data
Display Traffic: No Data

Search Engine Results For damirscorner.com

Welcome to Damir's Corner | Damir's Corner

- https://www.damirscorner.com/

The Absolutely Awesome Book on C# and .NET. Damir Arh DotNetCurry. A concise and detailed technical book in Q&A format about C# and .NET. It's a great ...


Custom Picker Renderer on Android | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201204-CustomPickerRendererOnAndroid.html

4 Dec 2020 ... The default Picker view for Android in Xamarin.Forms includes an underline: Default Xamarin.Forms Picker with underline. To get rid of it, ...


Login Flow in Xamarin.Forms Shell | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201030-LoginFlowInXamarinFormsShell.html

30 Oct 2020 ... Although not immediately obvious, the login page is by default still listed in the flyout menu just below the Logout menu item. You can't notice it ...


Busy Overlay in Xamarin.Forms | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201106-BusyOverlayInXamarinForms.html

6 Nov 2020 ... During long-running blocking operations such as login, the application UI should be disabled and the user should get visual feedback that ...


Using Font Awesome in Xamarin.Forms | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201113-UsingFontAwesomeInXamarinForms.html

13 Nov 2020 ... Place the font file in the shared project (e.g in the Resources/Fonts folder) and set its Build Action to Embedded resource. Add the assembly-level ...


Disable a button with command in Xamarin.Forms | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201127-DisableAButtonWithCommandInXamarinForms.html

27 Nov 2020 ... The Button view has an IsEnabled property that can be used to disable it. However, when a command is bound to it, the button is initially ...


Toggle password entry in Xamarin.Forms | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201120-TogglePasswordEntryInXamarinForms.html

20 Nov 2020 ... The Xamarin.Forms Entry view has a flag for password input:

Constructing Immutable Objects with a Builder | Damir's Corner

- https://www.damirscorner.com/blog/posts/20200612-ConstructingImmutableClassesWithABuilder.html

12 Jun 2020 ... Immutable objects can't change after they've been created. Because of this, all data needed for their initialization must be passed into them ...


Detect Buggy Property Assignment Early | Damir's Corner

- https://www.damirscorner.com/blog/posts/20200807-DetectBuggyPropertyAssignmentEarly.html

7 Aug 2020 ... I was recently invited to look at a piece of seemingly working JavaScript code. The problem was that the TypeScript compiler was complaining ...


Configuring Angular for older browsers | Damir's Corner

- https://www.damirscorner.com/blog/posts/20210205-ConfiguringAngularForOlderBrowsers.html

5 Feb 2021 ... In recent versions, Angular is preconfigured for an ES2015 build which only works in modern browsers. Often, that's not an issue. Fortunately ...


Extending TypeScript Type Definitions | Damir's Corner

- https://www.damirscorner.com/blog/posts/20200911-ExtendingTypescriptTypeDefinitions.html

11 Sep 2020 ... Due to the dynamic nature of JavaScript, some libraries encourage you to extend their default types. An example of that is Vue.js. Its plugins ...


Strongly-typed Vuex Store in NuxtJS | Damir's Corner

- https://www.damirscorner.com/blog/posts/20200731-StronglyTypedVuexStoreInNuxtjs.html

31 Jul 2020 ... count = 0;. Getters are implemented as getter functions. get isDefault(): boolean { return this.count === 0 }.


Continuous Testing of TypeScript Code | Damir's Corner

- https://www.damirscorner.com/blog/posts/20160116-ContinuousTestingOfTypeScriptCode.html

16 Jan 2016 ... Karma Configuration. I'm assuming you already have a valid Karma configuration setup for JavaScript. You can find instructions on how to set it ...


GraphQL Fragments with Nuxt Apollo Plugin | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201009-GraphqlFragmentsWithNuxtApolloPlugin.html

9 Oct 2020 ... Apollo module for NuxtJS makes GraphQL querying very approachable even to complete GraphQL beginners. However, any query involving a ...


String Literal Type Guard in TypeScript | Damir's Corner

- https://www.damirscorner.com/blog/posts/20200619-StringLiteralTypeGuardInTypescript.html

19 Jun 2020 ... String literal types are a lightweight alternative to string enums. With the introduction of the const assertions in TypeScript 3.4, even type guards ...


Redirects for Nuxt Dynamic Nested Routes | Damir's Corner

- https://www.damirscorner.com/blog/posts/20201016-RedirectsForNuxtDynamicNestedRoutes.html

16 Oct 2020 ... In such a scenario, you'll need to decide how to handle URLs that don't match the data in the data source. Redirecting to another valid URL can ...


damirarh (Damir Arh) · GitHub

- https://github.com/damirarh

DamirsCorner/20210226-hangfire-multiple-instances 6 commits. Show more activity. Seeing something unexpected? Take a look at the GitHub profile guide.


Damir Arh (@DamirArh) | Twitter

- https://twitter.com/damirarh

Mobile apps. Development process optimization. Climbing and hiking with my dog in spare time. Jesenice, Slovenia. damirscorner.com. Joined June 2009.


Damir Arh - Software Architect - Razum d.o.o. | LinkedIn

- https://si.linkedin.com/in/damirarh

Blog: http://www.damirscorner.com/blog External link. RSS Feed: http://www. damirscorner.com/SyndicationService.asmx/GetRss External link. My MVP Profile  ...


UWP CloudBlob.DownloadFileAsync Access Denied error - Stack ...

- https://stackoverflow.com/questions/39535579/uwp-cloudblob-downloadfileasync-access-denied-error

Do take a look here: damirscorner.com/blog/posts/20120419- ClosingStreamsInWinRt.html. HTH. – Gaurav Mantri Sep 16 '16 at 16:29. Add a comment | ...

Page Resources Breakdown

Homepage Links Analysis

Welcome to Damir's Corner | Damir's Corner

Website Inpage Analysis

H1 Headings: 1 H2 Headings: 4
H3 Headings: 5 H4 Headings: 5
H5 Headings: Not Applicable H6 Headings: Not Applicable
Total IFRAMEs: Not Applicable Total Images: 4
Google Adsense: Not Applicable Google Analytics: Not Applicable

Two Phrase Analysis

Words Occurrences Density Possible Spam
Book Review 5 1.124 % No
in C 4 0.899 % No
used under 3 0.674 % No
and NET 3 0.674 % No
under CC 3 0.674 % No
C and 3 0.674 % No
DotNetCurrycom This 3 0.674 % No
Read Article 3 0.674 % No
Damir Arh 3 0.674 % No
Browse by 3 0.674 % No
BYNC 20 2 0.449 % No
CC BYNC 2 0.449 % No
2020 DotNetCurrycom 2 0.449 % No
a book 2 0.449 % No
Studio 2017 2 0.449 % No
Reference Types 2 0.449 % No
Visual Studio 2 0.449 % No
Types in 2 0.449 % No
what it 2 0.449 % No
Nullable Reference 2 0.449 % No

Four Phrase Analysis

Words Occurrences Density Possible Spam
on C and NET 2 0.449 % No
Book on C and 2 0.449 % No
Awesome Book on C 2 0.449 % No
Absolutely Awesome Book on 2 0.449 % No
Reference Types in C 2 0.449 % No
Nullable Reference Types in 2 0.449 % No
used under CC BYNC 2 0.449 % No
under CC BYNC 20 2 0.449 % No
Practices for Nullable Reference 2 0.449 % No
for Nullable Reference Types 2 0.449 % No
The Absolutely Awesome Book 2 0.449 % No
Best Practices for Nullable 2 0.449 % No
with the latest features 1 0.225 % No
the latest features More 1 0.225 % No
up with the latest 1 0.225 % No
catch up with the 1 0.225 % No
or catch up with 1 0.225 % No
I love teaching and 1 0.225 % No
optimization I love teaching 1 0.225 % No
information About Me My 1 0.225 % No

Mobile Friendly Check


Mobile Friendly : Unknown
Score : Unknown

No data to show.

Websites Hosted on Same IP (i.e. 51.144.116.43)

WeatherHub-Observer | Sign in

- wh-observer.de

Kostenlose, professionelle Überwachung und Auswertung von Temperatur und Luftfeuchte Daten

  259,903   $ 35,640.00

Home - SkyPreset Warehouse

- skypreset-warehouse.eu

  889,663   $ 1,440.00

Houden van honden

- houdenvanhonden.nl

Hier vind je alles over honden: o.a. verschillende hondenrassen, voeding, verzorging, actief met je hond, gezondheid en gedrag. 

  886,579   $ 1,440.00

Tetra Pak processing and packaging solutions for food and beverages

- tetrapak.com

Tetra Pak is the world's leading food processing and packaging solutions company working closely with our customers and suppliers to provide safe food.

  65,163   $ 232,560.00

Rijksmuseum – Het museum van Nederland - te Amsterdam

- rijksmuseum.nl

Rijksmuseum, het museum van Nederland, in Amsterdam. Kunst en geschiedenis van de Middeleeuwen tot Mondriaan.

  70,849   $ 213,840.00

HTTP Header Analysis

Http-Version: 1.1
Status-Code: 200
Status: 200 OK
Cache-Control: public,max-age=86400
Content-Length: 4089
Content-Type: text/html
Content-Encoding: gzip
Last-Modified: Sun, 14 Mar 2021 09:00:44 GMT
Accept-Ranges: bytes
ETag: "061584b018d71:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Tue, 16 Mar 2021 00:21:00 GMT

Domain Information

Domain Registrar: CSL Computer Service Langenbach GmbH d/b/a joker.com
Registration Date: 2004-07-19 1 decade 9 years 9 months ago
Last Modified: 2020-05-15 4 years 16 hours 43 minutes ago

Domain Nameserver Information

Host IP Address Country
ns1.freedns.si 212.44.101.101 Slovenia Slovenia
ns2.freedns.si 178.218.162.218 Croatia Croatia
ns3.freedns.si 5.144.175.1 Italy Italy

Alexa Traffic Rank

Alexa Search Engine Traffic

Full WHOIS Lookup

Domain Name: DAMIRSCORNER.COM
Registry Domain ID:
125121957_DOMAIN_COM-VRSN
Registrar WHOIS Server:
whois.joker.com
Registrar URL: http://www.joker.com
Updated
Date: 2020-05-15T14:21:08Z
Creation Date:
2004-07-19T06:38:23Z
Registry Expiry Date:
2021-07-19T06:38:23Z
Registrar: CSL Computer Service Langenbach
GmbH d/b/a joker.com
Registrar IANA ID: 113
Registrar Abuse
Contact Email: [email protected]
Registrar Abuse Contact Phone:
+49.21186767447
Domain Status: clientTransferProhibited
https://icann.org/epp#clientTransferProhibited
Name Server:
NS1.FREEDNS.SI
Name Server: NS2.FREEDNS.SI
Name Server:
NS3.FREEDNS.SI
DNSSEC: unsigned
URL of the ICANN Whois
Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last
update of whois database: 2021-03-16T00:20:56Z

Similarly Ranked Websites

Rethink Plastic. Save Our Seas • Plastic Oceans International

- plasticoceans.org

Plastic Oceans International is a global non-profit organization that addresses the issue plastic pollution and how it impacts our waters, sea life and humans.

284,376   $ 32,400.00

OLX.ba - Svijet Kupoprodaje

- pik.ba

Centralno kupoprodajno mjesto u BiH, oglasi, kupoprodaja, automobili, nekretnine, mobiteli, nove i polovne stvari.

284,383   $ 32,400.00

RadyoNet-Online Mp3-Müzik Dinle-Ücretsiz Mp3 indir

- radyonet.net

Bir Radyo istasyonu Adapazarı’nda 24 saat İyi Müzik Çalar İnteraktiftir Duyarlı Ve Çılgındır. Dinlemek Erdemdir Online Mp3dinle-Mp3 Müzik dinle-Ücretsiz Mp3 indir

284,385   $ 32,400.00

The Yummy Life - Easy, Healthy, Delicious Recipes

- theyummylife.com

This is a place to share recipes, random tips and thoughts, and have a conversation about all things yummy in life.

284,388   $ 32,400.00

موسسه بین المللی ثبت سفیر ||مشاوره و انجام کلیه امور ثبتی و حقوقی

- ilsafir.com

موسسه حقوقی بین ثبت المللی سفیر,انجام کلیه امور ثبتی,ثبت برند,ثبت شرکت,انجام کلیه امور حقوقی,طرح دعاوی,لایحه نویسی,مشاوره امور مالیاتی,ثبت سفیر

284,388   $ 32,400.00