This is probably my third or fourth software-engineering related blog post. The wonderful thing though is that the blog was built from the ground up. So yeah, it's a bit simple. Not that pretty, but I am excited to expand on it to also include my projects as well as any certifications I currently have.
posts/hello.js
const App = () => {return <div>This is a test!</div>;};
Testing one-liners that are acting like this
.
hello_world.py
def hello_world(self, test):print('hello')
If you have any thoughts about this website, please send me a message on github here.