Home

A DevOps Blog, sharing knowledge and wisdom.

As an engineer, I’m constantly exploring new technologies and solving complex problems. Along the way, I often rely on the shared knowledge of others—guides, tutorials, and insights that make progress possible. Because those answers aren’t always easy to find, I created this blog to bring clarity to the search.

Here, I share practical solutions, step‑by‑step explanations, and real-world lessons learned. My goal is to help the next person avoid hours of digging through Google by putting reliable, developer‑focused content all in one place.

Advertisements

Latest Post

  • How to draw SVG

    This is how the logo was created, but also to show how you can use a graphic you have made and turn it into a SVG build. Then with the SVG you can draw the image with JavaScript.

    Continue Reading

  • How to send an post using Facebook API

    The biggest thing people want to do when  they do a call to Facebook API is do a post to theirs or someone else’s Facebook profile. To do this you need to be logged in, have permissions and then do the API call to post. Here Pure Random will describe how to call to Facebook…

    Continue Reading

  • How to use Facebook API to login

    Users don’t like signing up to things except when it is easy. This is where Facebook and other social media companies come in. You can use their API’s to login to your website, which I will demo here how you login to your website using Facebook credentials.

    Continue Reading