DEV Community

Cover image for create static html pages without repeating yourself
Nguewo Fossong Christian
Nguewo Fossong Christian

Posted on

 

create static html pages without repeating yourself

I am c++ developer and I would like some helps on my project. I am currently developing software that will help you to code static html pages without repetitions.
please fork my project
h5assembler

what is h5 assembler ?

h5a help developers to write html static pages without repeatition
it is made for web integrator and and people who are a bit lazy like me

Latest comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.