You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We do not sell or provide our data feeds to third parties for their use.
10
-
* We do partner with standard data gathering entities (Google and Microsoft) to collect website metrics.
10
+
* We do partner with standard data gathering entities to collect website metrics.
11
11
* We opt out of third party usage with those data gathering entities whenever we can.
12
12
13
13
We believe we have minimized third party usage of your browsing habits.
14
14
15
15
## Our partners
16
16
17
-
We partner with [Google Analytics](https://analytics.google.com) to capture basic demographic and page
18
-
analytics to capture the most popular pages to improve our products/services. Website usage data is
19
-
captured using first and third-party cookies and other tracking technologies to determine the popularity
20
-
of individual posts.
17
+
We partner with to capture how you use and interact with our website through behavioral metrics, heatmaps,
18
+
and session replay to improve our products/services. Website usage data is captured using first and third-party
19
+
cookies and other tracking technologies to determine the popularity of individual posts and online activity.
20
+
Additionally, we use this information for site optimization.
21
21
22
-
We partner with [Microsoft Clarity](https://clarity.microsoft.com) to capture how you use and interact with
23
-
our website through behavioral metrics, heatmaps, and session replay to improve our products/services. Website
24
-
usage data is captured using first and third-party cookies and other tracking technologies to determine the
25
-
popularity of individual posts and online activity. Additionally, we use this information for site optimization.
22
+
For more information about how Microsoft collects and uses your data, visit the [Microsoft Privacy Statement].
26
23
27
-
For more information about how Microsoft collects and uses your data, visit the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
Copy file name to clipboardExpand all lines: _posts/2017/2017-05-08-building-a-service-in-the-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Building a service in the Cloud"
3
3
categories:
4
4
- Cloud
5
5
tags:
6
-
- Serverless
6
+
- serverless
7
7
---
8
8
9
9
I’ve been thinking about providing services in the cloud for a few years now. A common question I see time and time again is this: “What pieces of the cloud do I need to build my solution?” The answer is always “it depends.” This post is about those options.
Copy file name to clipboardExpand all lines: _posts/2017/2017-05-25-reactnative-vs-xamarinforms.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
---
2
2
title: "Which is better - React Native or Xamarin Forms?"
3
3
categories:
4
-
- "React Native"
5
-
- Xamarin
4
+
- Mobile
6
5
tags:
7
-
- Comparisons
6
+
- react_native
7
+
- xamarin
8
+
- comparisons
8
9
---
9
10
10
11
Let’s talk about a loaded question. After my recent forays into both React Native and Xamarin Forms, I got asked on Twitter – which is better, React Native or Xamarin Forms? Further, I should answer this for JavaScript experts, C# XAML experts and for developers with experience in both. After all, both produce native apps and both use a common codebase.
Copy file name to clipboardExpand all lines: _posts/2017/2017-06-19-the-things-i-like-about-swift.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: "The things I like (and don't like) about Swift?"
3
3
categories:
4
-
- iOS
4
+
- Mobile
5
5
tags:
6
-
- Swift
6
+
- swift
7
7
---
8
8
9
9
Recently, I’ve given myself the task of learning the “native” mobile development platforms. That means Java or Kotlin for Android and Swift or Objective-C for iOS development. Kotlin is a ways behind Java for Android development and I already knew (somewhat) the Java language, so that one was relatively easy. Swift is the new kid on the block, but it’s obviously the way to go for iOS Development.
0 commit comments