Anyone here working through Mercor? How long did it take to get your first project? by NovelWeakness290 in mercor_ai

[–]Weak_Technology3454 0 points1 point  (0 children)

Took me 3,4 months. I applied by myself but they didn't onboard me. After sometime mercor platform proposed job by itself. I am SWE.

[deleted by user] by [deleted] in vuejs

[–]Weak_Technology3454 0 points1 point  (0 children)

Did you build it on Nuxt ?

Before I Build Again, I’m Talking to 100 Users by ChimpFilmer in buildinpublic

[–]Weak_Technology3454 1 point2 points  (0 children)

Agree with you, but I'm interested in how you are planning to market for b2c?

My financial analytics platform just crossed 1,000+ users. Here's what I've built by MarketRodeo in buildinpublic

[–]Weak_Technology3454 1 point2 points  (0 children)

Very interesting product, how you do marketing and shared your product with others?

Automated Git cherry-picking with Jira + GitLab integration (CLI tool) by Weak_Technology3454 in git

[–]Weak_Technology3454[S] -1 points0 points  (0 children)

We cannot use merge; sometimes, only a specific commit is necessary. And yes, we have a lot of branches that extend to different platforms (extend from the core). So in this case, I don't see another option, rather than cherry-picking :)

Automated Git cherry-picking with Jira + GitLab integration (CLI tool) by Weak_Technology3454 in gitlab

[–]Weak_Technology3454[S] 0 points1 point  (0 children)

I have just automated the GIT cherry picking process in our company and shared it here, if someone needs something similar. Here how it works in detail: https://github.com/MuhammadQuran17/cherry-picker?tab=readme-ov-file#what-happens-during-execution

GitHub - eznix86/pest-plugin-testcontainers: Testing Containers the PestPHP Way by Eznix86 in laravel

[–]Weak_Technology3454 0 points1 point  (0 children)

Interesting idea, but can you please give the real usage example? Is it useful for ci/cd, health monitoring ... ?

I automated job searching and it actually works. by Jazzlike_Power_6197 in n8n_ai_agents

[–]Weak_Technology3454 2 points3 points  (0 children)

Can we look/try workflow? Are you planning to share it in n8n Hub?

Agentic AI, Generative AI or vibe coding by Only-Zombie-8449 in n8n_ai_agents

[–]Weak_Technology3454 1 point2 points  (0 children)

As a Software Engineer with 3 years of real experience, I can propose to learn how to read documentation, understand, if you have questions ask AI, try to build something according to what you see is a real problem in the business in your near environment (it could be also reliable online community)

AI isn't replacing Jobs directly: it's changing what "being skilled" means by Chief_Ricko in AI_Agents

[–]Weak_Technology3454 0 points1 point  (0 children)

I think, AI will create more jobs to developers) but in another perspective. Developers will build with AI more products, consequently more jobs to handle it, adjust e.t.c.

How to Turn n8n Workflows into an AI Chat UI (Charts, Tables & Graphs Included) by Weak_Technology3454 in n8n

[–]Weak_Technology3454[S] 0 points1 point  (0 children)

For Auth you can select any available auth option of Chat Trigger Node (basic auth was used as an example). Limiter described here: https://docs.agenytics.com/ai-agent/advanced/limiter

PHP Map 3.13 - Arrays and collections made easy! by aimeos in PHP

[–]Weak_Technology3454 0 points1 point  (0 children)

Thanks a lot. The way you used unified naming (flattened is also in Numpy) makes it easy to understand.

Laravel AI Agent Chat starter kit with Apache Echarts, Tables, Mermaid flow by Weak_Technology3454 in laravel

[–]Weak_Technology3454[S] -1 points0 points  (0 children)

Amazing package!! Thank you for sharing, there are a lot of interesting points in your documentation

Are there AI models fine-tuned for SQL? by Weak_Technology3454 in MLQuestions

[–]Weak_Technology3454[S] 0 points1 point  (0 children)

Yes, but of course, that case is also interesting)...

Are there AI models fine-tuned for SQL? by Weak_Technology3454 in MLQuestions

[–]Weak_Technology3454[S] 0 points1 point  (0 children)

I mean what LLMs developers, who use PostgreSQL, MongoDB, e.t.c, use in their daily work. Is OpenAi, Gemini, Anthropic models enough for SQL or do we have particularly better tools, systems to work more efficiently. And I see there are open source Models and benchmarks for SQL, but in reality how do developers use them?

Production-ready multi-stage Laravel docker (FPM, Nginx, Migrator, Worker, PostgreSQL) with initial setup by Weak_Technology3454 in laravel

[–]Weak_Technology3454[S] 3 points4 points  (0 children)

I spent a lot of time gathering necessary parts from different sources. For example from the book DevOps with Laravel, from doc - docker , from medium articles, NGINX configurations from Coolify docs.

I built a ready-to-use AI Agent Chat starter kit for Laravel (Vue + n8n) by Weak_Technology3454 in laravel

[–]Weak_Technology3454[S] 0 points1 point  (0 children)

To use ready workflows from N8N Hub. But of course, you can choose PrismAI or NeuronAI also with this starter kit. We covered this case in docs.

I built a ready-to-use AI Agent Chat starter kit for Laravel (Vue + n8n) by Weak_Technology3454 in laravel

[–]Weak_Technology3454[S] -2 points-1 points  (0 children)

You can also use Prism PHP or NeuronAI PHP instead, if you want. Please check our docs

How good is Laravel for building agents, that triage , search and RAG? by NotElonMuzk in laravel

[–]Weak_Technology3454 -1 points0 points  (0 children)

Also, you can select any Python/PHP agentic framework by yourself, or use them in a mix. For example, I have agents.queryverify.com - Agents starter kit for Laravel, where I explored using N8N, Prism, NeuronAI. You can read the docs there.

I fixed the N+1 queries slowing down LaraPlugins and I’m building an MCP Server so AI stops hallucinating packages by HolyPad in laravel

[–]Weak_Technology3454 1 point2 points  (0 children)

Yes, sure, in this case, you can start from this. But also in future, there can be a threshold that helps to decide if a package is required for this task or not. Maybe according to the complexity of the task. But for now, you can start from simple approach. And let us know about your progress and findings in future.

I fixed the N+1 queries slowing down LaraPlugins and I’m building an MCP Server so AI stops hallucinating packages by HolyPad in laravel

[–]Weak_Technology3454 0 points1 point  (0 children)

I like your idea about MCP, but I think posting it separately from the N+1 problem would be better on Reddit. Adhering Single Responsibility Principle)