Pass by Value (PBV) in JavaScript: Understanding Primitive Types and ObjectsOne important concept to refresh before diving into algorithm problems is understanding how JavaScript handles function arguments with …2d ago2d ago
Common accessibility mistakes and simple ways to increase accessibilityDo you conduct accessibility audits for your software? I have been engaged in updating software to ensure compliance with accessibility…Oct 25, 2024Oct 25, 2024
Creating a sense of belonging at workNobody really taught me how to build relationships at work. Long time ago, I initially misunderstood “professional relationships” to mean…Jan 29, 2024Jan 29, 2024
PostgreSQL — could not connect to server errorI ran into an issue where PostgreSQL connection was refused and got some messages like these: “Is the server running on that host and…Feb 28, 2023Feb 28, 2023
Published inDev GeniusHow to add a field to a database schema in Ruby on Rails with one commendWhen you are adding a column to an existing table, you need to run migration. Migrations “alter your database schema over time in a…Jan 17, 2023Jan 17, 2023
Published inDev GeniusCreating custom hooks using Apollo in ReactHow do you fetch data from the backend to the front end? Do you use GraphQL? I have been frequently using Apollo and am really excited to…Nov 14, 2022Nov 14, 2022
Published inDev GeniusHow to test custom React Apollo hook using Jest MockI‘m a firm believer that writing good tests is a key component of delivering quality products, and I’ve learned that it isn’t always easy…May 3, 20221May 3, 20221
Published inDev GeniusRESTful Routing vs GraphQLI have worked on many applications that use RESTful routing. Because rapid and frequent product updates have become an industry standard…Mar 22, 2022Mar 22, 2022