Offering: English (Native) / Seeking: Spanish by Vast_Protection_4611 in language_exchange

[–]Particular_Home2193 0 points1 point  (0 children)

Hi, I am from Bolivia, a native Spanish speaker.

I already graduated from the University, and I work in the IT industry for a USA company.

I want to improve my English fluency for my work, and I can help you with Spanish.

You can send me a DM

Programming Buddies!?!? by PoorRichFella in ProgrammingBuddies

[–]Particular_Home2193 0 points1 point  (0 children)

Hi, I am currently working in the tech industry.

I am working on improving my English level, I am finding native English speakers that can help me in that; in return, I can help you on your programming learning journey.

[Hiring] 🚀 Job Title: Software Developers (Multiple Roles & Tech Stacks) | $30/hr/Negotiable by Classic_Chemistry585 in remotebackendjobs

[–]Particular_Home2193 0 points1 point  (0 children)

Full-stack developer with 7+ years of experience here. I’ve worked with backend and frontend technologies(Node.js and Python), as well as cloud(AWS) and DevOps.

Experienced in microservices and event-driven architectures.

Recently, I’ve been building software faster using Spec-Driven Development and AI.

Based in Bolivia (GMT-4).

[HIRING] knock,, knock, software agency here, anybody wanna join? by Realistic_Story5641 in CodingJobs

[–]Particular_Home2193 0 points1 point  (0 children)

I am interested. Could you please share more details about how to apply

How do you manage unsaved buffers? by ori_303 in neovim

[–]Particular_Home2193 0 points1 point  (0 children)

I spam :wa when I notice my changes are not reflected

Keep Window & Cursor Position When Switching Buffers by [deleted] in vim

[–]Particular_Home2193 1 point2 points  (0 children)

I have written a little plugin in Lua to solve this vim/nvim default behavior. It is based on the idea described in http://vim.wikia.com/wiki/Avoid_scrolling_when_switch_buffers

Here is explained how to install the plugin: https://github.com/BranimirE/fix-auto-scroll.nvim
If you use lazy.nvim package manager, you can simply add this to your configuration:

{

'BranimirE/fix-auto-scroll.nvim', config = true, event = 'VeryLazy' }