Keep on Babeling with ES6
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
Advocates for writing descriptive, story-like Git commit messages to improve codebase history and debugging efficiency.
Part 3 of a series on offloading ETL to Spark on Amazon EMR, focusing on running PySpark code on a provisioned EMR cluster.
Reflects on how social influence and online reputation, inspired by Black Mirror, are becoming a new currency in tech and hiring.
A guide to using Docker Compose for orchestrating multi-container applications, covering setup, configuration, and best practices.
A beginner-friendly introduction to Regular Expressions in JavaScript, covering basic concepts, syntax, and practical applications.
A guide to implementing SEO-friendly URLs in ASP.NET Core applications, covering best practices and code examples for better search engine ranking.
Part 2 of a guide on developing ETL processes using Apache Spark, Jupyter Notebooks, and Docker on Amazon EMR.
Explores using Apache Spark on Amazon EMR to offload and improve ETL processes, comparing it to traditional Oracle-based solutions.
A tutorial on using nested array syntax in HTML form field names to group related data, like employee information.
Introducing Sourcery, a meta-programming tool for Swift that automates code generation to reduce repetition and improve safety.
Learn how to externally resolve JavaScript Promises using a clever technique with getters and setters for better code architecture.
A guide on using Gradle's maven-publish plugin to publish snapshot artifacts to a Maven repository, including POM configuration.
Announcing Voca, an open-source JavaScript library for comprehensive and modular string manipulation.
Explores why reflection in .NET is slow, examining CLR design goals, internal data structures, and the multi-step invocation process.
Explains the importance of source control and automated deployment for OBIEE, detailing the 'why' and 'how' to prevent release issues.
A technical overview of client-side storage methods in web browsers, including Cookies, Local Storage, Session Storage, and IndexedDB.
RSiteCatalyst 1.4.10 adds QueueDatawarehouse, new Get* methods, and bug fixes for the Adobe Analytics R package.
Announcing the launch of the book 'Laravel: Up & Running', now available for purchase in print and eBook formats.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.