Mike ReyesProgramming new adaptive headlight modules for a BMWI recently had a headlight bulb burn out on my 2006 330i and decided to replace it myself. Upon doing so, I didn’t fully seal the…Jan 2, 20201Jan 2, 20201
Mike ReyesUsing SASS variables in your React componentsOne great usage of SASS is to store the various colors used in your app as variables. These variables can then be referenced in other…Jun 29, 2019Jun 29, 2019
Mike ReyesAdding a SignalR Redis backplane to a .Net Core 2.1 projectThese are instructions on getting a Redis backplane working with SignalR on a .Net Core 2.1 project as of 7/20/18. You want a Redis…Jul 20, 2018Jul 20, 2018
Mike ReyesDifferences between ngrx and angular-reduxIf you’ve decided to use Redux in your Angular application, you’ve no doubt researched the differences between these two implementations…Mar 7, 20181Mar 7, 20181
Mike ReyesMy second time getting LasikI first had Lasik eye surgery in March of 2003. I was nearsighted in both eyes, both being -5.25 strength. I had the procedure done at the…Feb 22, 20182Feb 22, 20182
Mike ReyesinTryce TechnologiesStop storing passwords in documents or code and use Azure Key Vaults already!We’ve all done it at some point. Open up web.config (or one of its transformation files) and there it is in plain text… the server address…Sep 29, 2017Sep 29, 2017
Mike ReyesinTryce TechnologiesPossible fix when ‘Always On’ Azure web site is sometimes slow to loadOverviewSep 11, 2017Sep 11, 2017
Mike ReyesinTryce TechnologiesMoving a scheduled Azure Web Job to run as an Azure FunctionOne of the typical uses for chron jobs I’ve seen is to handle sending out reports regularly. It is a fair and justifiable use case for…Sep 6, 2017Sep 6, 2017
Mike ReyesinTryce TechnologiesUsing Fiddler to call Authorized ASP.NET Web API endpointsThis post will contain absolutely zero fluff and will cut to the chase… here is it is. (This assumes you’re using a default Web API web…Nov 12, 2016Nov 12, 2016