- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Resolving 'Cannot Read Property 'apply' of undefined' in Truffle External Scripts
A guide to troubleshoot and resolve common TypeError issues, specifically 'Cannot read property 'apply' of undefined', when executing external scripts with Truffle.
-
What Are Smart Contracts?
An introduction to smart contracts, their history, how they work, and their execution on the Ethereum blockchain using Solidity and Web3.
-
Understanding Java Memory Leaks
This post delves into Java memory management, common types of OutOfMemoryError, and demonstrates how to create various memory leaks like byte, list, map key, and class leaks with practical examples.
-
Introduction to Java 8 Stream API
An overview of the Java 8 Stream API, covering its definition, core characteristics like pipelining and internal iteration, and the distinction between intermediate and terminal operations, alongside its benefits for collection processing.
-
JavaScript Promises - An Introduction
An introduction to JavaScript Promises, explaining their purpose in handling asynchronous operations, addressing callback hell, and demonstrating a basic implementation.