The Technology is NOT Important
The technology used to build a product or service offering really is not that important. Earlier in my entrepreneur journey I didn’t really understand this. It’s far too easy to get wrapped up in the...
View ArticleBasics of JavaScript Class Inheritance
The ECMAScript 2015 definition brought with it the introduction of class syntax within the JavaScript language. Previously the only way to do this was with TypeScript or some other language that would...
View ArticlemacOS: Monitor CPU Usage and Frequency Info
I was recently looking for some tools to be able to view the Intel CPU utilization, frequency, and other information on macOS. In particular, my new Macbook Pro 16” is performing great with it’s Intel...
View ArticleEncryption and Code are Greater Than Guns and Bombs
There is a never ending argument in politics around the meaning of the 2nd Amendment to the United States Constitution. This amendment centers around the “Right to bear arms”. The common interpretation...
View ArticleJavaScript: Convert String to Number
There are time when you need to convert a String to a Number in JavaScript. This can be very helpful in many situations, including when taking input from a user and passing that on to a function or...
View Article(Cross Post) Chris Pietschmann Awarded 2018 Microsoft MVP Award
Hi! My name is Chris Pietschmann, and I’m the primary person behind BuildAzure.com and the Build Azure Weekly newsletter. I started BuildAzure.com back in June 2015 after I passed the Azure MCSD...
View ArticleChris Pietschmann Awarded 2019 Microsoft MVP Award
Hi! I don’t blog on this site much anymore, but I though I’d post about getting awarded the Microsoft MVP award this year. This marks the 8th time I’ve been awarded Microsoft MVP in the last 12 years....
View ArticleTop 13 Blogging Tips for a Successful Website
I’ve been blogging for about 15 years or so now, and I have a few tips and tricks that can help craft great articles, grow your blog, and get tons of traffic. Back in 2006 I shared a few tips for...
View ArticleCall Functions in JavaScript
One of the fundamental tasks with JavaScript is how to write and call functions in your code. This may seem like a simple thing, and it essentially is, however there are a few tips and tricks you can...
View ArticleThe Technology is NOT Important
The technology used to build a product or service offering really is not that important. Earlier in my entrepreneur journey I didn’t really understand this. It’s far too easy to get wrapped up in the...
View ArticleBasics of JavaScript Class Inheritance
The ECMAScript 2015 definition brought with it the introduction of class syntax within the JavaScript language. Previously the only way to do this was with TypeScript or some other language that would...
View ArticlemacOS: Monitor CPU Usage and Frequency Info
I was recently looking for some tools to be able to view the Intel CPU utilization, frequency, and other information on macOS. In particular, my new Macbook Pro 16” is performing great with it’s Intel...
View ArticleEncryption and Code are Greater Than Guns and Bombs
There is a never ending argument in politics around the meaning of the 2nd Amendment to the United States Constitution. This amendment centers around the “Right to bear arms”. The common interpretation...
View ArticleJavaScript: Convert String to Number
There are time when you need to convert a String to a Number in JavaScript. This can be very helpful in many situations, including when taking input from a user and passing that on to a function or...
View ArticleLoop through JavaScript Arrays using for, forEach, and map functions
All JavaScript apps from server-side Node.js to client-side code, there are many time when you need to work with JavaScript Arrays. Arrays are useful to store multiple values within a single variale....
View ArticleOn Finding a Business Partner
To find a business partner, or go it alone. This is a rather monumental question to answer when looking to start a business. There are benefits to each, and certainly drawbacks of each as well. Over...
View ArticleFinding Myself Again
If you’ve been following me over the years, you’ve most likely notices that I’ve mostly gone dark for a little over a year now. I had a major life change forced upon me. I’m not going to go into...
View ArticleFind Your Self Worth Internally
Most of us think we’ve already found our purpose and our own self worth. However, the truth is that still have yet to really find our own self worth. Most of us define our self worth and who we are by...
View ArticleCare for Yourself First
Just as finding yourself worth internally is important, so is taking care of yourself first. Our society tends to push the idea that prioritizing yourself above others as being selfish and bad....
View Article