fimber.hashnode.devHow to Write a GraphQL QueryA beginner’s guide to writing your first GraphQL query In 2015, GraphQL was introduced by Meta as an alternative to REST APIs for building web applications and it’s safe to say GraphQL has taken the world by storm. A recent report showed that 47.9% o...Apr 12, 2023·9 min read
openreplay.hashnode.devCreating drop-down menus with CSS in 2023The navbar of every website is a very important part of the site's accessibility and functionality. Ideally, Navbars should have links to all parts of the website, but putting all that information in one line may make your navbars look congested. Tha...Mar 22, 2023·8 min read
fimber.hashnode.devWhen and how to choose between media queries and container queriesEveryone who keeps up with the latest events in the world of responsive design will agree that the introduction of CSS container queries is a game changer. It’s the most exciting thing that has happened since the introduction of, well, media queries....Sep 17, 2022·9 min read
fimber.hashnode.devHow to Create Forms with SwiftUIThere are many different ways to present user input in iOS applications, and the most important of them is probably the form. Creating forms in SwiftUI can seem like an impossible task at first, especially if you’re not familiar with the library. We’...May 9, 2022·7 min read
fimber.hashnode.dev3 Ways to Improve the Security of Open-Source Node DependenciesWhile open-source software can be extremely beneficial, some major risks come with using it. Many developers don’t know the extent of these risks, or even that they’re using open-source software at all! According to a report, the average Web applicat...Apr 27, 2022·8 min read