Skip to main content

4 posts tagged with "Extensions"

The 'Extensions' tag on our blog is a treasure trove of articles and tutorials that provide in-depth knowledge about various coding extensions.

View All Tags

Exploring Kotlin's Companion Objects

· 9 min read
Engineering Team

In this tutorial, we will explore Kotlin's companion objects and learn how they can be used in software development. Companion objects in Kotlin are special objects that are associated with a class and have a similar behavior to static members in Java. They can be created within a class and provide a way to define properties and functions that can be accessed without having an instance of the class.

Exploring Kotlin's Inline Classes for Type-Safe Builders with DSLs and Extensions

· 10 min read
Engineering Team

This tutorial will explore Kotlin's inline classes and how they can be used in combination with type-safe builders, DSLs (Domain-Specific Languages), and extensions. We will start by understanding what inline classes are and their benefits. Then, we will delve into type-safe builders and how they can be defined. Next, we will explore inline classes in Kotlin and their syntax and usage. After that, we will learn how to create DSLs using inline classes and build a DSL for HTML generation as an example. Finally, we will discuss how to extend DSL functionality using inline classes and provide some best practices and tips for using inline classes in DSLs.

10 Essential VS Code Extensions for React Developers

· 7 min read
Engineering Team

In this tutorial, we will explore 10 essential Visual Studio Code (VS Code) extensions that every React developer should have. These extensions will enhance your development experience by providing useful features such as code formatting, linting, Git integration, and more. By the end of this tutorial, you will have a solid foundation of VS Code extensions to supercharge your React development workflow.