Jorge Villegas

Software Developer

Calling Functions in JavaScript

Functions are one of the most important building blocks of JavaScript. They allow us to group related code together and make it easier to...

Solving Leetcode 39. Combination Sum

In this post, we explore a classic coding challenge from Leetcode: problem 39, "Combination Sum." This problem tests a developer's ability to find all...

Solving Leetcode 54. Spiral Matrix. Spirally traversing a matrix

Problem statement Given an m x n matrix, return all elements of the matrix in spiral order. This problem seems little tricky but it is very...

Solving Leetcode 24. Swap Nodes in Pairs

Problem Stated From Leetcode: Given a linked list, swap every two adjacent nodes and return its head. You must solve the problem without modifying...

Solving Leetcode 11: Container With Most Water

Problem: From Leetcode You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the...

Popular

How to 10x Your LLM Prompting With DSPy

Tired of spending countless hours tweaking prompts for large...

Google Announces A Cost Effective Gemini Flash

At Google's I/O event, the company unveiled Gemini Flash,...

WordPress vs Strapi: Choosing the Right CMS for Your Needs

With the growing popularity of headless CMS solutions, developers...

JPA vs. JDBC: Comparing the two DB APIs

Introduction The eternal battle rages on between two warring database...

Meta Introduces V-JEPA

The V-JEPA model, proposed by Yann LeCun, is a...