Explore. Learn. Empower.
A community-driven knowledge hub from Comida For Familias, Inc.
What is Y Combinator?
The Y combinator is a concept in computer science and mathematics that is used to create recursive functions. Recursive functions are functions that can call themselves, which is a useful technique for solving certain types of problems in computer programming.

What is Y Combinator?
The Y combinator is a concept in computer science and mathematics that is used to create recursive functions. Recursive functions are functions that can call themselves, which is a useful technique for solving certain types of problems in computer programming.

How To Use Medium For Your Organization
For organizations who want to use Medium to share knowledge and earn revenue. From my experience running a scientific research organization, there are a few ways to organize your medium articles under your publication:

Quisines: Simple and Healthy Recipes
Quisines is a recipe application that can be used on both Android and IOS. The main purpose of Quisines is to provide users with delicious recipes from different cultures. By doing so, we hope to:

Using Google Analytics 4, Google Ads, and Google Tag Manager
A guide on how to setup up and utilize these 3 tools to track user actions, measure conversions, and achieve your goals.

Comidaticket: Building a Web App for Public Benefit
Comidaticket is a B2B web application for food pantry with 3 types of users:

UX Research in-demand Future Skill
UX researcher, designer, architect, interface designer, and some other similar job titles have been floating in the web-design industry a lot lately. Sometimes it gets difficult to decide which of these is a perfect fit for you.

Redesigning Comida For Familias, Inc’s Official website
Today I want to share the story of my association with Comida For Familias, Inc., like how it all started and how it helped me learn so much while volunteering as a designer. In April 2020, with the start of COVID-19 in our lives, I was looking for volunteer opportunities.

What does it mean to be an Official Volunteer?
Comida For Familias, Inc. uses the term “official volunteers” to describe volunteers that have a strong ties with the organization.

Designing NeedyDelivery
From the start, our goal with Needy Delivery was to re-skin an Uber Eats like project, modify it a bit, and get it out the door, FAST!

Adding Guest and Apple Sign-in to Our iOS App
Apple is known to have very strict guidelines to be approved for the App Store. These guidelines hopefully are there to ensure iPhone users have the best experience when installing apps from the App Store.

Building a Solid Swift App with Needy Delivery
With the development of Covid-19, going outside for our daily added more difficulty. Picking up food at our local grocery store became a potential health risk. Social distancing has become our norm, where individuals keep a safe distance from each other to avoid any possible spread of infection.

How to Setup Server Blocks (Virtual Hosts) with Nginx on Digital Ocean
Save money by hosting multiple websites on one server. Note: This tutorial assumes that you have a nodejs droplet (server) and the DNS setup.

Recursive Algorithm
As recursion is the process of defining a problem/solution in terms of a simpler version of itself, a recursive algorithm is an algorithm that calls itself with simpler parameters.

A Drive Through JavaScript Closures
Closures are a fundamental concept to JavaScript but can be difficult for beginners to understand. To alleviate this, we will define the basic concept and then apply this abstract concept to something familiar like a car.

California Ballot Propositions with PEP
There have been several life-altering events this year like the Covid-19 pandemic and wildfires in California. This is why casting our ballot is especially important for addressing issues affecting our community.

An Analysis of The Social Dilemma
A review from the perspective of someone who types code, understands design, and is a consumer of social media. WARNING: SPOILERS

Pay to do Charitable Activities That Will Make Your Familia Proud!
Comida For Familias, Inc. is a 509(a)(2), 501(c)(3) nonprofit organization and this article explains why this is important when you do activities with us.
![[JS In Brief]: var, let, const — what the difference?](/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2F11d8tg9r%2Fproduction%2F8a4e5b9d16f16b0cae6397bd4f268d13e0165b57-512x512.png%3Fw%3D800%26h%3D450%26fit%3Dcrop&w=3840&q=75)
[JS In Brief]: var, let, const — what the difference?
TLDR: [JS In Brief] — This is a series of short Q&A posts dedicated to development. We want to focus your attention on the important aspects of JavaScript. Also, these posts can be useful for interview preparation.