Forem

Artem Turlenko profile picture

Artem Turlenko

Full-Stack Software Developer | UI/UX Designer

Location Essen, North Rhine-Westphalia, Germany Joined Joined on  Personal website https://www.linkedin.com/in/artem-turlenko/ github website

Work

Quasar Contact (Open Source Project)

Code Quality Automation: ESLint Rules, Prettier, and Custom Linting
Cover image for Code Quality Automation: ESLint Rules, Prettier, and Custom Linting

Code Quality Automation: ESLint Rules, Prettier, and Custom Linting

3
Comments 1
3 min read

Want to connect with Artem Turlenko?

Create an account to connect with Artem Turlenko. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Unit Testing with Jest – From Zero‑Config to Production Ready
Cover image for Unit Testing with Jest – From Zero‑Config to Production Ready

Unit Testing with Jest – From Zero‑Config to Production Ready

5
Comments 3
3 min read
Mastering Async/Await in JavaScript
Cover image for Mastering Async/Await in JavaScript

Mastering Async/Await in JavaScript

2
Comments 1
2 min read
Geolocation API: Real-world Usage
Cover image for Geolocation API: Real-world Usage

Geolocation API: Real-world Usage

1
Comments 2
2 min read
Exploring JavaScript Maps and Sets
Cover image for Exploring JavaScript Maps and Sets

Exploring JavaScript Maps and Sets

Comments
2 min read
Advanced JavaScript Animation Techniques
Cover image for Advanced JavaScript Animation Techniques

Advanced JavaScript Animation Techniques

Comments
2 min read
ES Modules and CommonJS Modules Explained
Cover image for ES Modules and CommonJS Modules Explained

ES Modules and CommonJS Modules Explained

Comments 1
2 min read
WebSockets: Real‑Time Communication Made Easy
Cover image for WebSockets: Real‑Time Communication Made Easy

WebSockets: Real‑Time Communication Made Easy

Comments
2 min read
JavaScript Execution Context Explained
Cover image for JavaScript Execution Context Explained

JavaScript Execution Context Explained

1
Comments
2 min read
Working with JavaScript Symbols: A Practical Guide
Cover image for Working with JavaScript Symbols: A Practical Guide

Working with JavaScript Symbols: A Practical Guide

7
Comments 5
2 min read
🔍 Inside the V8 JavaScript Engine: A Comprehensive Exploration
Cover image for 🔍 Inside the V8 JavaScript Engine: A Comprehensive Exploration

🔍 Inside the V8 JavaScript Engine: A Comprehensive Exploration

5
Comments 4
3 min read
Prototypal Inheritance in JavaScript
Cover image for Prototypal Inheritance in JavaScript

Prototypal Inheritance in JavaScript

Comments
2 min read
Optimizing Angular Apps with Web Workers
Cover image for Optimizing Angular Apps with Web Workers

Optimizing Angular Apps with Web Workers

4
Comments
2 min read
9 Patterns and Practices for Securing Apps in Angular
Cover image for 9 Patterns and Practices for Securing Apps in Angular

9 Patterns and Practices for Securing Apps in Angular

1
Comments
2 min read
Managing Complex Forms with Angular Reactive Forms
Cover image for Managing Complex Forms with Angular Reactive Forms

Managing Complex Forms with Angular Reactive Forms

1
Comments
2 min read
Building Accessible Angular Applications (WCAG, ARIA)
Cover image for Building Accessible Angular Applications (WCAG, ARIA)

Building Accessible Angular Applications (WCAG, ARIA)

5
Comments 4
2 min read
Integrating Tailwind CSS in Angular
Cover image for Integrating Tailwind CSS in Angular

Integrating Tailwind CSS in Angular

1
Comments
2 min read
Using RxJS Subjects and BehaviorSubjects in Angular
Cover image for Using RxJS Subjects and BehaviorSubjects in Angular

Using RxJS Subjects and BehaviorSubjects in Angular

3
Comments 2
2 min read
Reducing Bundle Size in Angular
Cover image for Reducing Bundle Size in Angular

Reducing Bundle Size in Angular

Comments 2
2 min read
End-to-End Testing in Angular with Cypress
Cover image for End-to-End Testing in Angular with Cypress

End-to-End Testing in Angular with Cypress

Comments
2 min read
Which Cloud Platform Is Best for Beginners? (AWS, Azure, Heroku, Render, Vercel, Netlify)
Cover image for Which Cloud Platform Is Best for Beginners? (AWS, Azure, Heroku, Render, Vercel, Netlify)

Which Cloud Platform Is Best for Beginners? (AWS, Azure, Heroku, Render, Vercel, Netlify)

3
Comments 4
2 min read
Angular's Change Detection Explained: How It Really Works
Cover image for Angular's Change Detection Explained: How It Really Works

Angular's Change Detection Explained: How It Really Works

3
Comments 4
2 min read
Angular Routing Internals: Behind-the-Scenes
Cover image for Angular Routing Internals: Behind-the-Scenes

Angular Routing Internals: Behind-the-Scenes

1
Comments
2 min read
Angular NgModules vs Standalone Components
Cover image for Angular NgModules vs Standalone Components

Angular NgModules vs Standalone Components

1
Comments
2 min read
Angular Ivy Compiler: Why and How It Improves Performance
Cover image for Angular Ivy Compiler: Why and How It Improves Performance

Angular Ivy Compiler: Why and How It Improves Performance

1
Comments
2 min read
Deep Dive into Angular Dependency Injection (DI)
Cover image for Deep Dive into Angular Dependency Injection (DI)

Deep Dive into Angular Dependency Injection (DI)

3
Comments
2 min read
Introduction to Node.js Worker Threads
Cover image for Introduction to Node.js Worker Threads

Introduction to Node.js Worker Threads

Comments
2 min read
NestJS, Next.js, Express.js, Nuxt.js, Deno: Framework or Runtime?
Cover image for NestJS, Next.js, Express.js, Nuxt.js, Deno: Framework or Runtime?

NestJS, Next.js, Express.js, Nuxt.js, Deno: Framework or Runtime?

Comments
2 min read
Introduction to WebSockets with Node.js and Socket.io
Cover image for Introduction to WebSockets with Node.js and Socket.io

Introduction to WebSockets with Node.js and Socket.io

1
Comments
2 min read
💡Node.js Event Emitters: Understanding Events and Listeners
Cover image for 💡Node.js Event Emitters: Understanding Events and Listeners

💡Node.js Event Emitters: Understanding Events and Listeners

1
Comments
2 min read
📚 Node.js Guide: Getting Started and Best Practices
Cover image for 📚 Node.js Guide: Getting Started and Best Practices

📚 Node.js Guide: Getting Started and Best Practices

1
Comments
3 min read
⚙️ Async Error Handling in Node.js: 4 Best Practices
Cover image for ⚙️ Async Error Handling in Node.js: 4 Best Practices

⚙️ Async Error Handling in Node.js: 4 Best Practices

Comments
2 min read
➡️ Top 10 Essential npm Libraries for Node.js Development
Cover image for ➡️ Top 10 Essential npm Libraries for Node.js Development

➡️ Top 10 Essential npm Libraries for Node.js Development

3
Comments
2 min read
📚 Understanding Modules and Require in Node.js
Cover image for 📚 Understanding Modules and Require in Node.js

📚 Understanding Modules and Require in Node.js

Comments
2 min read
📚 Understanding Node.js Streams and Buffers
Cover image for 📚 Understanding Node.js Streams and Buffers

📚 Understanding Node.js Streams and Buffers

Comments
2 min read
📚 Understanding JavaScript Scope and Hoisting
Cover image for 📚 Understanding JavaScript Scope and Hoisting

📚 Understanding JavaScript Scope and Hoisting

Comments
2 min read
📚 Angular Standalone Components: A New Approach to Building Apps
Cover image for 📚 Angular Standalone Components: A New Approach to Building Apps

📚 Angular Standalone Components: A New Approach to Building Apps

4
Comments
2 min read
➡️ 7 Effective JavaScript Debugging Techniques Every Developer Should Know
Cover image for ➡️ 7 Effective JavaScript Debugging Techniques Every Developer Should Know

➡️ 7 Effective JavaScript Debugging Techniques Every Developer Should Know

1
Comments
2 min read
📚 TypeScript Enums and Advanced Usage
Cover image for 📚 TypeScript Enums and Advanced Usage

📚 TypeScript Enums and Advanced Usage

1
Comments
2 min read
👨‍💻 Understanding Generics in TypeScript with Practical Examples
Cover image for 👨‍💻 Understanding Generics in TypeScript with Practical Examples

👨‍💻 Understanding Generics in TypeScript with Practical Examples

2
Comments
2 min read
📚 Angular Signals: The New Way of State Management
Cover image for 📚 Angular Signals: The New Way of State Management

📚 Angular Signals: The New Way of State Management

1
Comments
2 min read
😵‍💫 Understanding and Handling Common JavaScript Errors
Cover image for 😵‍💫 Understanding and Handling Common JavaScript Errors

😵‍💫 Understanding and Handling Common JavaScript Errors

Comments
2 min read
➡️ 5 Essential JavaScript Concepts Every Developer Should Master
Cover image for ➡️ 5 Essential JavaScript Concepts Every Developer Should Master

➡️ 5 Essential JavaScript Concepts Every Developer Should Master

Comments
2 min read
🤔 Why Every Developer Should Embrace CI/CD
Cover image for 🤔 Why Every Developer Should Embrace CI/CD

🤔 Why Every Developer Should Embrace CI/CD

1
Comments
2 min read
💡 Deep Dive into JavaScript’s Spread and Rest Operators
Cover image for 💡 Deep Dive into JavaScript’s Spread and Rest Operators

💡 Deep Dive into JavaScript’s Spread and Rest Operators

Comments
2 min read
📚 A Beginner’s Guide to NgRx in Angular: Managing State the Redux Way
Cover image for 📚 A Beginner’s Guide to NgRx in Angular: Managing State the Redux Way

📚 A Beginner’s Guide to NgRx in Angular: Managing State the Redux Way

6
Comments
4 min read
😵‍💫 JavaScript Promises: Avoiding Callback Hell
Cover image for 😵‍💫 JavaScript Promises: Avoiding Callback Hell

😵‍💫 JavaScript Promises: Avoiding Callback Hell

Comments
3 min read
📚 Effective Use of TypeScript Interfaces and Types
Cover image for 📚 Effective Use of TypeScript Interfaces and Types

📚 Effective Use of TypeScript Interfaces and Types

Comments 2
2 min read
➡️ Understanding JavaScript's `this` Keyword: Once and For All
Cover image for ➡️ Understanding JavaScript's `this` Keyword: Once and For All

➡️ Understanding JavaScript's `this` Keyword: Once and For All

1
Comments
2 min read
⚙️ Mastering Lazy Loading in Angular: Boosting Performance and Efficiency
Cover image for ⚙️ Mastering Lazy Loading in Angular: Boosting Performance and Efficiency

⚙️ Mastering Lazy Loading in Angular: Boosting Performance and Efficiency

Comments
2 min read
👨‍💻 Implementing Internationalization (i18n) in Angular
Cover image for 👨‍💻 Implementing Internationalization (i18n) in Angular

👨‍💻 Implementing Internationalization (i18n) in Angular

1
Comments 2
3 min read
➡️ TypeScript vs JavaScript: Key Differences Explained
Cover image for ➡️ TypeScript vs JavaScript: Key Differences Explained

➡️ TypeScript vs JavaScript: Key Differences Explained

1
Comments
3 min read
📚 Understanding Angular Dependency Injection: How It Works & Best Practice
Cover image for 📚 Understanding Angular Dependency Injection: How It Works & Best Practice

📚 Understanding Angular Dependency Injection: How It Works & Best Practice

2
Comments
3 min read
⚙️ Understanding libuv in Node.js: The Engine Behind Asynchronous I/O
Cover image for ⚙️ Understanding libuv in Node.js: The Engine Behind Asynchronous I/O

⚙️ Understanding libuv in Node.js: The Engine Behind Asynchronous I/O

1
Comments
3 min read
⚙️ Event Loop in Node.js: How It Works and Why It Matters
Cover image for ⚙️ Event Loop in Node.js: How It Works and Why It Matters

⚙️ Event Loop in Node.js: How It Works and Why It Matters

Comments
2 min read
📚 State Management in Angular: NgRx vs Services vs Signals
Cover image for 📚 State Management in Angular: NgRx vs Services vs Signals

📚 State Management in Angular: NgRx vs Services vs Signals

Comments
3 min read
📚 Understanding Closures in JavaScript: A Complete Guide
Cover image for 📚 Understanding Closures in JavaScript: A Complete Guide

📚 Understanding Closures in JavaScript: A Complete Guide

Comments
2 min read
📚 Understanding the Event Loop in JavaScript: Macrotasks and Microtasks Explained
Cover image for 📚 Understanding the Event Loop in JavaScript: Macrotasks and Microtasks Explained

📚 Understanding the Event Loop in JavaScript: Macrotasks and Microtasks Explained

1
Comments
2 min read
📚 Reactive Forms vs Template-Driven Forms: Which to Choose and Why
Cover image for 📚 Reactive Forms vs Template-Driven Forms: Which to Choose and Why

📚 Reactive Forms vs Template-Driven Forms: Which to Choose and Why

1
Comments
2 min read
📚 The Role of Observables in Angular and How to Use Them Effectively
Cover image for 📚 The Role of Observables in Angular and How to Use Them Effectively

📚 The Role of Observables in Angular and How to Use Them Effectively

1
Comments 2
2 min read
loading...