Developers

PasteJustit.com is a secure, easy-to-use platform for sharing text and code snippets. It offers features like password protection, expiration dates, and an open API, making it a reliable choice for developers, writers, and teams who need a straightforward way to collaborate and store their code o...
Something small, but a step in a new direction. I bought the domain and configured the server. This is going to be a single index.php app using SQLite for the database.
When I first wrote this app, I just wanted it to work. The problem is I hard-coded some text-to-speech functionality in the application, which meant switching between different models was tedious. I had a lot of if statements and duplicated logic. Creating an abstraction was merely the first ste...
One of the columns in the spreadsheet has some quite detailed computations, and I was spinning my wheels before finally solving it. I'm not a spreadsheet genius, so getting this sorted was an absolutely HUGE deal. =ARRAYFORMULA( IF( A2:A<>"", IF( COUNTIF(Items!A:A, A2:A)>1, ...
The feature we worked on for so long โ€” and many of developers have been eagerly waiting for โ€” is finally on air!ย  ๐Ÿš€ [It took... drumroll... 17 months from the start of development to its current implementation! ๐Ÿคฏ] Supported File Formats The App Store accepts screenshots in the following formats...
MILESTONE
Free stuff!
To celebrate, here's some promo codes for Editor Usage for Cursor! PFJJXR4F3R3P 3KKWMKFY6LMA 63YJ3X4PNFTA YTM6HAPYM69E FA3LARXF46PR FLHJA7FXRNH3 WWYAT7XFW7EN FNKNW9RNRNK7 H679T39AKN74 ETFRY3MR37TX Enjoy!
After plenty of back-and-forth with Apple App Review, itโ€™s finally live! ๐ŸŽ‰ They had some concerns with the original name Cursor Usage, so Iโ€™ve rebranded it to Editor Usage. Excited for you all to check it out! ๐Ÿš€ย  Gonna add some features later on, but super happy it's out there!
Well finally!! Got the first app of many through the app review proces, what a living hell.. But finally got the first one out of the gate, next stop marketing and getting the message out there.
I want to collaborate with you to create a product around a simple chat tech I have developed. Here you can find a demo: https://query-chat.fly.dev Open two tabs in your favorite browser, invite a friend, and test it.
Today, I worked on SuperMotion mobile responsiveness. https://x.com/d__raptis/status/1843944091522064762 The video tech was already cross-platform, so I had to adapt the UI and make basic elements like input, select, buttons, etc. mobile friendly. IMHO it's a big step for the product because I...
The social links section enables the creation of "links" to be displayed on the landing page. Each link can include an icon, a title, and a URL. The icon and background color are customizable, and the link can also be dragged to change its position. [2024-10-01 10.28.54 localhost efd00405a8d6.png]
The application uses an API to interact with data stored in a SQLite database. The API, database, and user interface are all implemented using the Query. [2024-09-30 11.39.05 localhost 2259094cf825.png]
Has anyone setup their content_security_policy policies for Rails/Turbo projects? I had to disable my script-src and default-src because it was causing issues with my project. ``` Rails.application.configure do ย  config.content_security_policy do |policy| ย  ย  # TODO: fix this... ย  ย  #policy.def...
Launching a first alpha release of LayerMx to begin using for personal projects and with external users with limited marketing
[Screenshot 2024-07-19 at 12.00.26โ€ฏPM.png] ๐Ÿš€ Just launched: Cofounder Dating for Indie Hackers Why? Because YC's cofounder matching is forย  unicorn-hunters, not for the rest of us who want toย  build a calm business on the side. The struggle is real: โ€ข Builders need marketers โ€ข Marketers need b...
When I was actively using makerlog during the time when itโ€™s GitHub integration was working, I had an easy way to log my GitHub commits activities with ease but it was interesting when your repo was private because it showed โ€œyou pushed 7 commitsโ€. Then suddenly the integration stopped working an...
Capsule is my subscription Design/Dev Studio. The folks at Indie Hackers interviewed me and here it is. I'm pretty excited about this. I think it's really cool!
This task had been looming over me for quite some time, and I had been avoiding it altogether. Then, one day, almost as if possessed by a sudden burst of motivation, I decided to tackle it head-on: I completely completely the responsive design of the app. It was always mobile accessible, but most...
It started as hacking for fun in December out of curiosity about how to build web analytics. Almost three months later, v.1.0 is ready! It's a simple self-hosted web analytics built with node and PostgreSQL. Install is straightforward, update config, run a few npm cmd, and that's it. I also inclu...