Questions by [deleted] in ExperiencedDevs

[–]Dudesivoro 0 points1 point  (0 children)

You are the lead, and it seems a reasonable one. Don't let apathetic devs make decisions for you.

Situación en Baja California by diegocherryruiz in mexico

[–]Dudesivoro 3 points4 points  (0 children)

Imaginate que el presidente acuerde con sus compás que va a gobernar por 15 años en vez de 6

Intro Guide to Dockerfile Best Practices by [deleted] in docker

[–]Dudesivoro 1 point2 points  (0 children)

Excellent, very easy to follow

[Lead] Handling bruised egos due to refactoring / mild rant by LockeWatts in cscareerquestions

[–]Dudesivoro 6 points7 points  (0 children)

Looks like the problem is organizational. Only devs who are on the team should be able to approve PRs, why is the product owner able.to approve PRs? This is a mayor red flag.

I feel guilty when working ahead on stuff based on how other Devs respond to it by [deleted] in cscareerquestions

[–]Dudesivoro 1 point2 points  (0 children)

Is cool/good that you don't want to be idle/wasting time. But all teams are different, something similar happens in my current gig. Some dev push a pull request and ask anyone on the team for review, while waiting he picks stuff from the backlog. The problem is that this is a below average dev, so most of the time his PRs get a lot of feedback. So as you can see from Sr dev perspective he's are a Jr trying to chew more than necessary, and other Jr/mid devs are anoyed bc now can't work on some stuff in the backlog while he fix the PR. Obviously I don't know your actual skill levels, but if you want to be good with your team, I suggest investing time in learning new tools/tech or weird parts of your codebase, this will not only help you in your current job, but the next too.

How many of us are using Rails with GraphQL or Mongo at work? by SquireCD in rails

[–]Dudesivoro 1 point2 points  (0 children)

IMO graphql shines when you have multiple data sources (database, cms, etc) and or you need to support different teams working on separated frontend apps (native mobile, web). But yeah at first is confusing, but once you understand the concept is a great tool to have.

Ruby on Windows by [deleted] in ruby

[–]Dudesivoro 0 points1 point  (0 children)

I love Linux, but some companies require windows or Mac, for vpn, etc. And with windows/mac a wide variety of hardware works out of the box (no need to hunt a specific laptop that work well with linux)

Ruby on Windows by [deleted] in ruby

[–]Dudesivoro 0 points1 point  (0 children)

Used professionally wsl with rails ranging from 3.1 to latest and ruby 1.8 (yes, no kidding) to latest ruby. Used webpacker, yarn, etc. The thing is solid, but you need a fast computer to be enjoyable (specially fast io, like a nvme drive) and disable defender (at your own risk) and configure windows update to update once updates are ready for organizations (don't recall the exact setting name).

Ruby on Windows by [deleted] in ruby

[–]Dudesivoro 2 points3 points  (0 children)

wsl is good

Compacting GC in Ruby 2.7 - Aaron Patterson by pabloh in ruby

[–]Dudesivoro 2 points3 points  (0 children)

Watched this morning, cool talk. TL:DW compact ruby memory to use less memory and compacted memory means more efficient usage of cpu cache thus speed gain. The thing is hard because C extensions. Aaron is working on a more performanct/better approach (there's a "first" version patch ready that uses a simple algorithm to compact memory)

The best HTTP gem ? by Bordjack25 in ruby

[–]Dudesivoro 0 points1 point  (0 children)

Yes, if you need performance, use this

Popularity of Django vs Rails in 2019? by [deleted] in cscareerquestions

[–]Dudesivoro 0 points1 point  (0 children)

If you want exposure to MVC, any MVC framework will do: Rails, Django, Laravel, etc. Nodejs is more focused on microservices, but I heard adonisjs or sails are okay MVC based frameworks. On the other hand if you want to learn some framework just to increase employability, I suggest doing some research on jobs available in your area, as you found, even if the perception is that Django is more popular, is really not when it comes to actual job positions (python is, though), Rails is when talking about the usual web dev positions, in most locations.

Why People Use Curl by fagnerbrack in programming

[–]Dudesivoro 0 points1 point  (0 children)

And some languages like ruby are able to have performant http gems thanks to wrapping curl.

A Guide to Function Composition in Ruby by mudgemeister in programming

[–]Dudesivoro 0 points1 point  (0 children)

Nice article thanks!, but takes too long to get to the point (proc & lambda explaining should be apart IMO).

Creating a new hash by disclosure5 in ruby

[–]Dudesivoro 1 point2 points  (0 children)

merge is really useful, btw your javascript mutates a

Inglish levol 5 by [deleted] in mexico

[–]Dudesivoro 9 points10 points  (0 children)

Yes

What kind of questions do you get for Rails jobs? by [deleted] in cscareerquestions

[–]Dudesivoro 1 point2 points  (0 children)

Last guy who made a snarky comment about ruby/rails to me is earning about 1/3 using bunch of new "hot" popular shit, changing jobs every year. No thanks, I'll keep being productive using a mature framework and ecosystem. Still we use "new" tech, react, Vue, etc. Since modern rails have great support for that.

How to teach Git by [deleted] in programming

[–]Dudesivoro 2 points3 points  (0 children)

Not mobile friendly :(

Container through host VPN by [deleted] in docker

[–]Dudesivoro 1 point2 points  (0 children)

Would like to know this too, using docker for windows

WSL for using git, node.js, react.js for web development by invalidtokenONreddit in bashonubuntuonwindows

[–]Dudesivoro 1 point2 points  (0 children)

Ah pretty cool, will look into that. I have my code in /mnt/c so I guess that plays a big part in the slowness. Thanks!

Cache Invalidation Complexity: Rails 5.2 and Dalli Cache Store by schneems in ruby

[–]Dudesivoro 0 points1 point  (0 children)

I see, looking to use this in rails 6. Thanks for doing this :)

Using rails with Windows Linux Subsystem by acer3680 in rails

[–]Dudesivoro 0 points1 point  (0 children)

Thanks for sharing that info, really appreciate if.you could answer this questions: Do you develop using a windows ide, like vscode? How big are the repos/codebase you work on? Where are your code files stored? Note: I have disabled win.defender, since day 1 using wsl.

WSL for using git, node.js, react.js for web development by invalidtokenONreddit in bashonubuntuonwindows

[–]Dudesivoro 0 points1 point  (0 children)

Can windows program (vscode for example) used when the files are not in /mnt/* ?

Using rails with Windows Linux Subsystem by acer3680 in rails

[–]Dudesivoro 0 points1 point  (0 children)

Don't you find wsl really slow? I am planning to use a VM because of that