learning-to-code

Recent in

learning-to-code

The Hidden Catch With Using Frameworks
productivity

The Hidden Catch With Using Frameworks

https://hackernoon.com

"Ready-made tool" frameworks can be fantastic for building applications, providing a wealth of functionality. But there's often a drawback that's not immediately obvious. In this article, I'm going to delve into why I had to abandon my reliance on these frameworks and shift my mindset to that of a problem solver.

AbramFeb 9, 2023
An Intro to Coding for Kids: What Every Parent Should Know
web-development

An Intro to Coding for Kids: What Every Parent Should Know

https://hackernoon.com

Computer science has become one of the most in-demand skills worldwide. Job openings for software developers are slated to grow 21 percent between 2018 and 2028. Coding is a creative process that encourages children to ask questions and develop innovative solutions for them.

Lomit PatelFeb 7, 2023
How to Find the Longest Substring without Repeating Characters
java

How to Find the Longest Substring without Repeating Characters

https://hackernoon.com

The Longest Substring Without Repeating Characters is a problem where one needs to find the longest substring of a given string such that no characters in the substring repeat. This is a common problem in computer science and is often used to test a developer's understanding of data structures, algorithms, and string manipulation.

Leonid ZemenkovFeb 2, 2023
Getting Started with OpenAI API in JavaScript
openai

Getting Started with OpenAI API in JavaScript

https://hackernoon.com

This guide provides an overview of how to get started with the OpenAI API in JavaScript. It covers the necessary tools and provides code examples for building AI-enabled applications.

Olivia BrownJan 19, 2023
🕵️‍♂️ Learning to Use Git Alias to Boost Your Productivity
Validate Binary Search Tree Blind 75 LeetCode Question
java

Validate Binary Search Tree Blind 75 LeetCode Question

https://hackernoon.com

BST is defined as follows: left subtree of a node contains only nodes with keys **less than** the node’s key. Right subtree contains only node with keys**greater than the key. Both the left and right subtrees must also be binary search trees.

Ruslan RakhmedovJan 18, 2023
Top 10 Programming Languages for Beginners
programming-languages

Top 10 Programming Languages for Beginners

https://hackernoon.com

Programming languages are sets of instructions that a computer can understand and execute. They are used to create software applications, websites, and other digital products. Java, Python, C++, JavaScript, C#, and PHP are some of the most popular programming languages.

Daniel YerimahJan 13, 2023
5 Reasons Why Kids Should Start Coding Early
learning-to-code

5 Reasons Why Kids Should Start Coding Early

https://hackernoon.com

Coding is the key to future jobs, but that’s only one of the benefits. The ability to code is fundamental to processing and visualizing and processing data and work. It's brilliant timing because children, by nature, are programmed to learn languages. The metaverse is soon expected to play a significant role in how we interact socially and financially and it's 100% made up of code.

Lomit PatelOct 30, 2022
Detecting Linked List Cycle.
algorithms

Detecting Linked List Cycle.

https://hackernoon.com

Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the next pointer. Internally, pos is used to denote the index of the node that tail's next pointer is connected to.

Aleksei KankovNov 16, 2022
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!