DEV Community

Emil Ossola profile picture

Emil Ossola

404 bio not found

Joined Joined on  twitter website
Calculating the Sum of Vectors in C++

Calculating the Sum of Vectors in C++

Comments
8 min read
Reversing a Vector in C++: Efficient Techniques and Best Practices

Reversing a Vector in C++: Efficient Techniques and Best Practices

Comments
8 min read
Reversing a String in C++

Reversing a String in C++

Comments
9 min read
Exploring the Ceil and Floor Functions in C++

Exploring the Ceil and Floor Functions in C++

Comments
14 min read
Implementing Switch Statements with Strings in C++

Implementing Switch Statements with Strings in C++

Comments
9 min read
Exploring the Power of C++ std::optional

Exploring the Power of C++ std::optional

Comments
15 min read
Using the [[nodiscard]] Attribute in C++17 for Handling Error

Using the [[nodiscard]] Attribute in C++17 for Handling Error

Comments
7 min read
Understanding Multimap in the C++ Standard Template Library

Understanding Multimap in the C++ Standard Template Library

Comments
15 min read
Understanding Incomplete Type in C++

Understanding Incomplete Type in C++

Comments
7 min read
A Comprehensive Guide to cstring in C++

A Comprehensive Guide to cstring in C++

Comments
7 min read
C++ Writing Binary Vector and Reading it in Python

C++ Writing Binary Vector and Reading it in Python

Comments
9 min read
A Guide to Install Desktop Development with C++ Workload

A Guide to Install Desktop Development with C++ Workload

Comments
5 min read
An Introduction to C++ Vector: Understanding the push_back() Function

An Introduction to C++ Vector: Understanding the push_back() Function

Comments
8 min read
Introduction to Printing Vectors in C++

Introduction to Printing Vectors in C++

Comments
9 min read
A Guide to Implementing the Find Function in C++

A Guide to Implementing the Find Function in C++

Comments
13 min read
Understanding the Usage of C++ Vector Insert Method

Understanding the Usage of C++ Vector Insert Method

Comments
11 min read
A Comprehensive Guide to Unordered Set in C++

A Comprehensive Guide to Unordered Set in C++

Comments
8 min read
Dynamic Memory Allocation with Void Pointer in C++

Dynamic Memory Allocation with Void Pointer in C++

Comments
11 min read
A Comprehensive Guide to String Formatting in Rust

A Comprehensive Guide to String Formatting in Rust

Comments
10 min read
Understanding the AtomicUsize in std::sync::atomic (Rust Tutorial)

Understanding the AtomicUsize in std::sync::atomic (Rust Tutorial)

Comments
14 min read
Finding a Character in a String using Rust

Finding a Character in a String using Rust

2
Comments
8 min read
A Comprehensive Guide for Java TypeReference

A Comprehensive Guide for Java TypeReference

Comments
10 min read
Solving Python Environment Error: No Such File or Directory

Solving Python Environment Error: No Such File or Directory

Comments
9 min read
Understanding Java.lang.reflect.InvocationTargetException

Understanding Java.lang.reflect.InvocationTargetException

Comments
4 min read
Exploring StringList in Java: A Comprehensive Guide

Exploring StringList in Java: A Comprehensive Guide

Comments
13 min read
A Guide to Locating a Java File Outside of Source Root

A Guide to Locating a Java File Outside of Source Root

Comments
8 min read
Troubleshooting Steps to Resolve Python Program Execution Failed

Troubleshooting Steps to Resolve Python Program Execution Failed

Comments
6 min read
Understanding the Len Function and Dictionary in Python

Understanding the Len Function and Dictionary in Python

Comments
10 min read
A Step-by-Step Guide for Pagination in Python

A Step-by-Step Guide for Pagination in Python

Comments
12 min read
Understanding the 'isset' Function in Python

Understanding the 'isset' Function in Python

Comments
7 min read
Understanding the Python Inline If Statement

Understanding the Python Inline If Statement

Comments
8 min read
Importing Modules from Parent Directory Using Python

Importing Modules from Parent Directory Using Python

Comments
10 min read
Python Environment Error: No Such File or Directory

Python Environment Error: No Such File or Directory

Comments
9 min read
A Comparison Between Java 8 vs Java 11

A Comparison Between Java 8 vs Java 11

Comments
7 min read
Solving PySpark RuntimeError: Java gateway process exited

Solving PySpark RuntimeError: Java gateway process exited

Comments
10 min read
A Comprenhensive Guide on Bubble Sort For 2D Array in Java

A Comprenhensive Guide on Bubble Sort For 2D Array in Java

Comments
10 min read
Troubleshooting the Unable to Locate Java Runtime Issue

Troubleshooting the Unable to Locate Java Runtime Issue

Comments
6 min read
Troubleshooting Java Error: JDK not specified for module

Troubleshooting Java Error: JDK not specified for module

Comments
8 min read
A Comprehensive Guide for Java Enumerations with Strings

A Comprehensive Guide for Java Enumerations with Strings

Comments
8 min read
Understanding Double Question Mark Operator (??) in TypeScript

Understanding Double Question Mark Operator (??) in TypeScript

Comments
8 min read
Converting TypeScript String to Number: A Practical Guide

Converting TypeScript String to Number: A Practical Guide

Comments
8 min read
Exploring the Power of TypeScript Arrays: A Comprehensive Guide

Exploring the Power of TypeScript Arrays: A Comprehensive Guide

1
Comments
8 min read
Import CSS from node_modules in Next.js

Import CSS from node_modules in Next.js

Comments
13 min read
Node.js vs Go: A Comparison of Two Powerful Backend Technologies

Node.js vs Go: A Comparison of Two Powerful Backend Technologies

Comments
13 min read
Mastering Regular Expressions in Node.js: A Comprehensive Guide

Mastering Regular Expressions in Node.js: A Comprehensive Guide

3
Comments
9 min read
Troubleshooting: Fixing 'fetch is not defined' error in Node.js

Troubleshooting: Fixing 'fetch is not defined' error in Node.js

Comments
7 min read
Mastering the Basics: Printing a Variable in C

Mastering the Basics: Printing a Variable in C

Comments
8 min read
Saying Hello to the World: Creating Your First Program with C

Saying Hello to the World: Creating Your First Program with C

Comments
7 min read
A Beginner's Guide to Print Integers in C

A Beginner's Guide to Print Integers in C

Comments
7 min read
A Comprehensive Guide for Golang String Concatenation

A Comprehensive Guide for Golang String Concatenation

Comments 1
7 min read
Printing in Go with the Print and Printf Functions

Printing in Go with the Print and Printf Functions

Comments
10 min read
Converting Integer to String in Golang

Converting Integer to String in Golang

1
Comments
6 min read
Discovering the Timeline of Learning HTML

Discovering the Timeline of Learning HTML

Comments
7 min read
HTML Coding Basics: Writing 'Hello World'

HTML Coding Basics: Writing 'Hello World'

Comments
6 min read
Array Summation in JavaScript: A Comprehensive Guide

Array Summation in JavaScript: A Comprehensive Guide

Comments
8 min read
Efficient Ways to Swap Two Variables in JavaScript

Efficient Ways to Swap Two Variables in JavaScript

Comments
7 min read
Mastering Array Transformation with the JavaScript Map Function

Mastering Array Transformation with the JavaScript Map Function

Comments
10 min read
Printing Array Elements in JavaScript: A Step-by-Step Guide

Printing Array Elements in JavaScript: A Step-by-Step Guide

Comments
8 min read
Should 'composite' classes reference 'parent' class in Java?

Should 'composite' classes reference 'parent' class in Java?

Comments
7 min read
Java list.of() vs. new ArrayList<>(): Choosing the Right Approach

Java list.of() vs. new ArrayList<>(): Choosing the Right Approach

Comments
9 min read
loading...