I enjoy creating software from ideas to production.
Interested in:
- System programming
- C / C++
- Backend development
- Developer tools
- Open Source
- Performance optimization
- C++ libraries
- Developer tools
- Backend systems
- Open Source projects
Contributing to projects and learning from the community.
- Laravel Framework
- Rocket
class Developer
{
public:
void Learn();
void Build();
void Improve();
};
int main()
{
Developer dev;
while(true)
{
dev.Learn();
dev.Build();
dev.Improve();
}
}


