Notes

Programming Lab

Dec 12, 2023

Programming Lab # I wanted this to reflect me as a professional, where I could attract some potential people who would pay for my work, but later thought, I don’t want to do that and here it’s… DISCLAIMER # NOTE : ALL THESE ARE MY OWN OPNION AND IN NO WAY IT REFLECT ANY OF MY SURROUNDING PEOPLE INCLUDING BUT NOT LIMITED TO MY FAMILY, FRIENDS, EMPLOYERS, EMPLOYEES or ANYONE ELSE ...

Jsx as Template

Aug 27, 2022
react

JSX as a templating language # If you are doing web development in react, you would know what JSX is. If not go look it up, I’m not going to explain. And if your using typescript in web development it’s tsx. This is how a sample JSX looks like const SampleJsx = () => { return ( <div> <div>SampleJSX<div> </div> ) } And this is how a regular XML looks like ...