• Cloud Computing
    AWS, Azure, AppFabric and other cloud offerings
  • Software Dev
  • App Architecture
  • Performance Tuning and Production Troubleshooting
  • OOP Lessons Learnt
  • Golf Tips for Beginners
    Golfing advice for amateurs (from someone who has had far too many golf lessons). Real world advice from someone who appreciates the common stumbling points in learning this challenging sport.
  • Special Theory of Relativity
Top Menu
  • Cloud Computing
  •   Google Cloud
  •   AWS
  •   Azure
  •   IAM
  •   IaaS
  •   DevOps
  •   Devops, Continuous Integration and Deployment
  • App Architecture
  •   OOP Lessons Learnt
  •   SOA Applications
  •   Web Applications
  •   Event Driven, CEP Applications
  •   Desktop Applications
  •   Networking Essentials
  •   Application Consolidation
  •   NoSQL
  • Docker
  •   kubernetes
  •   Containers
  • Security
  • Performance Tuning
  •   nHibernate
  •   IIS
  •   SQL Server
  • blockchain
  •   blockchain
  •   cryptocurrencies
  •   bitcoin
  •   Solidity
  • bitcoin
  • Programming
  •   Algorithms, Data Structures, Collections
  •   powershell
  •   C# - the language
  •   C# 3.0 +
  •   C# 4.0
  •   ASP.NET
  •   c# 4.5
  •   Cient Side - Javascript, AJAX, JQuery..
  •   java
  •   ASP.NET MVC
  •   PHP
  •   Source and Version Control
  •   WCF
  •   node.js
  •   iOS Development
  •   LINQ
  • Golf Tips
  •   Golf Setup, Stance and Posture
  •   Tournament Golf, The Mental Game
  •   The Full Golf Swing
  •   The Golf Hacker - Unconventional Tips and Techniques
  •   The Rules of Golf
  •   Practice Tips, Drills and Exercises
  •   Sports (Non Golf)
  • Leadership
  • Physics, Math
  •   Classical Physics
  •   Astrophysics
  •   Physics
  •   Atomic Physics
  •   Austin advanced physics meetup
  •   Quantum Computing
  •   Quantum Field Theories
  •   quantum mechanics
  •   quantum mechanics
  •   Fusion Math
  •   Math
  •   Math Paradoxes
  •   Computer Modeling
  •   Calculus, Real Analysis
  •   Geometry
  •   Complex Analysis
  •   Complex Variables
  •   Group Theory
  •   Special Theory of Relativity
  •   mechanics
  •   relativity
  •   cosmology
  •   Wave Mechanics
  •   Riddles
  •   Science Fiction
  • Diet, Health
  •   Common Health Issues and Remedies
  •   Ergonomics
  • Books
  • Windows, Devices
  •   Productivity Tips
  •   MS Office
  •   Wordpress, Windows Live Writer and Other Blogging Tools
  •   iTunes,iOS, iPhone,iPad etc.
  • Training
  •   AWS Certification – Dev Team Training
  •   Emerging Technology Seminar 2020 (CIOs, CTOs, Directors, VPs..)
  •   The Ultimate Technology Dev Team – 2020
  • Contact

Anuj Varma, Hands-On Technology Architect, Clean Air Activist

Production Grade Technical Solutions | Data Encryption and Public Cloud Expert

  • Cloud Computing
    AWS, Azure, AppFabric and other cloud offerings
    • Google Cloud
    • AWS
    • Azure
    • IAM
    • IaaS
    • DevOps
    • Devops, Continuous Integration and Deployment
  • App Architecture
    • OOP Lessons Learnt
    • SOA Applications
    • Web Applications
    • Event Driven, CEP Applications
    • Desktop Applications
    • Networking Essentials
    • Application Consolidation
    • NoSQL
  • Docker
    • kubernetes
    • Containers
  • Security
  • Performance Tuning
    Tips and tools for identifying (and addressing) performance bottlenecks.
    • nHibernate
    • IIS
    • SQL Server
  • blockchain
    • blockchain
    • cryptocurrencies
    • bitcoin
    • Solidity
  • bitcoin
  • Programming
    languages, platforms, Object Oriented observations, C#, OOP Patterns
    • Algorithms, Data Structures, Collections
    • powershell
    • C# – the language
    • C# 3.0 +
    • C# 4.0
    • ASP.NET
    • c# 4.5
    • Cient Side – Javascript, AJAX, JQuery..
    • java
    • ASP.NET MVC
    • PHP
    • Source and Version Control
    • WCF
    • node.js
    • iOS Development
    • LINQ
  • Golf Tips
    Golfing advice for amateurs (from someone who has had far too many golf lessons). Real world advice from someone who appreciates the common stumbling points in learning this challenging sport.
    • Golf Setup, Stance and Posture
    • Tournament Golf, The Mental Game
    • The Full Golf Swing
    • The Golf Hacker – Unconventional Tips and Techniques
    • The Rules of Golf
    • Practice Tips, Drills and Exercises
    • Sports (Non Golf)
  • Leadership
    observations on management and leadership
  • Physics, Math
    Interesting Physics and Math Stuff
    • Classical Physics
    • Astrophysics
    • Physics
    • Atomic Physics
    • Austin advanced physics meetup
    • Quantum Computing
    • Quantum Field Theories
    • quantum mechanics
    • quantum mechanics
    • Fusion Math
    • Math
    • Math Paradoxes
    • Computer Modeling
    • Calculus, Real Analysis
    • Geometry
    • Complex Analysis
    • Complex Variables
    • Group Theory
    • Special Theory of Relativity
    • mechanics
    • relativity
    • cosmology
    • Wave Mechanics
    • Riddles
    • Science Fiction
  • Diet, Health
    • Common Health Issues and Remedies
    • Ergonomics
  • Books
  • Windows, Devices
    • Productivity Tips
    • MS Office
    • WordPress, Windows Live Writer and Other Blogging Tools
    • iTunes,iOS, iPhone,iPad etc.
  • Training
    • AWS Certification – Dev Team Training
    • Emerging Technology Seminar 2020 (CIOs, CTOs, Directors, VPs..)
    • The Ultimate Technology Dev Team – 2020
  • Contact

The Under-Appreciated Hash Function–Illustrated using a Birthday Lookup

July 28, 2011 The Under-Appreciated Hash Function–Illustrated using a Birthday Lookup2024-01-25T11:34:29-06:00 Algorithms, Data Structures, Collections
Overview Arrays are superfast. Simply becasue the exact location (index) of the element is provided. What if we could tie that index to the actual value of the data being…
Continue Reading

Swapping without a temp variable

October 31, 2011 Swapping without a temp variable2024-01-25T11:34:51-06:00 Algorithms, Data Structures, Collections
Everyone is familiar with the basic swap – using a temporary variable static void RegularSwapUsingTempVariable(ref int a, ref int b) { int temp = a; a = b; b =…
Continue Reading

Recursion versus Iteration ( Looping )

June 13, 2016 Recursion versus Iteration ( Looping )2024-01-25T11:36:09-06:00 Algorithms, Data Structures, Collections
Overview In general, whatever problem you can solve with Recursion can also be solved with Looping (iteration). It turns out, that for most use cases, Iteration (looping) performs better than…
Continue Reading
  • Best Practices for Username Recovery and Password Reset
  • Moving your site behind Cloudflare
  • Why Bond Prices go Down – Prices versus Yields
  • CORS origin False Positives
  • UTXOs and Transaction Fees

Featured Categories

  • Best Practices for Username Recovery and Password Reset
    June 4, 2025 - No Comment
  • Moving your site behind Cloudflare
    May 30, 2025 - No Comment
  • Why Bond Prices go Down – Prices versus Yields
    May 18, 2025 - No Comment
  • CORS origin False Positives
    March 12, 2025 - No Comment
  • UTXOs and Transaction Fees
    January 23, 2025 - No Comment
  • The art of teaching
    January 9, 2025 - No Comment
  • Books to Write
    November 26, 2024 - Enter your password to view comments.
  • Hashing and Loss of Information
    November 19, 2024 - No Comment
  • Hash and then Encrypt?
    November 15, 2024 - No Comment
  • Selling a put option in a BULL market – with Microstrategy (MSTR) as an example
    October 13, 2024 - No Comment
  1. Ronald Ross on The Magic of the Hands–Henry Cotton’s GeniusDecember 18, 2024

    bear back is the reason for training with the tyre

  2. Devarajan on Converting from DD-MM-YYYY to YYYY only in excelApril 25, 2024

    Thank you very much for this useful tip.

  3. Physics books - Self Learning Books For Advanced Physics - Anuj Varma, Hands-On Technology Architect, Clean Air Activist on Self Learning Books on Cosmology and AstrophysicsApril 9, 2024

    […] Read Self Learning Books on Cosmology and Astrophysics   and Rare Finds in […]

  4. Pankaj Singh on Visual studio does not display .NET 4.0 (or 4.5) framework option for target frameworkMarch 15, 2024

    which verser will be best for iis server, 3.5 or 4.5 .net server?

  5. Omoikhoa Uduigwome on Pivot table Add to Data Model grayed outFebruary 26, 2024

    U are the best ....it worked

Copyright © 2009 - AdverSite Web Holdings, Inc. All Rights Reserved. No content or part of this website may be copied or reproduced without the explicit permission of AdverSite Web Holdings, Inc.

close button