Blog

Read Time: 2 minutes

As time goes on, our interests change. Here’s a collection of several of my interests.

    Loading posts...
  • CSS Gradient Animation

    Gradient Animation CSS Box

    Read Time: 2 minutes This is a neat piece of code to add subtle motion to your sites…a gradient animation css box. Style: .box{ /* box styles */ position: relative; color:#fff; text-align:center; font-family:Gotham, “Helvetica Neue”, Helvetica, Arial, “sans-serif”; font-size:45px; font-weight:bold; text-transform:uppercase; width:300px; margin:50px auto; background-color:#000; padding:40px; } .box::before{ content: ”; position: absolute; top: 0; left: 0; width: calc(100% +…

  • Paas

    What is PaaS (Platform-as-a-Service)?

    Read Time: 4 minutes PaaS (Platform-as-a-Service) is a cloud computing model that gives customers access to a complete cloud platform—hardware, software, and infrastructure—for developing, running, and managing applications without the cost, complexity, or inflexibility that comes with building and maintaining that platform on-premises. Everything is hosted at the PaaS provider’s data center: servers, networks, storage, operating system software, databases,…

Translate »