Adam WorkmaninJavaScript in Plain EnglishUse JavaScript Sets to Return Unique Elements from ArrayUsing The JavaScript Set Constructor to Return Unique Elements From an ArrayJul 15, 2021Jul 15, 2021
Adam WorkmaninJavaScript in Plain EnglishERDs: Why You Might Want to Consider Using One For Your Next ProjectDatabase schemas can get pretty gnarly and it can be difficult to visualize the relationships between your tables. This can cause some…Jul 11, 2021Jul 11, 2021
Adam WorkmaninGeek CultureConsuming GraphQL APIs in Ruby Without Additional LibrariesWith GraphQL you can query a single endpoint and get back exactly the data you need. Nothing more, nothing less. Sounds nice right? It gets…Jul 3, 2021Jul 3, 2021
Adam WorkmaninJavaScript in Plain EnglishWhat is a Recursive Function?Simply put, a recursive function is a function that calls itself inside of itself until a condition is met. In most cases, when using…Jun 25, 20211Jun 25, 20211
Adam WorkmaninJavaScript in Plain EnglishHow to Solve this Classic Technical Interview QuestionBeing watched and analyzed while you attempt to solve a problem you have never seen before can be pretty intimidating. Especially when…Jun 19, 20211Jun 19, 20211
Adam WorkmaninJavaScript in Plain EnglishHow to Resize an Input Box to Avoid Overflow in a Functional React FormWe will look into resizing the input box to fit the text.Jun 11, 2021Jun 11, 2021
Adam WorkmaninJavaScript in Plain EnglishResize Input Text to Avoid Overflow in a Functional React FormWe will create a simple form that takes one input, the user’s location, and changes the font size so we don’t have any overflow.Jun 6, 2021Jun 6, 2021
Adam WorkmaninJavaScript in Plain EnglishUsing a Pure JavaScript Library in React: Utilizing Information from the Library to Re-Render a…A pretty common theme in my articles is the proper way to use state and/or state hooks.May 30, 2021May 30, 2021
Adam WorkmaninJavaScript in Plain EnglishHow to Build an Analog Clock Using HooksLooking to class things up with an analog clock? In this article, we will look at one way to build a simple analog clock.May 23, 2021May 23, 2021
Adam WorkmaninJavaScript in Plain EnglishUsing Hooks to Create a Live Search Feature in ReactIn this article, we will set up a live search for our friends list so that the user can find a specific friend more easily.May 2, 20211May 2, 20211