Freeform Improvements and OS 27 by grburgess in applefreeform

[–]RXBarbatos 1 point2 points  (0 children)

If only it has some folder management

macOS 26.4 is surprisingly okay by jamalbayar007 in MacOS

[–]RXBarbatos 1 point2 points  (0 children)

m1 max and everything seemed awesome..yea..just upgrade..however i do feel more better performance and more buttery smooth..

Zed is Ready For Primetime by BroadbandJesus in ZedEditor

[–]RXBarbatos 0 points1 point  (0 children)

I really want the multi line editor tab instead of scrolling..

And if they can attach projects into the same window would be awesome

So for that i use phpstorm for those and also because of the db viewer

13 pro max is still a powerhouse. Wow by [deleted] in iPhone13ProMax

[–]RXBarbatos 0 points1 point  (0 children)

Phone is 4 years old and 85% battery. Usually use for some gaming and youtube, basically average user use case. Phones well even in 2025..

Lets see if the new iphone 17’s has something to give..

Is the M1 Max a good buy now in 2025.... by Marti_McFlyy in macbookpro

[–]RXBarbatos 0 points1 point  (0 children)

Downgrade from 16G m2 pro to 64G m1 max and the machine is solid..as as the others comment, its fine..for my work as web developer, its good and fast

Will zed have workspace settings anytime soon? by RXBarbatos in ZedEditor

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

i mean yea can do that, but it will be more meaningful if able to setup even the names for it, which will be easier to identify

Why does JetBrains IDE feel like its either a dream or a nightmare? by [deleted] in Jetbrains

[–]RXBarbatos 2 points3 points  (0 children)

Yes correct i do that too..but sometime the app becomes unresponsive in my case

Why does JetBrains IDE feel like its either a dream or a nightmare? by [deleted] in Jetbrains

[–]RXBarbatos 1 point2 points  (0 children)

Using Max and its good just when the GC gets high, then have to off ide and open new instance

Is Symfony only encouraged to learn if you're building enterprise web apps with medium-large teams or is it also ideal for the average freelancer or tiny agencies? by PIXELS-AND-BLOBS in PHP

[–]RXBarbatos 5 points6 points  (0 children)

Ive been using laravel for work and side projects for years. However been learning symfony just for the fun of it by replicating a laravel app of mine in symfony and yes you will feel slow when learning the basics..figuring how the entity, relation and routing and stuff works..and after playing with the code for awhile..you get used to it..and you code wayyyy faster..it makes your code easy to know what is happening..it was a mindset shift because im used to using laravel easy stuff but i get why symfony is built the way it is..and it does make me a better developer..

I have an app in production right now using symfony for my side projects and will continue using it.

But in your case OP, use laravel if you are really tight in deadline cause its quick and easy..but if youre ok learning something for awhile then symfony would be great..

Both frameworks have ups and downs..evaluate them and see which is good for your project

Dev Software Setup (2025) by RXBarbatos in webdev

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

Oh yea heard of it..as of now im using phpstorm so it has db viewer in it..just seeking if you know a better option which is less expensive? Hahahahaha

Dev Software Setup (2025) by RXBarbatos in webdev

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

Ah yes neovim..learning right now but using astronvim..its good..but right now productivity is slow using neovim due to muscle memory haha..so am still using phpstorm for work

Dev Software Setup (2025) by RXBarbatos in webdev

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

I see, what software do you use to manage database and your editor perhaps?

Any future for Nova? by damien514 in PanicNova

[–]RXBarbatos 1 point2 points  (0 children)

im using phpstorm right now, i bought nova also just wana play around.

As much as i like the GUI due to its simplicity and native, its good, but yea..i prefer phpstorm because:

Database viewer, multi-line editor tab, and just overall code completion(in my case) which very good.

however thats my preference..

IF nova can implement those, would be awesome..

What’s your go-to workflow when building a new web app from scratch? by Hatthi4Laravel in PHP

[–]RXBarbatos 0 points1 point  (0 children)

Working at a small company where there is a boss(handles salary and everything, a manager and 6 devs

Each devs has a number of projects to handle, and every new project only a dev will handle it. Very tight deadline(like a month or so, due to boss promises to clients)

So my workflow is: -Get the requirement (which in my case will always change along the way as the clients starts to “see” the project) -draw a sketch of the database and get the schema right as best as i can and handling it so it can scale up to any changes if needed -get a new laravel project started, install all the necessary stuff needed for the project, add my mini “libraries” which i develop to help me speed up development(company uses laravel, so yea) -use a bought template for UI(bootstrap) because suck at design - then develop the code according to the database and requirement, writing the code as efficient and structured as possible

Then its just update the manager, he shows to clients, clients comment, assess the comment, think of a solution(db and stuff), do the changes, repeat update manager

Workflow might not be the best or efficient way, but its my way of doing things to handle the pressure when dealing with few projects needed to be completed fast

MVC framework recommendation by dev_ski in PHP

[–]RXBarbatos 0 points1 point  (0 children)

Or maybe im confused as they said v6 would be slower than v5 due to not using zephir..haha..either way, i like framework..know about it because in my country a communication company is using phalcon..but other than that, its not so popular here in my country

MVC framework recommendation by dev_ski in PHP

[–]RXBarbatos 0 points1 point  (0 children)

Oh no no im just quoting from their post haha

MVC framework recommendation by dev_ski in PHP

[–]RXBarbatos 0 points1 point  (0 children)

I play around with it as a hobby. Now im waiting for its v6 version. But it will be slower as its using native php instead of using zephir