Welcome to DevButter, a space where I explore different ideas through code. This is where curiosity meets creativity and projects come to life.
// Let's build something
function explore(idea) {
const project = {
concept: idea,
status: 'in progress',
learning: true
};
return project;
}
DevButter is my personal playground for exploring ideas through code. It's a place to experiment with new technologies, build tools that solve problems I encounter, and learn by doing. Some projects are polished, others are works in progress, and that's exactly the point.
A collection of things I've been working on
14-endpoint REST API for text analysis — readability, sentiment, summarization, grammar, PII detection, and more
View projectHave a question about a project or want to collaborate on something? Feel free to reach out.