Robert Dannelly Jr - Passionate Software Engineer Blog - Dannelly Solutions

This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. Thank you!

Friday, September 03, 2021

React, Java, Tomcat oh MY!

›
 Well, it has been a long time since I have posted. Because this year I have been tasked with developing React and Java.  This is a complete...
Saturday, June 13, 2020

Pagination in SQL Server (Thank you https://www.sqlshack.com/pagination-in-sql-server/)

›
Select TOP(100) LastName, FirstName FROM Person.Person ORDER BY LastName DECLARE @PageNumber AS INT DECLARE @RowsOfPage AS INT DECLARE @...
Sunday, April 26, 2020

Get Rid of Ants and other Insects and Win the War!!!

›
Ants (AGGGGGHHHH!!!) sugar ants,  carpenter ants, or fire ants.  At least I can identify fire ants because they are red or are they? Who kno...
Sunday, December 29, 2019

Debug VS Code HTML5, CSS3 and JavaScript using npm http-server

›
Prerequisites tools needed: Windows 10 VS Code -  https://code.visualstudio.com/ Node and NPM -  https://www.npmjs.com/get-npm Setup ...
Tuesday, December 17, 2019

Git exclude local developer files in exclude file

›
The current  git  workflow my development team uses and most other teams are following is to use the  master  branch as the default and  BU...
Friday, September 20, 2019

Forgot your Wifi Password - Thank you Reddit

›
If you ever forget your WiFi password or you want to get your school WiFi password etc. Just type this command into the command line of a co...
Wednesday, September 04, 2019

›
Automated test gives us greater confidence that the software is working as it should! Tools needed for Visual Studio for proper testing wi...
Wednesday, August 21, 2019

MEAN - MongoDB, Express, Angular, NodeJS

›
MEAN Development M - MongoDB -  https://www.mongodb.com/ E -  Express -  https://expressjs.com/ A - Angular -  https://angular.io/ N - ...
Wednesday, July 17, 2019

Step by Step gmail filter

›
How to setup Filters in gmail the easy way. 1. I will use "Vail Resorts Talent" 2. Copy the email for this demo: ...
Tuesday, June 11, 2019

Azure In a Month of Lunches - New Book I am reading

›
https://azure.microsoft.com/en-us/resources/learn-azure-in-a-month-of-lunches/
Thursday, May 09, 2019

How to clear SharePoint People Picker suggestion cache

›
How to clear SharePoint People Picker suggestion cache If you have been SharePoint Site owner long enough, you would have definitely ...
1 comment:
Wednesday, May 01, 2019

GitHub --set-upstream

›
git push --set-upstream https://github.com/moojjoo/PlunkerNGClick.git master git pull git commit -m 'Another commit' git push
Wednesday, March 20, 2019

Nice AdSearch by LanID to populate a form

›
$('#Domain_ID').focusout(function () {     $.ajax({         type: 'GET',         url: 'https://localhost:44364/api/v1...
Wednesday, February 27, 2019

SQL RAISEERROR and Log the error

›
Put all SQL Stored Procedures in BEGIN TRY > BEGIN TRANSACTION > IF  ELSE blocks and use the following as a TEMPLATE Create an outpu...
Tuesday, February 26, 2019

PowerShell output to table and text file

›
Get-SPUser -Web "https://subdomain.domain.com" | format-table -autosize > e:\spusers.txt https://docs.microsoft.com/en-us/pow...
2 comments:
Monday, January 07, 2019

RoboCopy

›
Robocopy command can be used to move data from one folder to another. example: Go to cmd Robocopy "C:\\SourceDir" "C:\\Des...

Azure Cost Learning from Experience after Free Trial Expires

›
Well, today I logged into my Bank account and I have I nice debit of "MSFT AZURE", although I thought I was very careful to turn o...
Wednesday, December 19, 2018

Microsoft Word Navigation Pane (Keep It Open - TOC)

›
To get to the Microsoft Word Navigation click ctrl+f then select navigation pane and leave it open while working on a very long document.   ...
Friday, November 02, 2018

JavaScript Execution

›
1) Global Memory 2) Global Execution 3) Call Stack Tatoo it on my arm. Be a JavaScript Master mind --- JavaScript is Single Threaded. fun...
Monday, October 08, 2018

How to delete or clear authentication, cache, and cookies

›
Instead of trying to hunt down cookies to delete or clear cache for images, authentication, etc. etc. Simply use a Chrome Incognito or Edge...
‹
›
Home
View web version

About Me

My photo
Moojjoo
Software engineer with background in technology development and engineering. Drives innovative solutions and leads Agile teams to surpass business objectives and meet the evolving needs of product owners. Looking to support a company using expertise, combined with the utilization of AI GitHub Copilot to contribute to the advancement of cutting-edge technologies ther and overall organizational success. Experience with security and architectural design for enterprise JAVA and .NET applications. Strong communicator who easily explains technology solutions to stakeholders.
View my complete profile
Powered by Blogger.