PinnedAppwrite meets opentelemetryBuilt a minimalistic service and UI that utilizes appwrite to store and display opentelemetry dataJun 15, 2023·6 min read·157
️🔥️🔥 Best resources to learn Ruby on Rails for freeI have been writing blogs on Ruby on Rails but none of it looks beginner-friendly even to me. Internet is full of free tutorials but curating is the hard part. So I thought instead of reinventing the wheel, let's post a list of tutorials that I found...Aug 19, 2021·2 min read·335
Understand the basics of Ruby on RailsTable of contents: What is MVC? Directory structure of Ruby on Rails application Build a blog post application that supports all CRUD operations How to generate models How to write migration files How to generate a controller and its views Ruby o...Aug 18, 2021·10 min read·360
Create a Ruby on Rails app in less than a minuteScaffold a Ruby on Rails applicationAug 14, 2021·5 min read·120
Ruby on Rails: Rome can be built in a dayRuby on Rails is a silver bullet to build a startup overnight.Aug 7, 2021·3 min read·157
Introducing NoteMate - not just a note taking app, more than thatHighlights Supports codeblocks & html Notion like WYSIWYG editor(courtesy Editor.js) Can be used as todo/checklist Motivation There are a lot of note-taking applications but do we ever add confidential notes to it? The answer is simply no. T...Jul 30, 2021·2 min read·274
Build a markdown editor-viewer in SvelteBefore we dive into writing the code, this blog assumes that the reader knows the basics of Svelte(I will anyway explain each line of code). What are we building? A textarea to enter markdown data. A button clicking on which will show formatted data...Jul 21, 2021·4 min read·266