Ollie Martynov (@olliethedev) 's Twitter Profile
Ollie Martynov

@olliethedev

I build cool stuff and sometimes post about it.

ID: 1564360554835316740

calendar_today29-08-2022 21:13:23

6,6K Tweet

5,5K Followers

2,2K Following

Ollie Martynov (@olliethedev) 's Twitter Profile Photo

My goal is to make adding new features as easy as 1,2,3: 1) Create API handler to be used in a catch all route like /api/[...all]. this will internally route the requests to the plugin's route handlers GET|POST|PUT|DELETE /api/blog/posts 2) Create client router that will be

My goal is to make adding new features as easy as 1,2,3:

1) Create API handler to be used in a catch all route like /api/[...all]. this will internally route the requests to the plugin's route handlers GET|POST|PUT|DELETE /api/blog/posts

2) Create client router that will be
Alex Hormozi (@alexhormozi) 's Twitter Profile Photo

Most people think the hard part is getting started. The hard part is continuing to do the work when the excitement wears off and the grind feels hopeless.

Codie Sanchez (@codie_sanchez) 's Twitter Profile Photo

The riskiest thing you can do is have a job. You give your 9-to-5, your weekends, your soul to a company that replaces you with a line of code or a budget cut. These companies preach “we’re a family” until the bottom line gets tight or when they find a optimization that can cut

Gabriel Dechichi (@gdechichi) 's Twitter Profile Photo

every time I talk about my engine with devs that used Unity their whole life I always get the same reaction: 1 - they don't believe one person can build an engine that surpasses it and 2 - even if they could, it must result in tech that is "too hard" to use this used to

Cory House (@housecor) 's Twitter Profile Photo

Custom directives are getting out of control. 'use server' 'use client' 'use cache' 'use cache:remote' 'use workflow' 'use streaming' 'use edge' 'use strict' is a JS directive. The stuff above isn't. That's a problem. More: tanstack.com/blog/directive…