Skip to content

Peter Dillon

UI designer and developer.

  • My Prototypes
  • Crypto News Daily
  • Crypto Articles
  • Investing
  • Albums Of The Month
  • AWS

Category: JavaScript

Posted on December 23, 2021March 2, 2025

My Prototypes

  • Deloitte & Touche
  • Baseline app using AWS Amplify, the latest Angular version with Signals,
… Read more
Posted on March 21, 2018January 27, 2022

Front-End Web Development Questions – David Shariff

Original List

  • Execution context references the ‘environment’ a function executes in; that is, variable scope
… Read more
Posted on September 29, 2016December 29, 2021

Header Scroll Transition and the Will-Change Property

Recently I needed to make an animated header that slides up when you scroll down … Read more

Posted on July 13, 2016December 29, 2021

Three ways to use Modernizr

In the CSS:


.no-cssgradients .header {
  background: url("images/gradient.png");
}
.cssgradients .header {
  background-image: linear-gradient(blue, purple);
… Read more
Posted on January 11, 2016January 27, 2022

Interview Challenges

I am in the process of interviewing and wanted to document all the code challenges … Read more

Posted on January 7, 2016April 16, 2016

JasonP and Cross Domain Access

In the jQuery ajax request, the use of a callback function wraps our data to … Read more

Posted on December 6, 2015April 3, 2016

JavaScript this, self, bind, call, and apply

When a function is set and the this value is not assigned, it is always … Read more

Posted on December 6, 2015December 11, 2015

Manipulating Arrays

forEach()

Pass a callback function that manipulates each element in the referenced array. It sends … Read more

Posted on December 6, 2015January 2, 2016

By ‘reference’ and by ‘value’

By Reference: with Objects (incl. functions)


var a, b;
var a = { myObj: "value" 
… Read more
Posted on December 5, 2015March 21, 2018

HTML5 localStorage

As an exercise, I wanted to use vanilla javascript and localStorage() to take two items … Read more

Posts pagination

Page 1 Page 2 Next page
  • AnnuitiesDecember 28, 2024
  • Quantum Resistant CryptocurrenciesDecember 28, 2024
  • Elliptic Curve CryptographyDecember 28, 2024
  • Avoiding Estate TaxesDecember 20, 2024
  • The 4% RuleDecember 20, 2024
  • Index PriceDecember 16, 2024
  • Brokerage Account TaxationDecember 15, 2024
  • Buying at Premium and DiscountJuly 27, 2024
  • Triffin DilemmaJuly 20, 2024
  • Ethereum EVMJuly 18, 2024
  • Wells NoticeApril 11, 2024
  • FSAs and HSAsApril 10, 2024
  • Arbitrage (Trading)April 5, 2024
  • The Etherum Dencun Hard ForkFebruary 29, 2024
  • Bitcoin ETFs and Bitcoin Futures ETFsNovember 9, 2023
  • SIM Swap AttacksOctober 3, 2023
  • Account Abstraction – CryptoAugust 19, 2023
  • Spent Output Age Bands (SOAB)August 17, 2023
  • SEC Form 13FAugust 17, 2023
  • The Bretton Woods AgreementAugust 13, 2023
  • Crypto as Commodities, Securities, Debt SecuritiesJune 5, 2023
  • What is Litecoin (LTC)May 31, 2023
  • Austrian and Keynesian EconomicsMay 31, 2023
  • Cash & Margin Account, Futures, Options, DerivativesMay 26, 2023
  • 401k, Roth 401k, Traditional IRA, Roth IRAMay 25, 2023
  • Bitcoin HalvingMay 16, 2023
  • The Awesome OscillatorApril 1, 2023
  • Ordinals Protocol February 19, 2023
  • Vesting CryptoJanuary 28, 2023
  • Why Bitcoin Uses C++January 1, 2023
  • The Howey TestJanuary 1, 2023
  • Triple Halving – EthereumDecember 30, 2022
  • Bitcoin Replace-By-Fee (RBF)November 25, 2022
  • Failing Crypto Products & TrustNovember 24, 2022
  • Censorship ResistanceNovember 21, 2022
  • Agile
  • Albums Of The Month
  • AngularJS
  • Artificial Intelligence
  • AWS
  • Browser Behavior
  • Business
  • Crypto
  • Crypto News Daily
  • CSS
  • Design Theory
  • Development Process
  • Employment
  • Finance
  • HTML
  • HTTP
  • Investing
  • Ionic
  • JavaScript
  • Machine Learning
  • national parks
  • Networking
  • Retirement
  • Security
  • Uncategorized

FOR EDUCATIONAL AND INFORMATIONAL PURPOSES ONLY. NOT FINANCIAL ADVICE. The information contained on this website is not intended as, and shall not be understood or construed as, financial advice. Investing involves risk. When you invest, your capital is subject to risk. This site's content is for educational purposes only.

Proudly powered by WordPress