Zainab OmarRails Forms HelpersForms in web applications are an essential interface for user input. However, form markup can quickly become tedious to write and maintain…Oct 2, 2021Oct 2, 2021
Zainab OmarRecursive FunctionsRecursion is the process of defining a problem (or the solution to a problem) in terms of (a simpler version of) itself. In other word…Sep 17, 2021Sep 17, 2021
Zainab OmarFast JSON APIThe Fast JSON API is a JSON serializer for Rails APIs. … The result is that in our controller actions, rather than writing a custom render…Sep 4, 2021Sep 4, 2021
Zainab OmarFigaro GemFigaro is a simple, Heroku-friendly Rails app configuration using ENV and a single YAML file Ruby gems. Figaro was written to make it easy…Aug 28, 2021Aug 28, 2021
Zainab OmarAPI Calls Using Axios and fetchAxios and fetch both are used to send request to APIs. The differences between them are:Aug 6, 2021Aug 6, 2021
Zainab OmarReact useState vs useEffect hooksHooks are new feature introduced in React 16.8. It allows function components to use state and other React life cycle features without…Jul 30, 2021Jul 30, 2021