Build a Successful Blog for your Consulting Business
Are you trying to build a successful blog for promoting or building a consulting business? Blogging can be a great way to promote yourself, your brand, your products or services. However, it takes more...
View ArticleJavaScript: Remove Specific Items from Array
When writing JavaScript code, there are many use cases where working with Arrays is required. Creating arrays of values / object and receiving them from API calls is really common. Looping through...
View ArticleGoogle Ranks Active Blogs Higher is Search Results
I figured out recently that Google does factor in how active your site or blog is when ranking content in the search results. In the SEO world, there’s a ton of recommendations on keyword research and...
View ArticleMy Work Authoring Microsoft Cloud Workshops
Over the last several years, I’ve been involved with writing content for the Microsoft Cloud Workshops (MCWs). These contain design sessions and hands-on lab training content that Microsoft uses to...
View ArticleAlways Focus on What Matters
So often in life we get distracted. These distractions can come in many forms. Sometimes things happen that distract our attention unnecessarily, like friends / family wanting our attention or...
View ArticleMy Workflow for Build5Nines Weekly Newsletter Generation
For about 7 years now I’ve been publishing a weekly newsletter that goes along with my https://Build5Nines.com website / blog. It’s a weekly newsletter that you can sign up with your email address to...
View ArticleWhat is ChatGPT and is it important?
ChatGPT seems to be the buzz and is talked about everywhere across social media today. Specifically, ChatGPT that is a variant of GPT-3 language model that provides an artificial intelligence (AI) chat...
View ArticleTop Terraform and Azure Articles on Build5Nines in 2022 (plus year in review)
I used to write up summary posts about the traffic of Build5Nines.com over on Build5nines.com. It’s been a few years since I did a write up of the annual traffic over there, so I decided to write up a...
View ArticleJavaScript Fundamentals: Variables, Arrays, and Loops
JavaScript is a powerful and versatile programming language that is widely used for web development. As a beginner in JavaScript, it is important to have a solid understanding of the basics, including...
View ArticleMy Fitness Journey Challenges and Successes and Tony Horton as my Personal...
I’m not wealthy or a celebrity, but Tony Horton is my personal trainer. It all started way back in 2010. I was out of shape, unhealthy, and didn’t want to be a let down for my baby girl. I found out...
View ArticleMy Fitness Journey Challenges and Successes and Tony Horton as my Personal...
I’m not wealthy or a celebrity, but Tony Horton is my personal trainer. It all started way back in 2010. I was out of shape, unhealthy, and didn’t want to be a let down for my baby girl. I found out...
View ArticleJavaScript: AG-Grid + ASP.NET MVC Infinite Row Model DataSource with Entity...
AG-Grid supports infinite scrolling through the use of it’s support for implementing Infinite Row Model. This allows for the grid to lazy-load rows of data from the server depending on the scroll...
View ArticlejQuery: How do I check if an element is hidden?
jQuery is a powerful JavaScript library that simplifies web development tasks, and one common task you might encounter is checking if an element is hidden or visible. This article will guide you...
View ArticleHow to Remove a Specific Item from an Array in JavaScript
JavaScript is a versatile programming language used for web development and more. If you’ve ever wondered how to remove a specific item from an array in JavaScript without using any frameworks, you’ve...
View ArticleCheck if element exists using JavaScript or jQuery
In the world of web development, the choice between jQuery and vanilla JavaScript has long been a pivotal consideration. jQuery, with its concise syntax and rich library of functions, has been a...
View ArticleJavaScript: How to Convert Map to an Array of Objects
Working with data structures in JavaScript is a common task for developers. One such data structure is the Map, which allows you to store key-value pairs. There may be scenarios where you need to...
View ArticleJavaScript: Format Date to String
JavaScript provides a versatile Date object that allows you to work with dates and times. One common task you might encounter is formatting a JavaScript Date object as a string. This can be especially...
View ArticleJavaScript: Parse a String to a Date
Working with dates and times is a common task in web development. Often, you might find yourself needing to convert a date stored as a string into a JavaScript Date object for various operations. In...
View ArticleJavaScript: Loop through Array (using forEach)
Looping through the elements of an array is a fundamental operation in JavaScript, and it can be accomplished in various ways. One popular method is using the forEach method. In this article, we will...
View ArticleHow to Hide a Column in AG-Grid and Prevent it from Displaying in the Tool Panel
AG-Grid is a powerful and versatile JavaScript library for creating data grids and tables in web applications. It offers a wide range of features and customization options, including the ability to...
View Article