Coding 3 July 2023 Functions Functions play a crucial role in JavaScript programming and are a fundamental concept in most programming languages. They allow developers to encapsulate reusable blocks of
Coding 26 June 2023 JSON What is JSON? JSON is a lightweight data format that represents data as key-value pairs. It is based on JavaScript object syntax but is language-independent,
Coding 23 June 2023 Javascript Events JavaScript events are an essential part of creating dynamic and interactive web pages. Events are actions or occurrences that happen in the browser, such as
Coding 12 April 2023 The BOM The Browser Object Model (BOM)The BOM is a collection of objects and properties that represent various aspects of the web browser. It is implemented
Coding 12 January 2023 JavaScript Mutable A Mutable value is one that can me changed without creating a new instance. By Default Objects and Arrays are Mutable in JavaScript. The example
Coding 10 January 2023 Javascript Immutable An Immutable value cannot be changed without creating a new instance. In JavaScript all primitive types are Immutable. Once a primitive type is created is
2 January 2023 Understanding Javascript Closures Every function declared in JavaScript maintains a link to its outer scope. Code inside a declared function will be able to access variables declared outside
salesforce 29 December 2022 Salesforce Searching on a Multi-Select In Salesforce understanding data types and their corresponding operators is key when trying to construct a dynamic query. It is important to understand which operators to use for which field.
Coding 16 December 2022 Distance At Bearing Method to calculate the a new point given the starting point, distance from initial point and the bearing /** * [markerAtBearingAndDistance Calculates the lat lng of new
Woodworking 28 December 2021 Puck It Table Top Game This was a fun project it allowed me to practice some new techniques and joinery methods. The centre goal was attached with a dado into
Projects 2 November 2021 Succulent Boxes Made these little cedar planters for mother's day last year. They currently hold some succulents on our window ledge. Note to self cedar will chip
Projects 4 October 2021 Bathroom Vanity Made this powder room vanity for a client. It turned out great. The entire vanity is made of white oak.
Projects 30 March 2020 Small Functional Box to Cover Awkward Sized Table Simple walk-through of how to construct a small box with two drawers and a power outlet.