<?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: King Cheetah</title>
    <description>The latest articles on DEV Community by King Cheetah (@tmalicet).</description>
    <link>https://dev.to/tmalicet</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%2F545943%2Faa7f379c-0d57-4527-ab53-497b98b5bcfc.jpg</url>
      <title>DEV Community: King Cheetah</title>
      <link>https://dev.to/tmalicet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tmalicet"/>
    <language>en</language>
    <item>
      <title>Why is everyone saying that software engineers are done?</title>
      <dc:creator>King Cheetah</dc:creator>
      <pubDate>Fri, 17 Jan 2025 10:32:05 +0000</pubDate>
      <link>https://dev.to/tmalicet/why-is-everyone-saying-that-software-engineers-are-done-4la7</link>
      <guid>https://dev.to/tmalicet/why-is-everyone-saying-that-software-engineers-are-done-4la7</guid>
      <description>&lt;p&gt;More and more CEO's say it and like to put AI in the mix. It's almost becoming a joke in the SWE community.&lt;/p&gt;

&lt;p&gt;I see many reasons for that but the main ones are:&lt;/p&gt;

&lt;h2&gt;
  
  
  They will get cheaper devs
&lt;/h2&gt;

&lt;p&gt;Yes, the job market is still pretty good for software engineers. Until recently, you could still go to an interview and say: "No, sorry, I'm not interested for X reasons".&lt;/p&gt;

&lt;p&gt;It was one of the last sector where you had the choice. But big companies doesn't like it. They want you to crave for a job and more than anything to lower your salary expectations or your feeling of entitlement.&lt;/p&gt;

&lt;p&gt;How many time did you hear: "You should be happy to work for us". It's not a gift! It's a business relation. Give me a good manager and I'll be happy.&lt;/p&gt;

&lt;p&gt;So if anyone tells you: "You will be replaced by AI", it's not forecasting, it's intimidation.&lt;/p&gt;

&lt;h2&gt;
  
  
  They will sell you an AI
&lt;/h2&gt;

&lt;p&gt;Let's go and have a look inside NVIDIA's offices. Go to the R&amp;amp;D department and ask how many developers lost their job because of AI.&lt;/p&gt;

&lt;p&gt;The AI solutions they sell you is built by software engineers. &lt;/p&gt;

&lt;p&gt;Yes, AI is helping us in some menial tasks. It's "auto-complete on steroid" like Linus Torvalds likes to say. And if you think that the job of a SWE is to write boilerplate code all day long then yes ! Please, buy an AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  GAFAM, FANG, NATU etc. are not representative
&lt;/h2&gt;

&lt;p&gt;Take X.com for instance. They over-hired like many others, but their main product is there. So the time where they need to build a great product with great features and have a legion of SWE to scale it, is over. Now they need marketing and communication. They need Elon Musk, hate or free speeches and influencers.&lt;/p&gt;

&lt;p&gt;Same for Instagram, Facebook, Youtube ... they can do anything they want, if a new kid appears (Tik Tok) and take a huge market share, no SWE or AI can do anything about it.&lt;/p&gt;

&lt;p&gt;But there is still so much new apps and products to create and maintain!&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I remember the time where freelance devs were doing small websites for small companies and WordPress came and some people said the same thing: "We will be out of jobs". But they became WordPress developers and nobody lost their jobs.&lt;/p&gt;

&lt;p&gt;So keep calm and carry on.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>swe</category>
      <category>market</category>
    </item>
    <item>
      <title>How to wreck your project as a developer</title>
      <dc:creator>King Cheetah</dc:creator>
      <pubDate>Wed, 23 Dec 2020 16:03:43 +0000</pubDate>
      <link>https://dev.to/tmalicet/how-to-wreck-your-project-as-a-developer-5e81</link>
      <guid>https://dev.to/tmalicet/how-to-wreck-your-project-as-a-developer-5e81</guid>
      <description>&lt;p&gt;I am now very old and wise (do I?) and thought I could share a bit of wisdom with fellow devs. This post is not about how to become successful with your project or make sure your company (or the one you work for) thrive thanks to your work.&lt;/p&gt;

&lt;p&gt;It's more a collection of wrongdoing to avoid if you want to make sure other devs won't jump ship and/or the project accumulate technical debts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Think of it as a project and not a product
&lt;/h2&gt;

&lt;p&gt;No matter what you do, you should focus on the end-user, not the code. When you are asked to develop a new feature, make sure you know:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;who/what is it for&lt;/li&gt;
&lt;li&gt;how it will be used&lt;/li&gt;
&lt;li&gt;and then! What's the best approach/architecture/technologies to do that&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's so much jokes about people making huge scalable apps with fancy technologies when the end-user is just a small market who just need a bulletproof, reliable monolith.&lt;/p&gt;

&lt;p&gt;Which leads directly to the second point:&lt;/p&gt;

&lt;h2&gt;
  
  
  Knowing nothing about your market
&lt;/h2&gt;

&lt;p&gt;There is a saying in programming: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Recruitment for tech tools is easier because they can hire their customers&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Why is it so perfect? Because a customer will tell you what she and you both, need. So you will have a good view on what people are craving for! You will also avoid developing features that no one needed.&lt;/p&gt;

&lt;p&gt;Bonus: Always challenge decision makers saying things like "this is what people want" when it seems based on nothing. Those people are usually misleading with their vision of a market they think they know very well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Follow guide lines and good practices blindly
&lt;/h2&gt;

&lt;p&gt;There is some very interesting articles on the web about IDE's linters which can take you on a formatted path that you will never challenge.&lt;br&gt;
Yes, it's very convenient to install a new environnement and not having to change anything because you are used to it. &lt;/p&gt;

&lt;p&gt;And yet, can't you think of a better way to work that by following someone else's rules? We always assume that good practices are dictated by people who really thought hard about a solution. But no. Sometime it's just convenience, laziness and shortcuts.&lt;/p&gt;

&lt;p&gt;And most of all: does this really apply to me?&lt;/p&gt;

&lt;p&gt;One of my main battle? Abstraction. People tend to add many layers of abstraction because "this is the way" and then it leads to to-many. Where you need to change 20 different files because you removed a property on your class.&lt;/p&gt;

&lt;p&gt;If you apply separation of concern too high, you end-up with sayings like &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;if we change the database, we won't have to change anything in the app.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ho, really? Let's try right now and see if it's true.&lt;br&gt;
If you think you can change your database technology without changing a big chunk of your app, you are delusional.&lt;/p&gt;

&lt;p&gt;Which leads to:&lt;/p&gt;

&lt;h2&gt;
  
  
  Following trends
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Sending HTML from the server-side? Nobody does that today!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Couple of years ago some people said that it needs decoupling and we should use REST API. A tone of Javascript and many frameworks later, dealing with JSON adds a lot of complexity with database intensive apps. And for simple projects, it's just bringing a plane to a marathon.&lt;br&gt;
To fix this, let's send back the front-end to the server for rendering... Yes, the front became so bloated that we now need a bare-metal server to run it. &lt;a href="https://www.gatsbyjs.com/docs/glossary/server-side-rendering/" rel="noopener noreferrer"&gt;https://www.gatsbyjs.com/docs/glossary/server-side-rendering/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The next step? Probably going back to when PHP was sending you your HTML page =&amp;gt; &lt;a href="https://github.com/hotwired" rel="noopener noreferrer"&gt;https://github.com/hotwired&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Again, asks yourself: Is this relevant to me? What's really the shortest path from A to B?&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I am not advocating any technology or methodology here. I just think that every project is different and should be treated as such.&lt;/p&gt;

&lt;p&gt;Every considerations you can bring beforehand could save you. &lt;br&gt;
Every recipes you use "as is" can hurt you.&lt;/p&gt;

&lt;p&gt;Do your research and you will find many people going against the flow and bringing so much to the table.&lt;/p&gt;

&lt;p&gt;Thanks for reading. I could write a second episode when more ideas come to me.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>career</category>
      <category>management</category>
    </item>
  </channel>
</rss>
