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.

Latest Post

  • Should we use libraries?

    Backbone.js, Node.js, SASS and even JQuery. We add these libraries in every day to create better websites and faster, but we are just loosing our coding abilities? I wonder with all these libraries that we are creating and importing are basically making our websites for us and, our coding abilities more like setting up WordPress.…

    Continue Reading

  • 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