FEATURED How do you run multiple instances of Microsoft Teams? Ralph Willgoss, December 22, 2020 Microsoft Teams Remote Sometimes you may need to be run two or more instances of Microsoft Teams, as you have multiple accounts that you need to be logged into at the same time. I found various solutions but they all fell short for me.The hybrid nature of the solutions, where you run an instance of the Teams app and an instance of Teams in a browser - means you miss out on the video features, which is the main reason I use teams.Continued on: https://ralphwillgoss.githu... ... Read More Share How do you run multiple instances of Microsoft Teams? 0 0 0 Microsoft Teams Remote
MOST POPULAR Need Something to Do over the Break? How About 25 Free JavaScript ... Jeremy Morgan, December 18, 2020 Object Oriented Programming Programming web design javascript If you want to just skip to the free courses, go here. Want something to do over the break?Want to polish ... Read More Share Need Something to Do over the Break? How About 25 Free JavaScript ... 0 0 0 Object Oriented Programming Programming web design javascript
HOT TOPIC Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Read More Share Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0 HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0
HOT TOPIC Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Read More Share Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache
HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0
HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0
MOST RECENT Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools! How do you run multiple instances of Microsoft Teams? Ralph Willgoss, December 22, 2020 Microsoft Teams Remote Sometimes you may need to be run two or more instances of Microsoft Teams, as you have multiple accounts that you need to be logged into at the same time. I found various solutions but they all fell short ... How do you run multiple instances of Microsoft Teams? 0 0 0 Microsoft Teams Remote Need Something to Do over the Break? How About 25 Free JavaScript Courses? Jeremy Morgan, December 18, 2020 Object Oriented Programming Programming web design javascript If you want to just skip to the free courses, go here. Want something to do over the break?Want to polish up your JavaScript Skills? In celebration of JavaScript's 25th anniversary, Pluralsight is offering ... Need Something to Do over the Break? How About 25 Free JavaScript Courses? 0 0 0 Object Oriented Programming Programming web design javascript Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance to try it out for a few days. As someone who has tinkered with Raspberry Pis since the beginning, I ... Shaking down the Raspberry Pi 400 0 0 0 Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.blogspot.com. Please check us out over there. Blog is Moving 0 0 0 Pop!_OS Linux 20.10: Review Jeremy Morgan, November 15, 2020 Linux PopOS So one of my favorite Linux distributions, Pop!_OS, has released a new version, 20.10, and I’ve been using it since release day. Here are my thoughts.It’s based on Ubuntu 20.10 and comes with some cool ... Pop!_OS Linux 20.10: Review 0 0 0 Linux PopOS RDP Wrapper: How to use Windows Remote Desktop Connection (RDC) to access Windows 7 or 10 Home Edition Brian Biales, November 14, 2020 Windows 7 Windows 10 RDC RDP I've always known that RDC connectivity to a Windows 7 or Windows 10 machine was only an option if running the "Professional" version of the OS. But most computers ordered by default have the "Home" edition. ... RDP Wrapper: How to use Windows Remote Desktop Connection (RDC) to access Windows 7 or 10 Home Edition 0 0 0 Windows 7 Windows 10 RDC RDP How to create an EC2 Auto Scaling Group with Load Balancing Jeremy Morgan, October 23, 2020 You can set up EC2 Auto Scaling groups in minutes if you know how. I recently did a live stream showing off Pluralsights new Cloud Labs feature, and we walked through this lab.In this video, I walk through ... How to create an EC2 Auto Scaling Group with Load Balancing 0 0 0 Building a Go Web API with the Digital Ocean App Platform Jeremy Morgan, October 16, 2020 Cloud Computing Programming Recently, Digital Ocean announced they’re entering the PaaS market with their new application platform. They’ve hosted virtual machines (droplets) and Kubernetes based services for years, but now they’re ... Building a Go Web API with the Digital Ocean App Platform 0 0 0 Cloud Computing Programming Role based Access Control with Azure AD B2C and Azure Functions Rohit Gupta, October 9, 2020 Role based Access control – Azure AD B2C – work around We can enable Role Based access control with Azure AD B2C using custom attributes (defined in the Sign-Up/Signin User Flow in Azure AD B2C) ( also ... Role based Access Control with Azure AD B2C and Azure Functions 0 0 0 Permission error when deploying a Lambda from a zip file in S3 - [Errno 13] Permission denied Ralph Willgoss, October 2, 2020 AzureDevOps AWS Lambda Today I received the following error when trying to deploy from Azure DevOps a lambda to AWS via a zip file in S3:[ERROR] PermissionError: [Errno 13] Permission denied: '/var/task/inspector.py' Traceback ... Permission error when deploying a Lambda from a zip file in S3 - [Errno 13] Permission denied 0 0 0 AzureDevOps AWS Lambda LambdaDeployFunction - [error]Error: Function:my-function does not exist, cannot update code only Ralph Willgoss, October 1, 2020 AzureDevOps AWS Today I discovered an issue with the AWS Toolkit for Azure DevOps, specifically the AWS Lambda Deploy Function.The task task: LambdaDeployFunction@1 will incorrectly report that your function cannot be ... LambdaDeployFunction - [error]Error: Function:my-function does not exist, cannot update code only 0 0 0 AzureDevOps AWS Optimizing String Comparisons in Go Jeremy Morgan, September 15, 2020 Object Oriented Programming golang go benchmarking performance Want your Go programs to run faster? Optimizing string comparisons in Go can improve your application’s response time and help scalability. Comparing two strings to see if they’re equal takes processing ... Optimizing String Comparisons in Go 0 0 0 Object Oriented Programming golang go benchmarking performance Reporting Spam Text Messages Stephen Cebula, August 31, 2020 Other As if we do not get enough "noise" from the news and other feeds, some political campaigns are bombarding us with text messages on our phones.These resources help explain how to report spam text messages ... Reporting Spam Text Messages 0 0 0 Other 7 Reasons Why Front End Developers Going Full Stack Should Choose Go Jeremy Morgan, August 24, 2020 Programming golang Note: this article originally published on my programming blog August 12, 2020Do you like my articles? vote for me for Hacker Noon's Golang contributor of the year!So you’re a front end developer, and ... 7 Reasons Why Front End Developers Going Full Stack Should Choose Go 0 0 0 Programming golang Getting Up To Speed With Terraform For Azure Tim Murphy, August 7, 2020 Terraform DevOps Azure I feel like I have gone back to the 90’s where every developer needed to know how everything worked in the infrastructure. I guess that it is true that everything goes in cycles. DevOps has many faces ... Getting Up To Speed With Terraform For Azure 0 0 0 Terraform DevOps Azure Shaking down the Raspberry Pi High Quality Camera Jeremy Morgan, July 13, 2020 Raspberry Pi I picked up the new Raspberry Pi High Quality camera last week. It’s pretty impressive. In this article, I’ll show you some ways to interact with this camera and do some cool stuff with it.This is my current ... Shaking down the Raspberry Pi High Quality Camera 0 0 0 Raspberry Pi Get and Store Temperature from a Raspberry Pi with Go Jeremy Morgan, June 26, 2020 Raspberry Pi In this tutorial, I’ll show you how to grab temperature from a Raspberry Pi and build an endpoint to store the data, with Go. You will learn:How to retrieve the temperature from a sensorHow to send that ... Get and Store Temperature from a Raspberry Pi with Go 0 0 0 Raspberry Pi nodejs readline info foxjazz, June 16, 2020 readline nodejs Readline is another Node.js native module that was developed specifically for this purpose — reading one line at a time from any readable stream. You can even use this module to read input data from the ... nodejs readline info 0 0 0 readline nodejs How to Create a Mature Cloud Practice Jeremy Morgan, June 16, 2020 DevOps Migrating to the cloud is one of the biggest challenges organizations face today. To do it well, you need systems that are fast, secure and scalable. It's difficult to know where to start or how to find ... How to Create a Mature Cloud Practice 0 0 0 DevOps My blog has moved to https://ralphwillgoss.github.io Ralph Willgoss, June 7, 2020 My Blog has now moved to https://ralphwillgoss.github.ioI'll continue to cross post for now. My blog has moved to https://ralphwillgoss.github.io 0 0 0 reading json file foxjazz, June 3, 2020 var options= File.ReadAllText("options.json"); var optionsObj= JObject.Parse(options); value= Convert.ToString(optionsObj["key"]); reading json file 0 0 0 New Job Search World In 2020 Tim Murphy, May 22, 2020 Misc This year I got the worst April Fools joke. I was laid off. For the first time in my life I was without a job. I came to the rude awakening that things were much different than the last time I had search ... New Job Search World In 2020 0 0 0 Misc Windows Insider...hello and goodbye Charles Young, May 2, 2020 I've always avoided using the Windows Insider programme. I need to able to depend on my computer for my work, and accepting the greater risk of early builds is not really compatible with that. However, ... Windows Insider...hello and goodbye 0 0 0 9 Free Courses You Can Take to Become a JavaScript Wizard Jeremy Morgan, April 25, 2020 Object Oriented Programming Programming javascript There are tons of front end frameworks to choose from, and getting good with them is no small task. But sharpening your core JavaScript skills can make you better at all front-end frameworks. By thoroughly ... 9 Free Courses You Can Take to Become a JavaScript Wizard 0 0 0 Object Oriented Programming Programming javascript It's Tech Skills Day!! Join us!! Jeremy Morgan, April 23, 2020 Programming We're celebrating the power of tech skills all day today, and going live to talk with some of the most influential names in tech.Watch it live now!!!No sign-up required, just click and watch.Schedule(All ... It's Tech Skills Day!! Join us!! 0 0 0 Programming Devops documentation can be rough. Robert May, April 22, 2020 So, devops documentation can be really rough. I spent a lot of time trying to figure out how to run a new pipeline with expected parameters. This is for multi-stage pipelines. The pipeline yaml looked ... Devops documentation can be rough. 0 0 0 Top Kubernetes Courses You Can Take Now Jeremy Morgan, April 18, 2020 DevOps Kubernetes If you want to rocket your Kubernetes Administration skills to the next level, here's a list of great Kubernetes courses you can take right now. This is suited well for folks wanting to get into Kubernetes, ... Top Kubernetes Courses You Can Take Now 0 0 0 DevOps Kubernetes Pluralsight Free for month of April Rohit Gupta, April 2, 2020 ... Pluralsight Free for month of April 1 0 0 My ubuntu 20.04 Machine run faster compare to Windows 10. Anirudha, March 27, 2020 Visual studio visual-studio Ubuntu Visual Studio 2019 FASTER From years I was using Windows. Windows 10 was good OS for use when you work with mostly dotnet kind of things. You have a best editor to use that is Visual Studio 2019.I was using my windows machine for ... My ubuntu 20.04 Machine run faster compare to Windows 10. 0 0 0 Visual studio visual-studio Ubuntu Visual Studio 2019 FASTER Donate Your Unused CPU Cycles to Fight Coronavirus Jeremy Morgan, March 15, 2020 Tutorials Programming The Folding at Home research project uses crowd sourced CPU power to help model simulations to develop treatments for diseases. You can help them by taking 5 minutes to download their client, and donate ... Donate Your Unused CPU Cycles to Fight Coronavirus 0 0 0 Tutorials Programming AzDO Unix build - ERROR: Could not pull latest for the master branch Ken Hortsch, March 13, 2020 In Azure DevOps we have a build that is running on an Unix box. The build started to fail (see text below) and the solution was to generate new ssh keys on the Unix box (ssh –keygen) and then add them ... AzDO Unix build - ERROR: Could not pull latest for the master branch 0 0 0 Getting Started With WSL Jeremy Morgan, March 1, 2020 Object Oriented Programming PowerShell Linux WSL This article was originally posted on my programming blog on Feburary 15th, 2020Windows Subsystem for Linux (WSL) is awesome.It gives you the power to use Linux within your Windows system. A Linux shell ... Getting Started With WSL 0 0 0 Object Oriented Programming PowerShell Linux WSL Become a React Developer in a Weekend Jeremy Morgan, February 8, 2020 react javascript If you want to be a React Developer, there’s a lot to learn. You can get started in a weekend. Yes, in a single weekend, you can learn React and start developing some cool applications! Become a React Developer in a Weekend 0 0 0 react javascript Aspose.Words “unreadable content” Ken Hortsch, February 7, 2020 Problem: Trying to open an Aspose produced .docx gives an “unreadable content” error. The file will still open up in MSWord but you have to click past warning messages. Interestingly enough, if you open ... Aspose.Words “unreadable content” 0 0 0 Disabling Secure Boot on a Hyper-V guest John Breakwell, February 3, 2020 Hyper-V Linux To test out the MAP Toolkit, I wanted to have some Linux machines for it to detect. I created a virtual machine with an empty virtual had drive file and associated the latest Mint ISO file to the DVD drive.On ... Disabling Secure Boot on a Hyper-V guest 0 0 0 Hyper-V Linux Setting DNS server addresses with Control Panel and Powershell John Breakwell, February 2, 2020 In my test environment, which isn't optimally configured, new installations can't find the domain as they are not pointing to the domain's DNS. Instead they default to the hub which forwards all DNS requests ... Setting DNS server addresses with Control Panel and Powershell 0 0 0 What's the big deal with POP!_OS??? Jeremy Morgan, February 1, 2020 Programming Linux This was article originally posted on my Linux Blog.A new Linux distribution has been popping up in discussion circles everywhere, it’s Pop! OS. What is it and why are people so crazy about it?I’ll give ... What's the big deal with POP!_OS??? 0 0 0 Programming Linux Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings sathya, January 30, 2020 Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings:Chrome passwords not autofilling The solution Deleting the files Login Data and Login Data-journal from a ... Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings 0 0 0 Enter the rack mounted server John Breakwell, January 28, 2020 A generous contact has loaned me a rack mounted server to turn into a Windows Hyper-V host. I don't have a rack to mount the machine in so have made use of a glass and chrome TV stand instead. Screams ... Enter the rack mounted server 0 0 0 Working towards “MCSA: Windows Server 2016” certification John Breakwell, January 27, 2020 A little too late, it could be argued, I’ve decided to refresh my Windows server skills to improve my job prospects. Looking at my MCSE certification, the story is quite woeful. Although I was sitting ... Working towards “MCSA: Windows Server 2016” certification 0 0 0 2008 VW Rabbit windows fog up Ken Hortsch, January 27, 2020 Replace the Recirculation Air Flap Servo Motor. It’s not hard. And the fix works like a champ. It got so bad I drove around with the defroster on high and the window cracked open. In the Minnesota cold, ... 2008 VW Rabbit windows fog up 0 0 0 Trying Out the Pinebook Pro - a $200 ARM Laptop Jeremy Morgan, January 25, 2020 Linux arm laptop This was article originally posted on my Linux Blog.The Pinebook Pro is a $200 laptop that runs a couple of ARM processors, and it promises a lot. Does it deliver? After what seemed like an eternity waiting, ... Trying Out the Pinebook Pro - a $200 ARM Laptop 0 0 0 Linux arm laptop The Developer Tool You Can't Live Without Jeremy Morgan, January 20, 2020 Programming This was article originally posted on my Programming Blog.I’m introducing a text / code generation tool that you will fall in love with. If you’re a developer or someone who works with text or tabulated ... The Developer Tool You Can't Live Without 0 0 0 Programming So there are 64-bit machines that can't run Hyper-V John Breakwell, January 10, 2020 My wife has finally replaced her desktop with a new one, releasing the old one for me to make into a test server. It's 64-bit so can run Windows 2016 datacentre edition which I download an evaluation version ... So there are 64-bit machines that can't run Hyper-V 0 0 0 ASP.NET Core Web API error - HTTP Error 500.31 - ANCM Failed to Find Native Dependencies Ken Hortsch, December 30, 2019 Common solutions to this issue: The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found. Looking on the server in the Event Viewer Application log I see a message “can’t ... ASP.NET Core Web API error - HTTP Error 500.31 - ANCM Failed to Find Native Dependencies 0 0 0 How Blazor Is Going to Change Web Development Jeremy Morgan, December 29, 2019 asp.net asp.net core dotnet .Net core blazor This was article originally posted on my Programming Blog.A couple of weeks ago I wrote an article about building and deploying a Blazor app without touching a Windows machine and realized maybe I should ... How Blazor Is Going to Change Web Development 0 0 0 asp.net asp.net core dotnet .Net core blazor Hyland An error occurred within the Unity API: Error code: (-24). DLL not loaded for platinum Win 3.x Ken Hortsch, December 17, 2019 We got this coding against the Hyland OnBase api. So code like this: Core.FileTypes.Find(x); Will work if x is “MS Word Document”, but if it is not a known type then x will be null. Passing x later into ... Hyland An error occurred within the Unity API: Error code: (-24). DLL not loaded for platinum Win 3.x 0 0 0 Build and Deploy a Blazor App Without Touching a Windows Machine Jeremy Morgan, December 14, 2019 Tutorials Programming C# .Net This was article originally posted on my Programming Blog.Do you want to try out Blazor, but you’re not a Windows person? Strictly a Linux developer? We’ll you’re in luck. One of the goals of .NET Core ... Build and Deploy a Blazor App Without Touching a Windows Machine 0 0 0 Tutorials Programming C# .Net angular proxy cli to help with CORS foxjazz, December 12, 2019 first step: npm install --save-dev https-proxy-agentadd proxy.conf.json to top level next to package.jsonFile should look like this: { "/": { "target": "http://target/service/api", "secure": false, "logLevel": ... angular proxy cli to help with CORS 0 0 0 Page: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20
Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools!
How do you run multiple instances of Microsoft Teams? Ralph Willgoss, December 22, 2020 Microsoft Teams Remote Sometimes you may need to be run two or more instances of Microsoft Teams, as you have multiple accounts that you need to be logged into at the same time. I found various solutions but they all fell short ... How do you run multiple instances of Microsoft Teams? 0 0 0 Microsoft Teams Remote
Need Something to Do over the Break? How About 25 Free JavaScript Courses? Jeremy Morgan, December 18, 2020 Object Oriented Programming Programming web design javascript If you want to just skip to the free courses, go here. Want something to do over the break?Want to polish up your JavaScript Skills? In celebration of JavaScript's 25th anniversary, Pluralsight is offering ... Need Something to Do over the Break? How About 25 Free JavaScript Courses? 0 0 0 Object Oriented Programming Programming web design javascript
Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache
Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance to try it out for a few days. As someone who has tinkered with Raspberry Pis since the beginning, I ... Shaking down the Raspberry Pi 400 0 0 0
Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.blogspot.com. Please check us out over there. Blog is Moving 0 0 0
Pop!_OS Linux 20.10: Review Jeremy Morgan, November 15, 2020 Linux PopOS So one of my favorite Linux distributions, Pop!_OS, has released a new version, 20.10, and I’ve been using it since release day. Here are my thoughts.It’s based on Ubuntu 20.10 and comes with some cool ... Pop!_OS Linux 20.10: Review 0 0 0 Linux PopOS
RDP Wrapper: How to use Windows Remote Desktop Connection (RDC) to access Windows 7 or 10 Home Edition Brian Biales, November 14, 2020 Windows 7 Windows 10 RDC RDP I've always known that RDC connectivity to a Windows 7 or Windows 10 machine was only an option if running the "Professional" version of the OS. But most computers ordered by default have the "Home" edition. ... RDP Wrapper: How to use Windows Remote Desktop Connection (RDC) to access Windows 7 or 10 Home Edition 0 0 0 Windows 7 Windows 10 RDC RDP
How to create an EC2 Auto Scaling Group with Load Balancing Jeremy Morgan, October 23, 2020 You can set up EC2 Auto Scaling groups in minutes if you know how. I recently did a live stream showing off Pluralsights new Cloud Labs feature, and we walked through this lab.In this video, I walk through ... How to create an EC2 Auto Scaling Group with Load Balancing 0 0 0
Building a Go Web API with the Digital Ocean App Platform Jeremy Morgan, October 16, 2020 Cloud Computing Programming Recently, Digital Ocean announced they’re entering the PaaS market with their new application platform. They’ve hosted virtual machines (droplets) and Kubernetes based services for years, but now they’re ... Building a Go Web API with the Digital Ocean App Platform 0 0 0 Cloud Computing Programming
Role based Access Control with Azure AD B2C and Azure Functions Rohit Gupta, October 9, 2020 Role based Access control – Azure AD B2C – work around We can enable Role Based access control with Azure AD B2C using custom attributes (defined in the Sign-Up/Signin User Flow in Azure AD B2C) ( also ... Role based Access Control with Azure AD B2C and Azure Functions 0 0 0
Permission error when deploying a Lambda from a zip file in S3 - [Errno 13] Permission denied Ralph Willgoss, October 2, 2020 AzureDevOps AWS Lambda Today I received the following error when trying to deploy from Azure DevOps a lambda to AWS via a zip file in S3:[ERROR] PermissionError: [Errno 13] Permission denied: '/var/task/inspector.py' Traceback ... Permission error when deploying a Lambda from a zip file in S3 - [Errno 13] Permission denied 0 0 0 AzureDevOps AWS Lambda
LambdaDeployFunction - [error]Error: Function:my-function does not exist, cannot update code only Ralph Willgoss, October 1, 2020 AzureDevOps AWS Today I discovered an issue with the AWS Toolkit for Azure DevOps, specifically the AWS Lambda Deploy Function.The task task: LambdaDeployFunction@1 will incorrectly report that your function cannot be ... LambdaDeployFunction - [error]Error: Function:my-function does not exist, cannot update code only 0 0 0 AzureDevOps AWS
Optimizing String Comparisons in Go Jeremy Morgan, September 15, 2020 Object Oriented Programming golang go benchmarking performance Want your Go programs to run faster? Optimizing string comparisons in Go can improve your application’s response time and help scalability. Comparing two strings to see if they’re equal takes processing ... Optimizing String Comparisons in Go 0 0 0 Object Oriented Programming golang go benchmarking performance
Reporting Spam Text Messages Stephen Cebula, August 31, 2020 Other As if we do not get enough "noise" from the news and other feeds, some political campaigns are bombarding us with text messages on our phones.These resources help explain how to report spam text messages ... Reporting Spam Text Messages 0 0 0 Other
7 Reasons Why Front End Developers Going Full Stack Should Choose Go Jeremy Morgan, August 24, 2020 Programming golang Note: this article originally published on my programming blog August 12, 2020Do you like my articles? vote for me for Hacker Noon's Golang contributor of the year!So you’re a front end developer, and ... 7 Reasons Why Front End Developers Going Full Stack Should Choose Go 0 0 0 Programming golang
Getting Up To Speed With Terraform For Azure Tim Murphy, August 7, 2020 Terraform DevOps Azure I feel like I have gone back to the 90’s where every developer needed to know how everything worked in the infrastructure. I guess that it is true that everything goes in cycles. DevOps has many faces ... Getting Up To Speed With Terraform For Azure 0 0 0 Terraform DevOps Azure
Shaking down the Raspberry Pi High Quality Camera Jeremy Morgan, July 13, 2020 Raspberry Pi I picked up the new Raspberry Pi High Quality camera last week. It’s pretty impressive. In this article, I’ll show you some ways to interact with this camera and do some cool stuff with it.This is my current ... Shaking down the Raspberry Pi High Quality Camera 0 0 0 Raspberry Pi
Get and Store Temperature from a Raspberry Pi with Go Jeremy Morgan, June 26, 2020 Raspberry Pi In this tutorial, I’ll show you how to grab temperature from a Raspberry Pi and build an endpoint to store the data, with Go. You will learn:How to retrieve the temperature from a sensorHow to send that ... Get and Store Temperature from a Raspberry Pi with Go 0 0 0 Raspberry Pi
nodejs readline info foxjazz, June 16, 2020 readline nodejs Readline is another Node.js native module that was developed specifically for this purpose — reading one line at a time from any readable stream. You can even use this module to read input data from the ... nodejs readline info 0 0 0 readline nodejs
How to Create a Mature Cloud Practice Jeremy Morgan, June 16, 2020 DevOps Migrating to the cloud is one of the biggest challenges organizations face today. To do it well, you need systems that are fast, secure and scalable. It's difficult to know where to start or how to find ... How to Create a Mature Cloud Practice 0 0 0 DevOps
My blog has moved to https://ralphwillgoss.github.io Ralph Willgoss, June 7, 2020 My Blog has now moved to https://ralphwillgoss.github.ioI'll continue to cross post for now. My blog has moved to https://ralphwillgoss.github.io 0 0 0
reading json file foxjazz, June 3, 2020 var options= File.ReadAllText("options.json"); var optionsObj= JObject.Parse(options); value= Convert.ToString(optionsObj["key"]); reading json file 0 0 0
New Job Search World In 2020 Tim Murphy, May 22, 2020 Misc This year I got the worst April Fools joke. I was laid off. For the first time in my life I was without a job. I came to the rude awakening that things were much different than the last time I had search ... New Job Search World In 2020 0 0 0 Misc
Windows Insider...hello and goodbye Charles Young, May 2, 2020 I've always avoided using the Windows Insider programme. I need to able to depend on my computer for my work, and accepting the greater risk of early builds is not really compatible with that. However, ... Windows Insider...hello and goodbye 0 0 0
9 Free Courses You Can Take to Become a JavaScript Wizard Jeremy Morgan, April 25, 2020 Object Oriented Programming Programming javascript There are tons of front end frameworks to choose from, and getting good with them is no small task. But sharpening your core JavaScript skills can make you better at all front-end frameworks. By thoroughly ... 9 Free Courses You Can Take to Become a JavaScript Wizard 0 0 0 Object Oriented Programming Programming javascript
It's Tech Skills Day!! Join us!! Jeremy Morgan, April 23, 2020 Programming We're celebrating the power of tech skills all day today, and going live to talk with some of the most influential names in tech.Watch it live now!!!No sign-up required, just click and watch.Schedule(All ... It's Tech Skills Day!! Join us!! 0 0 0 Programming
Devops documentation can be rough. Robert May, April 22, 2020 So, devops documentation can be really rough. I spent a lot of time trying to figure out how to run a new pipeline with expected parameters. This is for multi-stage pipelines. The pipeline yaml looked ... Devops documentation can be rough. 0 0 0
Top Kubernetes Courses You Can Take Now Jeremy Morgan, April 18, 2020 DevOps Kubernetes If you want to rocket your Kubernetes Administration skills to the next level, here's a list of great Kubernetes courses you can take right now. This is suited well for folks wanting to get into Kubernetes, ... Top Kubernetes Courses You Can Take Now 0 0 0 DevOps Kubernetes
Pluralsight Free for month of April Rohit Gupta, April 2, 2020 ... Pluralsight Free for month of April 1 0 0
My ubuntu 20.04 Machine run faster compare to Windows 10. Anirudha, March 27, 2020 Visual studio visual-studio Ubuntu Visual Studio 2019 FASTER From years I was using Windows. Windows 10 was good OS for use when you work with mostly dotnet kind of things. You have a best editor to use that is Visual Studio 2019.I was using my windows machine for ... My ubuntu 20.04 Machine run faster compare to Windows 10. 0 0 0 Visual studio visual-studio Ubuntu Visual Studio 2019 FASTER
Donate Your Unused CPU Cycles to Fight Coronavirus Jeremy Morgan, March 15, 2020 Tutorials Programming The Folding at Home research project uses crowd sourced CPU power to help model simulations to develop treatments for diseases. You can help them by taking 5 minutes to download their client, and donate ... Donate Your Unused CPU Cycles to Fight Coronavirus 0 0 0 Tutorials Programming
AzDO Unix build - ERROR: Could not pull latest for the master branch Ken Hortsch, March 13, 2020 In Azure DevOps we have a build that is running on an Unix box. The build started to fail (see text below) and the solution was to generate new ssh keys on the Unix box (ssh –keygen) and then add them ... AzDO Unix build - ERROR: Could not pull latest for the master branch 0 0 0
Getting Started With WSL Jeremy Morgan, March 1, 2020 Object Oriented Programming PowerShell Linux WSL This article was originally posted on my programming blog on Feburary 15th, 2020Windows Subsystem for Linux (WSL) is awesome.It gives you the power to use Linux within your Windows system. A Linux shell ... Getting Started With WSL 0 0 0 Object Oriented Programming PowerShell Linux WSL
Become a React Developer in a Weekend Jeremy Morgan, February 8, 2020 react javascript If you want to be a React Developer, there’s a lot to learn. You can get started in a weekend. Yes, in a single weekend, you can learn React and start developing some cool applications! Become a React Developer in a Weekend 0 0 0 react javascript
Aspose.Words “unreadable content” Ken Hortsch, February 7, 2020 Problem: Trying to open an Aspose produced .docx gives an “unreadable content” error. The file will still open up in MSWord but you have to click past warning messages. Interestingly enough, if you open ... Aspose.Words “unreadable content” 0 0 0
Disabling Secure Boot on a Hyper-V guest John Breakwell, February 3, 2020 Hyper-V Linux To test out the MAP Toolkit, I wanted to have some Linux machines for it to detect. I created a virtual machine with an empty virtual had drive file and associated the latest Mint ISO file to the DVD drive.On ... Disabling Secure Boot on a Hyper-V guest 0 0 0 Hyper-V Linux
Setting DNS server addresses with Control Panel and Powershell John Breakwell, February 2, 2020 In my test environment, which isn't optimally configured, new installations can't find the domain as they are not pointing to the domain's DNS. Instead they default to the hub which forwards all DNS requests ... Setting DNS server addresses with Control Panel and Powershell 0 0 0
What's the big deal with POP!_OS??? Jeremy Morgan, February 1, 2020 Programming Linux This was article originally posted on my Linux Blog.A new Linux distribution has been popping up in discussion circles everywhere, it’s Pop! OS. What is it and why are people so crazy about it?I’ll give ... What's the big deal with POP!_OS??? 0 0 0 Programming Linux
Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings sathya, January 30, 2020 Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings:Chrome passwords not autofilling The solution Deleting the files Login Data and Login Data-journal from a ... Fixing Chrome not autofilling passwords on Mac - without deleting Chrome profiles and settings 0 0 0
Enter the rack mounted server John Breakwell, January 28, 2020 A generous contact has loaned me a rack mounted server to turn into a Windows Hyper-V host. I don't have a rack to mount the machine in so have made use of a glass and chrome TV stand instead. Screams ... Enter the rack mounted server 0 0 0
Working towards “MCSA: Windows Server 2016” certification John Breakwell, January 27, 2020 A little too late, it could be argued, I’ve decided to refresh my Windows server skills to improve my job prospects. Looking at my MCSE certification, the story is quite woeful. Although I was sitting ... Working towards “MCSA: Windows Server 2016” certification 0 0 0
2008 VW Rabbit windows fog up Ken Hortsch, January 27, 2020 Replace the Recirculation Air Flap Servo Motor. It’s not hard. And the fix works like a champ. It got so bad I drove around with the defroster on high and the window cracked open. In the Minnesota cold, ... 2008 VW Rabbit windows fog up 0 0 0
Trying Out the Pinebook Pro - a $200 ARM Laptop Jeremy Morgan, January 25, 2020 Linux arm laptop This was article originally posted on my Linux Blog.The Pinebook Pro is a $200 laptop that runs a couple of ARM processors, and it promises a lot. Does it deliver? After what seemed like an eternity waiting, ... Trying Out the Pinebook Pro - a $200 ARM Laptop 0 0 0 Linux arm laptop
The Developer Tool You Can't Live Without Jeremy Morgan, January 20, 2020 Programming This was article originally posted on my Programming Blog.I’m introducing a text / code generation tool that you will fall in love with. If you’re a developer or someone who works with text or tabulated ... The Developer Tool You Can't Live Without 0 0 0 Programming
So there are 64-bit machines that can't run Hyper-V John Breakwell, January 10, 2020 My wife has finally replaced her desktop with a new one, releasing the old one for me to make into a test server. It's 64-bit so can run Windows 2016 datacentre edition which I download an evaluation version ... So there are 64-bit machines that can't run Hyper-V 0 0 0
ASP.NET Core Web API error - HTTP Error 500.31 - ANCM Failed to Find Native Dependencies Ken Hortsch, December 30, 2019 Common solutions to this issue: The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found. Looking on the server in the Event Viewer Application log I see a message “can’t ... ASP.NET Core Web API error - HTTP Error 500.31 - ANCM Failed to Find Native Dependencies 0 0 0
How Blazor Is Going to Change Web Development Jeremy Morgan, December 29, 2019 asp.net asp.net core dotnet .Net core blazor This was article originally posted on my Programming Blog.A couple of weeks ago I wrote an article about building and deploying a Blazor app without touching a Windows machine and realized maybe I should ... How Blazor Is Going to Change Web Development 0 0 0 asp.net asp.net core dotnet .Net core blazor
Hyland An error occurred within the Unity API: Error code: (-24). DLL not loaded for platinum Win 3.x Ken Hortsch, December 17, 2019 We got this coding against the Hyland OnBase api. So code like this: Core.FileTypes.Find(x); Will work if x is “MS Word Document”, but if it is not a known type then x will be null. Passing x later into ... Hyland An error occurred within the Unity API: Error code: (-24). DLL not loaded for platinum Win 3.x 0 0 0
Build and Deploy a Blazor App Without Touching a Windows Machine Jeremy Morgan, December 14, 2019 Tutorials Programming C# .Net This was article originally posted on my Programming Blog.Do you want to try out Blazor, but you’re not a Windows person? Strictly a Linux developer? We’ll you’re in luck. One of the goals of .NET Core ... Build and Deploy a Blazor App Without Touching a Windows Machine 0 0 0 Tutorials Programming C# .Net
angular proxy cli to help with CORS foxjazz, December 12, 2019 first step: npm install --save-dev https-proxy-agentadd proxy.conf.json to top level next to package.jsonFile should look like this: { "/": { "target": "http://target/service/api", "secure": false, "logLevel": ... angular proxy cli to help with CORS 0 0 0