QuasarConf 2022
Had a great opportunity to share how I’m using Quasar Framework to develop engineering toolsRead More →
Thoughts, musings, ideas and tutorials about engineering and the tools we use.
Had a great opportunity to share how I’m using Quasar Framework to develop engineering toolsRead More →
Power Transformers are essential components of electrical power grids. The useful life of a power transformer is effectively determined by the state of its insulation system. The insulation system deterioration is directly correlated to the temperature at which it is operated. Maintaining the temperature of power transformers within an optimalRead More →
Table is a general abstraction of a Table object for the .NET environment. Table is a simple project I created to be used as part of larger projects. It allows you to quickly add an abstraction to use data tables and related functionality. How to use Table Check the GitHubRead More →
As an Mechanical and Electrical Engineer by profession and Computer Programmer by passion I’ve been building my own software tools for over 20 years. My career has taken me across multiple engineering areas including Design, Manufacturing, Field Operations, Maintenance, Refurbishment, Product Development, Asset Management, Customer Service, Process Improvement, Consulting andRead More →
Co-authored (2 out of 8 chapters) by the Engineers Tools founder the “Power Transformer Condition Monitoring and Diagnosis” book provides a useful account of modern condition monitoring techniques for Power Transformers. Quoting from the Institution of Engineering and Technology who publishes this book: Topics covered include concepts and challenges in powerRead More →
A great talk by Andrew Ng (http://www.andrewng.org/) one of the prominent figures in this field.
Well worth the 30 mins if you have the time.Read More →
Create an Excel lookup formula that searches a table using criteria from various columns. It mimics the functionality of the native VLOOKUP() formula using a combination of the INDEX() and MATCH() function. Ingredients Microsoft Excel The Need There is no doubt that one of the most useful and often used Excel functionsRead More →
Short Description Create a simple Excel function that returns the name of the Worksheet where that cell is. Ingredients Microsoft Excel The Need When working with Excel Workbooks that contain multiple Worksheets, you might need to get the name of the each Worksheet in formulas. For example, I have aRead More →
Short Description Add a Custom Tab to the Office Ribbon with controls to trigger your code functions. Ingredients Microsoft Office Custom UI Editor for Microsoft Office The Need When building custom functionality or macros in a Excel or Word, you might want to provide the user with a User InterfaceRead More →
Short Description Create an Excel Add-in that allows you to add Application Settings functionality on any Workbook. Store and retrieve setting names and values on a centralised location and accessible anywhere from your VBA modules and classes. Ingredients Microsoft Excel The Need Sometimes when you are creating an Excel tool or application,Read More →
Copyright © 2023 Engineers Tools