MISC

Miscellaneous topics on web development, coding, software and technology

How to set up a GraphQL server: A Beginner’s Guide to GraphQL

Introduction to GraphQL GraphQL is a query language that makes it easy for software developers to request data from a server. It was developed by Facebook and is now used by many large companies around the world. In simple terms, GraphQL allows developers to specify exactly what data they need, and the server responds with …

How to set up a GraphQL server: A Beginner’s Guide to GraphQL Read More »

A simple guide to Scalable Vector Graphics ( SVG ) for devs

What is SVG SVG stands for scalable vector graphics, an open web standard for creating graphics. It uses XML to create two-dimensional vector graphics. It is compatible with other web technologies such as CSS and JavaScript.  Benefits Can be created and edited even in a simple text editor Can be searched and indexed by search …

A simple guide to Scalable Vector Graphics ( SVG ) for devs Read More »

Scroll to Top