<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Guadalupe Rosas</title>
    <description>The latest articles on DEV Community by Guadalupe Rosas (@guadalupe182).</description>
    <link>https://dev.to/guadalupe182</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F599982%2F30357115-b2e7-438d-882f-ba212e93bd1c.jpeg</url>
      <title>DEV Community: Guadalupe Rosas</title>
      <link>https://dev.to/guadalupe182</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/guadalupe182"/>
    <language>en</language>
    <item>
      <title>From “Overqualified” to IT Jr: 6-month update on my career pivot #webdev #career #programming #productivity</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Mon, 01 Dec 2025 18:19:19 +0000</pubDate>
      <link>https://dev.to/guadalupe182/from-overqualified-to-it-jr-6-month-update-on-my-career-pivot-webdev-career-programming-3lkk</link>
      <guid>https://dev.to/guadalupe182/from-overqualified-to-it-jr-6-month-update-on-my-career-pivot-webdev-career-programming-3lkk</guid>
      <description>&lt;p&gt;A few months ago I wrote about a really uncomfortable experience inside my own company:&lt;br&gt;&lt;br&gt;
I applied internally to grow as a developer and ended up being called &lt;em&gt;“overqualified”&lt;/em&gt; and even &lt;em&gt;“unable to code”&lt;/em&gt; — without anyone ever seeing me write a single line.&lt;/p&gt;

&lt;p&gt;If you haven't read that story yet, here it is:&lt;br&gt;
👉 &lt;a href="https://dev.to/guadalupe182/estoy-realmente-sobre-calificado-o-simplemente-incomodo-para-otros-186f"&gt;Am I really overqualified… or just uncomfortable for others?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That post generated more reactions than I expected.&lt;br&gt;&lt;br&gt;
Some people related to the story, others shared their own toxic experiences and career doubts.&lt;/p&gt;

&lt;p&gt;This is the 6-month update.&lt;/p&gt;




&lt;h2&gt;
  
  
  Same company, new role
&lt;/h2&gt;

&lt;p&gt;I’m still in the same company, but now I work as a &lt;strong&gt;Junior IT Engineer&lt;/strong&gt; instead of a &lt;strong&gt;Test Engineer Jr&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;On paper it might look like a small change, but for me it was a big shift:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I’m closer to &lt;strong&gt;infrastructure and support&lt;/strong&gt; instead of just testing.&lt;/li&gt;
&lt;li&gt;I help people solve real problems every day.&lt;/li&gt;
&lt;li&gt;I get to touch networking, printers, servers, databases and internal tools.&lt;/li&gt;
&lt;li&gt;I still code small scripts and tools whenever I can.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly: I feel &lt;strong&gt;less like a threat&lt;/strong&gt; and more like someone who actually adds value.&lt;/p&gt;




&lt;h2&gt;
  
  
  What my day as an IT Jr looks like
&lt;/h2&gt;

&lt;p&gt;Some examples of what I handle now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Troubleshooting &lt;strong&gt;printers&lt;/strong&gt; (including industrial label printers) and drivers.&lt;/li&gt;
&lt;li&gt;Managing &lt;strong&gt;IP reservations and DHCP entries&lt;/strong&gt; when new devices appear on the network.&lt;/li&gt;
&lt;li&gt;Helping users with &lt;strong&gt;Windows issues&lt;/strong&gt;, performance problems and basic automations.&lt;/li&gt;
&lt;li&gt;Using tools like &lt;strong&gt;DBeaver&lt;/strong&gt; and SQL queries to support other areas that need data.&lt;/li&gt;
&lt;li&gt;Checking connectivity, VPN problems, and general “why is this not working?” tickets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s not glamorous. There’s no “big framework” or fancy buzzwords.&lt;br&gt;&lt;br&gt;
But it’s &lt;strong&gt;real work&lt;/strong&gt; that keeps a factory moving. Every ticket is an opportunity to learn something new.&lt;/p&gt;




&lt;h2&gt;
  
  
  My “POS-lite” side project
&lt;/h2&gt;

&lt;p&gt;Even though my daily job is more IT-focused, I didn’t want to lose the dev side of me.&lt;br&gt;&lt;br&gt;
So I’m building a personal project: a &lt;strong&gt;Point of Sale (POS) system&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The idea is to use it in small businesses and gyms (and to keep learning modern tools):&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Java + Spring Boot&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; MySQL / PostgreSQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Other pieces:&lt;/strong&gt; Docker, Git, GitHub, CI/CD&lt;/li&gt;
&lt;li&gt;Future ideas: barcode scanner integration, product packs, stock alerts, and deployment on the cloud&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve been working on features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating and editing products
&lt;/li&gt;
&lt;li&gt;Handling stock and packs of products
&lt;/li&gt;
&lt;li&gt;Scanning codes to add items quickly
&lt;/li&gt;
&lt;li&gt;Basic reporting
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project helps me stay up to date with &lt;strong&gt;clean architecture, REST APIs, error handling, Git flow, and deployments&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
Inside the company I may be “IT Jr”, but outside I’m still pushing myself as a developer.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’ve learned in these months
&lt;/h2&gt;

&lt;p&gt;Looking back, here are a few lessons that stayed with me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Being called &lt;em&gt;“overqualified”&lt;/em&gt; or &lt;em&gt;“too much”&lt;/em&gt; usually says more about the &lt;strong&gt;environment&lt;/strong&gt; than about you.&lt;/li&gt;
&lt;li&gt;You can be in the &lt;strong&gt;wrong team inside the right company&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;It’s possible to &lt;strong&gt;pivot internally&lt;/strong&gt; to a role where your curiosity is seen as an asset, not a threat.&lt;/li&gt;
&lt;li&gt;Side projects can keep your motivation and skills alive, even when your day job is not perfect.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;p&gt;I’m currently focusing on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Growing in my &lt;strong&gt;IT Jr role&lt;/strong&gt;, understanding more about infrastructure and operations.&lt;/li&gt;
&lt;li&gt;Improving my &lt;strong&gt;English&lt;/strong&gt; to open more international opportunities.&lt;/li&gt;
&lt;li&gt;Pushing my &lt;strong&gt;POS-lite&lt;/strong&gt; project forward and polishing it enough to use as a real portfolio piece.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you read my first article and felt something similar, this is for you:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You are not “too much”. You might just be in a place that doesn’t know what to do with everything you bring.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Thanks for reading — and if you have any advice, experience or questions, I’d love to read your comments.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>career</category>
      <category>database</category>
    </item>
    <item>
      <title>Am I really overqualified... or just uncomfortable for others?</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Wed, 28 May 2025 01:21:11 +0000</pubDate>
      <link>https://dev.to/guadalupe182/estoy-realmente-sobre-calificado-o-simplemente-incomodo-para-otros-186f</link>
      <guid>https://dev.to/guadalupe182/estoy-realmente-sobre-calificado-o-simplemente-incomodo-para-otros-186f</guid>
      <description>&lt;h2&gt;
  
  
  I applied to grow
&lt;/h2&gt;

&lt;p&gt;I applied internally for two open positions in my company: one as a Software Developer and another as a Junior Web Developer. I wanted to move toward a field more aligned with my interests and skills, and I was genuinely excited.&lt;/p&gt;

&lt;p&gt;However, my manager offered me a spot on his own team, since they had an internal web development team. He mentioned they used PHP—which I don’t deeply master—but also said I could use ChatGPT as needed, so I accepted with a positive attitude and willingness to learn.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day one: a red flag
&lt;/h2&gt;

&lt;p&gt;On the first day, I was paired with the only developer on the team. During our conversation, he bluntly told me I was “overqualified,” and that he didn’t agree with the tech changes I had “suggested.”&lt;/p&gt;

&lt;p&gt;To clarify: I never suggested any changes. I just asked if he knew any PHP frameworks, since the internal website they built was running quite slowly, and I wanted to understand its architecture.&lt;/p&gt;

&lt;p&gt;What I found was extremely complex and messy code: files with over 10,000 lines, PHP mixed with HTML, no clear separation of concerns, and zero documentation. A textbook case of spaghetti code in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  A hostile environment
&lt;/h2&gt;

&lt;p&gt;The conversation started turning hostile. When I asked him directly if something about me bothered him, he said yes: I was overqualified. It was clear my presence was uncomfortable to him.&lt;/p&gt;

&lt;p&gt;He constantly tried to make me look bad, possibly due to insecurity or ego—I honestly don’t know.&lt;/p&gt;

&lt;p&gt;Later, the same developer confronted me about having a personal consulting gig (which is public), insinuating that I shouldn’t have one if I didn’t know how to set up a physical server. I’ve never claimed to be an expert in that, and I made it clear from the beginning.&lt;/p&gt;

&lt;h2&gt;
  
  
  The manager: vision or contradiction?
&lt;/h2&gt;

&lt;p&gt;I also spoke with the manager, who eventually didn’t approve my transfer request out of the team. But before that, when I asked to talk, it turned into a direct confrontation.&lt;/p&gt;

&lt;p&gt;He ended up saying I didn’t know how to code—without ever seeing me write a single line in context. That comment threw me off completely. It was a shallow and unfair judgment of my work and profile.&lt;/p&gt;

&lt;p&gt;He also told me he could build websites himself using ChatGPT. He said it in a condescending tone, as if using modern tools was a sign of weakness or laziness, when in reality, they are a valid part of today’s development workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Minimum tools… barely offered
&lt;/h2&gt;

&lt;p&gt;The technical setup was also discouraging:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I was given a laptop with no internet access.&lt;/li&gt;
&lt;li&gt;I couldn’t install VS Code or configure my preferred tools.&lt;/li&gt;
&lt;li&gt;Despite being told I could use ChatGPT, I had no access to it.&lt;/li&gt;
&lt;li&gt;They expected me to know how to set up physical servers and SSL certificates—skills I’m open to learning, but which require guidance and proper environments to practice.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I researched it, yes, but couldn’t try it due to the restrictions.&lt;/p&gt;

&lt;h2&gt;
  
  
  I tried to adapt: even after hours
&lt;/h2&gt;

&lt;p&gt;Despite all this, I understood the vision the manager wanted: a more modern, robust, scalable environment. That aligned with my interests, so I took initiative. After work hours, I started building a demo using PHP, Laravel, and MySQL.&lt;/p&gt;

&lt;p&gt;I tried to propose a more modern structure, aiming to solve many of the issues I had observed: better architecture, improved loading speed, maintainable code. I didn’t get to finish it, but I did it with commitment and respect for the work.&lt;/p&gt;

&lt;p&gt;However, instead of opening the conversation or valuing the effort, the environment grew more hostile. It wasn’t about building together—it was about control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Am I a developer or just a copy-paster?
&lt;/h2&gt;

&lt;p&gt;This experience left me confused. It made me question myself and my skills. I felt judged, undervalued, even humiliated.&lt;/p&gt;

&lt;p&gt;I started wondering: do I really code—or just copy and paste?&lt;/p&gt;

&lt;p&gt;The truth is: I do code. With mistakes, and with constant learning, like everyone in this field. But I also know how to listen, research, verify my sources, and ask for help when I need to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts
&lt;/h2&gt;

&lt;p&gt;What hurt the most wasn’t the rejection—but the treatment. The hostility. The way I was made to feel "less than" for trying to do things right or for thinking differently.&lt;/p&gt;

&lt;p&gt;My intention was never to replace anyone or impose anything. I simply wanted to contribute through my strengths, as anyone with technical vocation would.&lt;/p&gt;




&lt;h3&gt;
  
  
  What do you think?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Have you ever gone through a similar experience?&lt;/li&gt;
&lt;li&gt;How do you handle situations where your knowledge or willingness to improve is seen as a threat?&lt;/li&gt;
&lt;li&gt;Is it fair to demand technical work without providing basic tools?&lt;/li&gt;
&lt;li&gt;Do you think it's reasonable to tell someone they can't code just because they don’t know how to set up a physical server?&lt;/li&gt;
&lt;li&gt;Should I leave this company? &lt;em&gt;(Open to offers 😅)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love to hear your thoughts.&lt;br&gt;&lt;br&gt;
And if you made it this far: &lt;strong&gt;thank you 🙌&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Books of interest</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Tue, 14 Dec 2021 20:05:29 +0000</pubDate>
      <link>https://dev.to/guadalupe182/books-of-interest-11eb</link>
      <guid>https://dev.to/guadalupe182/books-of-interest-11eb</guid>
      <description>&lt;p&gt;short post to share books in pdf I hope they are useful greetings !!!! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.mediafire.com/z6uyonortjktg" rel="noopener noreferrer"&gt;enjoy!&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>java</category>
      <category>kotlin</category>
      <category>books</category>
    </item>
    <item>
      <title>My first freelance job part 3</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Sat, 11 Sep 2021 07:19:46 +0000</pubDate>
      <link>https://dev.to/guadalupe182/my-first-freelance-job-part-3-2966</link>
      <guid>https://dev.to/guadalupe182/my-first-freelance-job-part-3-2966</guid>
      <description>&lt;p&gt;As I have been telling in previous posts I had a bad experience in my first job as a freelancer and this was because the deal with the client was led by a third party (a girl who contacted me on facebook).&lt;br&gt;
To put it in context:&lt;br&gt;
The story starts when this girl contacts me to help her with a school project, I non-profit helped her in her project.&lt;br&gt;
A month later she contacts me offering me to do a real project for the company on which she had based her school project, because they liked the design.&lt;br&gt;
So I started with the project but I never got any economic remuneration ... a month after the delivery (about three days ago) I decided to send mail to the company to tell them why his page had never been published and the delay of the same emphasizing the lack of economic remuneration.&lt;br&gt;
The next morning I received a call from the company where they informed me that they had already covered 80% of the project for a month ago (what I had charged from the beginning), because this girl had charged even more (so the company still owed her money), that's right ! the girl had already charged and had not paid me !!!.&lt;br&gt;
I reported the situation to the person at the company and they decided to sue the girl for breach of contract, I received a call from her claiming that I had communicated with the company and she offered to pay me the amount that I had charged (even knowing that she charged more, she never told me).&lt;br&gt;
But well I no longer wanted to have any contact with her so I told her that I was aware of the fraud she had done and that I wished her good luck in her legal process, stressing that there was no rancor on my part because they were difficult days for me (eating only once a day for lack of money because I lost my job and my apartment as a result of being able to finish this project in a timely manner).&lt;br&gt;
-----THE GOOD NEWS.-------&lt;br&gt;
After talking with the representative of the company they offered me to pay the page and today I received MY FIRST PAYMENT FOR A WEBSITE made by me !!! and they also offered me a possible second project (this is waiting for authorization).&lt;br&gt;
Now I have direct contact with the company and I am happy to work in what I like in a "formal" way, for the first time !!! !!!&lt;br&gt;
For the hiring of my services I have relied on a contract and I hope that everything goes well.&lt;br&gt;
PS; This is undoubtedly a clear example that your quality of personal values can lead you to a good job or to a legal problem from which you will not get out well.&lt;br&gt;
I hope you like this experience that I am glad to share with all of you !&lt;br&gt;
greetings and blessings to all of you !!!!&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>My first freelance job</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Sat, 28 Aug 2021 02:36:30 +0000</pubDate>
      <link>https://dev.to/guadalupe182/my-first-freelance-job-20gh</link>
      <guid>https://dev.to/guadalupe182/my-first-freelance-job-20gh</guid>
      <description>&lt;p&gt;This is the continuation of my experience in my first freelancer job, I'll be brief.... after they had not paid me and I lost total contact with the client they called me yesterday 26-08-21 to tell me that they would pay me this Saturday (they said they had financial problems and that's why they had not made the payment) and that they would like to continue working with me but they would like to add two other programmers (without experience) to make an e-commerce which I don't see so convenient.&lt;br&gt;
I answered them that yes, I will continue working with them but it will be under a contract previously signed by me, (after the bad experience I decided to make a contract to avoid that bad taste in my mouth again).&lt;br&gt;
What do you think? should I continue working with these people? &lt;br&gt;
yes, no, why?&lt;br&gt;
Thank you in advance for your comments !&lt;br&gt;
Greetings! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>devops</category>
      <category>webpack</category>
    </item>
    <item>
      <title>My first freelance job</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Mon, 23 Aug 2021 07:59:42 +0000</pubDate>
      <link>https://dev.to/guadalupe182/my-first-freelance-job-hkn</link>
      <guid>https://dev.to/guadalupe182/my-first-freelance-job-hkn</guid>
      <description>&lt;p&gt;I thought a lot about writing this ...&lt;br&gt;
I don't know how beneficial it will be for my professional development, but I don't want to be left with the desire to share this first experience.&lt;br&gt;
It all started helping a girl to develop a website for a company (as a school project), after that she contacted me to propose me a business.&lt;br&gt;
The design that I had implemented in her project they had liked and she needed my help to make another similar and improved one and this time paid because the first time I supported this person I didn't charge anything.&lt;br&gt;
I decided to implement a landing page with a minimalist style, intuitive, and full contact with the customer through messenger (my first proposal was an e-commerce) but they found it too expensive...&lt;br&gt;
so I elaborated the design and presented it with an estimated delivery time of 1 month to 1 month and a half always sticking to spring methodology.&lt;br&gt;
The first mistake was not to generate a contract with the specifications that the client should test and respect during the delivery time because the person I was supporting assured me that they were totally trustworthy and that she had already worked with them before.&lt;br&gt;
Anyway ... once the design was presented and approved I got down to work but the client constantly delayed me with changes he wanted at the last minute and it should be noted that I shortened the delivery time to about 3 weeks or 2.&lt;br&gt;
So I decided to see it as a challenge and not as an abuse by this company....&lt;br&gt;
In the first instance I asked for 50% of the total payment in advance but they refused, they said that since it was the first time they would work with me the payment would be made until the final delivery of the project (at least that's what this person told me) since being their clients they did not allow me to have any contact with them.&lt;br&gt;
So well ... I delivered in time and form and surprise ... the payment did not arrive as agreed .... I told them that there was no problem and that I would wait no problem ... the day arrived .... and the payment ... still did not arrive .... then they told me that next week I would have my money now that they had had economic problems and that now it was a fact but what do you think?&lt;br&gt;
Exactly. the payment never arrived .... &lt;br&gt;
in the last contact I had with them.... &lt;br&gt;
they told me that they already had a SECOND PROJECT haha but they didn't mention anything about the money they owed me ... &lt;br&gt;
so I decided to unsubscribe the page ...&lt;br&gt;
and well ... I am left ... with the code .... and my time invested ... and yes .... without money ....&lt;br&gt;
I guess this has happened to more than one of you, I would like to read your opinions about it. &lt;br&gt;
at the moment I am trying to join Workana ... but ... my profile is still pending review .... &lt;br&gt;
if you have any suggestions for freelancer sites I would appreciate it.&lt;br&gt;
and again leave your comments &lt;br&gt;
thank you very much and best regards !&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>installing xampp and HeidiSQL ubuntu 20.04</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Mon, 24 May 2021 04:56:52 +0000</pubDate>
      <link>https://dev.to/guadalupe182/installing-xampp-and-heidisql-ubuntu-20-04-eba</link>
      <guid>https://dev.to/guadalupe182/installing-xampp-and-heidisql-ubuntu-20-04-eba</guid>
      <description>&lt;p&gt;Hello everyone for those who are using any linux distro in this case ubuntu 20.04 there are certain installations to be done&lt;/p&gt;

&lt;p&gt;*&lt;strong&gt;&lt;em&gt;Installation Xampp&lt;/em&gt;&lt;/strong&gt;**&lt;br&gt;
wget -r &lt;a href="https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run" rel="noopener noreferrer"&gt;https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run&lt;/a&gt; (you can choose your preferred version)&lt;/p&gt;

&lt;p&gt;//give permissions&lt;/p&gt;

&lt;p&gt;/home/your-user/&lt;a href="http://www.apachefriends.org/xampp-files/Accedemos" rel="noopener noreferrer"&gt;www.apachefriends.org/xampp-files/Accedemos&lt;/a&gt; to its location and from the console we give permissions.&lt;/p&gt;

&lt;p&gt;chmod 755 xampp-linux-*-installer.run&lt;/p&gt;

&lt;p&gt;Install it.&lt;/p&gt;

&lt;p&gt;sudo ./xampp-linux-*-installer.run&lt;/p&gt;

&lt;p&gt;Example...&lt;/p&gt;

&lt;p&gt;adrian@asus ~/&lt;a href="http://www.apachefriends.org/xampp-files/7.4.8" rel="noopener noreferrer"&gt;www.apachefriends.org/xampp-files/7.4.8&lt;/a&gt; $ chmod 755 xampp-linux-*-installer.run&lt;/p&gt;

&lt;p&gt;click next next next next until the installation begins &lt;/p&gt;

&lt;p&gt;//commands to use &lt;/p&gt;

&lt;p&gt;sudo /opt/lampp/lampp/lampp start //to start the service&lt;/p&gt;

&lt;p&gt;sudo /opt/lampp/lampp/lampp stop //to stop it&lt;/p&gt;

&lt;p&gt;sudo /opt/lampp/lampp restart //to restart the service&lt;/p&gt;

&lt;p&gt;sudo /opt/lampp/manager-linux-x64.run //to access control panel&lt;/p&gt;

&lt;p&gt;****&lt;strong&gt;&lt;em&gt;Instalacion HeidiSQL&lt;/em&gt;&lt;/strong&gt;*****&lt;br&gt;
we must first install Wine which allows us to translate windows applications to linux&lt;br&gt;
sudo apt install wine64 //installing &lt;br&gt;
winewinecfg //to configure wine &lt;/p&gt;

&lt;p&gt;You will see a window indicating that the program is being configured. We wait until it finishes, or until we see a window asking for permission to install dependencies. We click on the "Install" button of all of them so that the wizard takes care of downloading and copying everything necessary, and when the process is finished, and everything is ready on our PC, we will see the Wine configuration window. This window has 7 tabs, through which we will be able to configure the different aspects of this tool.Wine allows us to simulate all versions of Windows. This way, if we have software that can only run on a specific version of Windows, we will be able to load the libraries of that version, and impersonate the version of the operating system, for each of them. We can configure a default version, which will be used in all programs, and add specific EXE files to give each one a version. To verify that it has been installed correctly we will use&lt;br&gt;
wine --version&lt;br&gt;
an easy way to open the program is to run the following command (just in case clicking or double clicking and opening with another application on the exe does not open with wine) &lt;br&gt;
run wine programname.exe and ready to start the installation of HeidiSQL once installed we will open its GUI and make the relevant configurations of the localhost once realzida the configurations give in open and ready you will have installed HeidiSQL correctly. &lt;/p&gt;

&lt;p&gt;NOTE: before starting the Heidi server make sure you have your xampp servers running.&lt;/p&gt;

&lt;p&gt;Greetings!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>xampp</category>
      <category>heidisql</category>
    </item>
    <item>
      <title>Solution to HDMI audio problem in Ubuntu 20.04</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Sat, 01 May 2021 16:01:49 +0000</pubDate>
      <link>https://dev.to/guadalupe182/solution-to-hdmi-audio-problem-in-ubuntu-20-04-42pk</link>
      <guid>https://dev.to/guadalupe182/solution-to-hdmi-audio-problem-in-ubuntu-20-04-42pk</guid>
      <description>&lt;p&gt;Hello dev's after much searching and searching between tutorials and others I found this solution in a discussion forum where a possible solution was to edit the grub which did not work I have an amd ryzen a12 and when connecting to my hdmi it gave me an image but no it gave sound so I followed the suggestion to install PulseAudio Volume Control from the application store and that's it, problem solved, now I have audio and image on my hd screen the only thing to do once this software is installed is to go to the tab of Output Devices and once there select the Headphones as the output port, the software will also automatically detect that you have a default HDMI port when making these changes you can enjoy an excellent sound via HDMI coming out of your hd monitor&lt;/p&gt;

&lt;p&gt;I hope this contribution will be of great help to you, greetings!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>First days with Ubuntu 20.4</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Tue, 06 Apr 2021 02:33:45 +0000</pubDate>
      <link>https://dev.to/guadalupe182/first-days-with-ubuntu-20-4-9g4</link>
      <guid>https://dev.to/guadalupe182/first-days-with-ubuntu-20-4-9g4</guid>
      <description>&lt;p&gt;Well, what was promised is a debt so well I bring a small review of my experience these days using the Ubuntu 20.4 linux distro, which I have loved since it is super friendly to program, the use of the terminal makes your work easier And entertaining, the installation of programs because it is nothing to write home about, you can do it by just double clicking on the software store or from the terminal (my favorite), something that I liked too much is being able to configure the development environment to my I crave thanks to GNOME which allows me to have a more pleasant view, I will continue to try more things in Ubuntu and probably later I will decide to leave it as the main OS because it seems very light and great!&lt;/p&gt;

&lt;p&gt;and what do you think about ubuntu? leave your opinion in the comments.&lt;/p&gt;

&lt;p&gt;Greetings!!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>devops</category>
    </item>
    <item>
      <title>linux lite test results</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Thu, 01 Apr 2021 00:48:37 +0000</pubDate>
      <link>https://dev.to/guadalupe182/linux-lite-test-results-4p0p</link>
      <guid>https://dev.to/guadalupe182/linux-lite-test-results-4p0p</guid>
      <description>&lt;p&gt;Well guys, I had my first approach with this Linux distro but my experience was not pleasant since I could not do the extended screen mode so it does not serve me since the purpose of testing Linux distros is focused on programming&lt;br&gt;
I read during these days documentation in forums, official but I did not find a solution to my problem, so well .... I will try Ubuntu (this is because I am still new to Linux distros) and based on its large community to solve problems that may arise.&lt;br&gt;
Without further ado I will be uploading how I am doing with this new distro.&lt;br&gt;
And have you used Linux Lite? what was your experience? Leave your comments.&lt;br&gt;
Greetings !!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>testing</category>
    </item>
    <item>
      <title>Testing Linux Lite</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Wed, 31 Mar 2021 03:35:56 +0000</pubDate>
      <link>https://dev.to/guadalupe182/testing-linux-lite-2ii9</link>
      <guid>https://dev.to/guadalupe182/testing-linux-lite-2ii9</guid>
      <description>&lt;p&gt;Well, I have decided to install a Linux distro on my laptop that has 1 sdd of 128gb and&lt;br&gt;
recently add a 500gb hdd on this occasion and for the first time I will be testing Liux lite as your requirements that&lt;br&gt;
they fit perfectly to the needs of my laptop.&lt;br&gt;
The characteristics of this distro are the following:&lt;/p&gt;

&lt;p&gt;MINIMUM RECOMMENDED SPECIFICATIONS:&lt;/p&gt;

&lt;p&gt;CPU: 1Ghz processor&lt;br&gt;
RAM: 768mb ram&lt;br&gt;
STORAGE: 8gb&lt;br&gt;
RESOLUTION: VGA screen 1024x768 resolution&lt;br&gt;
MEDIA: DVD drive or USB port for the ISO image&lt;/p&gt;

&lt;p&gt;PREFERRED SPECIFICATIONS:&lt;/p&gt;

&lt;p&gt;CPU: 1.5GHz processor&lt;br&gt;
RAM: 1024mb ram&lt;br&gt;
STORAGE: 20gb&lt;br&gt;
RESOLUTION: VGA, DVI or HDMI screen 1366x768&lt;br&gt;
MEDIA: DVD drive or USB port for the ISO image&lt;/p&gt;

&lt;p&gt;COMMON SOFTWARE&lt;br&gt;
Web Browser - Firefox 82.0&lt;/p&gt;

&lt;p&gt;Email Client - Thunderbird 68.10.0&lt;/p&gt;

&lt;p&gt;Office Suite - LibreOffice 6.4.6.2&lt;/p&gt;

&lt;p&gt;Media Player - VLC 3.0.9.2&lt;/p&gt;

&lt;p&gt;Image Editor - Gimp 2.10.18&lt;/p&gt;

&lt;p&gt;System Backup and Restore - Timeshift 20.03&lt;/p&gt;

&lt;p&gt;File Manager - Thunar 1.8.14&lt;/p&gt;

&lt;p&gt;Base: 20.04.1&lt;/p&gt;

&lt;p&gt;Kernel: 5.4.0-52 (custom kernels are also available via our Repository for versions 3.13 - 5.9)&lt;/p&gt;

&lt;p&gt;Series: 5.x&lt;/p&gt;

&lt;p&gt;DESKTOP UI&lt;br&gt;
Window Theme: Adapta&lt;/p&gt;

&lt;p&gt;Icon Theme: Papirus&lt;/p&gt;

&lt;p&gt;Font: Roboto Regular&lt;/p&gt;

&lt;p&gt;I study Programming so I will be using some IDEs and text editors to test the system&lt;br&gt;
I'll be writing a bit about my experience with this OS until then ...&lt;/p&gt;

&lt;p&gt;Greetings dev's&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Should I change to a LINUX distro ???</title>
      <dc:creator>Guadalupe Rosas</dc:creator>
      <pubDate>Mon, 22 Mar 2021 13:24:16 +0000</pubDate>
      <link>https://dev.to/guadalupe182/should-i-change-a-linux-distro-bdn</link>
      <guid>https://dev.to/guadalupe182/should-i-change-a-linux-distro-bdn</guid>
      <description>&lt;p&gt;Hello everyone I am currently using Windows, I have used it for a long time but I am very bothered by the updates it constantly has, I know a bit of bash for some courses I have taken where instructors use it, I can no longer contemplate having a virtual machine. I have low memory on the sdd (129GB), so I am considering totally changing the operating system. Any suggestions ??? (I am a Computer Engineering student (3 Semester))&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
