Tag red

25+ Coding post types - Ideas for trending tech blogs

When we want to write our tech blogs either as a profession or a hobby, sometimes we might get stuck on few questions like What type of coding post or...

Top 10 most hated programming languages of 2022 and their use

In the previous post we learnt about the top 10 most loved programming languages of 2022 and which companies use them.

Carbon language vs Rust comparison - A detailed guide

The moment Google open-sourced Carbon programming language with a goal to become a successor to C++, it brought a huge attention among Rust language communities with some of the questions...

Google Carbon language tutorial with syntax, examples [Beginner guide]

Google introduced Carbon language as the next generation programming language with a goal to replace C++ as a successor. It’s an open source project still in experimental phase. Originally demonstrated...

Carbon language Fibonacci series, print nth Fibonacci number

Google introduced Carbon programming language with a modern language syntax to become a successor to C++.

Carbon language memory safety for secure memory management

Carbon language memory safety for secure memory management

[Solved] Carbon language not working execvp llvm-ar file not found error

Google introduced Carbon language as the next generation programming language with a goal to replace C++ as a successor. It is still in experimental phase and being actively developed by...

Connecting dbt mysql with PlanetScale database (Vitess) - A case study

When I first started playing around with dbt (data build tool), being a traditional MySQL developer, the first thing that came to my mind is Can we connect dbt with...

dbt(data build tool) course for beginners with dbt cloud + snowflake for dbt certification

dbt has become one of the most trending technologies for data transformation in ETL world.

Top 10 most loved programming languages of 2022 and which companies use them

Before jumping into the top 10 list, here is a quick quiz for you!

dbt (data build tool) tutorial with a real world example

dbt (data build tool) has become one of the most used developmental frameworks for Data transformation. However most people don’t actually get What, Why and How part of dbt. In...

PostgreSQL Vs MySQL differences in syntax - side by side comparison cheatsheet for show databases, tables, schemas and more

In the previous post for PostgreSQL Vs MySQL Syntax Comparison - Useful basic commands with examples , we compared the detailed differences between PostgreSQL vs MySQL syntax. If you haven’t...

Basic Markdown syntax cheatsheet

When writing blog posts or news articles, Markdown language provides a simple syntax for a novice blogger to add styles to their content. Most blogging websites such as medium, github...

Java read file to string - 5 simple ways

In this tutorial we will discuss 5 simple ways to read a file to string in Java. Writing real world application code in java involves file and string processing. Some...

How to read or convert an inputstream into a string in java

In many development projects, we might need to convert an InputStream into a String in java. In this tutorial we will discuss simple and handpicked ways to read or convert...

Tag yellow

25+ Coding post types - Ideas for trending tech blogs

When we want to write our tech blogs either as a profession or a hobby, sometimes we might get stuck on few questions like What type of coding post or...

Top 10 most hated programming languages of 2022 and their use

In the previous post we learnt about the top 10 most loved programming languages of 2022 and which companies use them.

Carbon language vs Rust comparison - A detailed guide

The moment Google open-sourced Carbon programming language with a goal to become a successor to C++, it brought a huge attention among Rust language communities with some of the questions...

Google Carbon language tutorial with syntax, examples [Beginner guide]

Google introduced Carbon language as the next generation programming language with a goal to replace C++ as a successor. It’s an open source project still in experimental phase. Originally demonstrated...

Carbon language Fibonacci series, print nth Fibonacci number

Google introduced Carbon programming language with a modern language syntax to become a successor to C++.

Carbon language memory safety for secure memory management

Carbon language memory safety for secure memory management

[Solved] Carbon language not working execvp llvm-ar file not found error

Google introduced Carbon language as the next generation programming language with a goal to replace C++ as a successor. It is still in experimental phase and being actively developed by...

Connecting dbt mysql with PlanetScale database (Vitess) - A case study

When I first started playing around with dbt (data build tool), being a traditional MySQL developer, the first thing that came to my mind is Can we connect dbt with...

dbt(data build tool) course for beginners with dbt cloud + snowflake for dbt certification

dbt has become one of the most trending technologies for data transformation in ETL world.

Top 10 most loved programming languages of 2022 and which companies use them

Before jumping into the top 10 list, here is a quick quiz for you!

dbt (data build tool) tutorial with a real world example

dbt (data build tool) has become one of the most used developmental frameworks for Data transformation. However most people don’t actually get What, Why and How part of dbt. In...

PostgreSQL Vs MySQL differences in syntax - side by side comparison cheatsheet for show databases, tables, schemas and more

In the previous post for PostgreSQL Vs MySQL Syntax Comparison - Useful basic commands with examples , we compared the detailed differences between PostgreSQL vs MySQL syntax. If you haven’t...

Basic Markdown syntax cheatsheet

When writing blog posts or news articles, Markdown language provides a simple syntax for a novice blogger to add styles to their content. Most blogging websites such as medium, github...

Java read file to string - 5 simple ways

In this tutorial we will discuss 5 simple ways to read a file to string in Java. Writing real world application code in java involves file and string processing. Some...

How to read or convert an inputstream into a string in java

In many development projects, we might need to convert an InputStream into a String in java. In this tutorial we will discuss simple and handpicked ways to read or convert...