Use Continue https://ollama.com/blog/continue-code-assistant
frontend archive takes 18 gb, everything else is like 1-2 gig.
I have same opinion on react and after trying sveltekit I was really surprised how simple front end could look like. Now I can't even use anything except svelte and it's kinda sad but man it feels right for frontend.
I got nicknamed "Mr sexypants11"
VISA has 2000 rps for all payment stuff. So it is what it is :)
Have you tried GIN trigram(https://www.postgresql.org/docs/14/pgtrgm.html CREATE INDEX trgm_idx ON test_trgm USING GIN (t gin_trgm_ops);) and GIN fulltext search indexes(CREATE INDEX textsearch_idx ON pgweb USING GIN…
Search for "Project managment". There is "Product management" which sounds similar but it's a bit different: project manager talks with developers and manages task complition while product manager talks to product…
For IDE you can try goland(which is Intellij Idea for go). For replacing shell scripts go should be fine. It's closer to C than Java, so you will often write "if err!=nil" which is not a problem actually. Go feels like…
Java gui libraries are slow to start. Java starts fast but then GUI starts to load and it takes time.
You can try these steps https://iam.georgecox.com/2021/11/24/making-jetbrains-ides-r...
It uses JVM and JVM tends to hunk all memory for object pools so it can allocate fast if needed.
I guess they mean their GUI framework architecture is close to React's architecture rather than actually using JS for GUI.
There is a company in Russia called Postgres Pro https://postgrespro.ru/ and they are those people who added json functionality to postgres. As far as I know they work on full text search for postgres now.
you should take a look at sanic https://github.com/sanic-org/sanic It's very popular among people writing async web services in python. It's like 10% faster than fast api.
Use Continue https://ollama.com/blog/continue-code-assistant
frontend archive takes 18 gb, everything else is like 1-2 gig.
I have same opinion on react and after trying sveltekit I was really surprised how simple front end could look like. Now I can't even use anything except svelte and it's kinda sad but man it feels right for frontend.
I got nicknamed "Mr sexypants11"
VISA has 2000 rps for all payment stuff. So it is what it is :)
Have you tried GIN trigram(https://www.postgresql.org/docs/14/pgtrgm.html CREATE INDEX trgm_idx ON test_trgm USING GIN (t gin_trgm_ops);) and GIN fulltext search indexes(CREATE INDEX textsearch_idx ON pgweb USING GIN…
Search for "Project managment". There is "Product management" which sounds similar but it's a bit different: project manager talks with developers and manages task complition while product manager talks to product…
For IDE you can try goland(which is Intellij Idea for go). For replacing shell scripts go should be fine. It's closer to C than Java, so you will often write "if err!=nil" which is not a problem actually. Go feels like…
Java gui libraries are slow to start. Java starts fast but then GUI starts to load and it takes time.
You can try these steps https://iam.georgecox.com/2021/11/24/making-jetbrains-ides-r...
It uses JVM and JVM tends to hunk all memory for object pools so it can allocate fast if needed.
I guess they mean their GUI framework architecture is close to React's architecture rather than actually using JS for GUI.
There is a company in Russia called Postgres Pro https://postgrespro.ru/ and they are those people who added json functionality to postgres. As far as I know they work on full text search for postgres now.
you should take a look at sanic https://github.com/sanic-org/sanic It's very popular among people writing async web services in python. It's like 10% faster than fast api.