{"id":418,"date":"2025-12-03T06:18:50","date_gmt":"2025-12-03T06:18:50","guid":{"rendered":"https:\/\/www.vineverything.com\/?p=418"},"modified":"2025-12-03T06:18:50","modified_gmt":"2025-12-03T06:18:50","slug":"a-whole-new-world-of-coding","status":"publish","type":"post","link":"https:\/\/www.vineverything.com\/?p=418","title":{"rendered":"A Whole New World of Coding"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I am a software engineer by trade. For the past ten years since I\u2019ve been employed as one it has meant writing code. But being a software engineer is so much more than just writing code. It\u2019s about problem solving and optimizing and making decisions based on available information. It\u2019s about understanding best practices (or at least that such a thing exists) and designing a solution that not only works but works well given the contsraints.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This profession is one where I constantly have to learn. My computer science degree didn\u2019t give me most of this knowledge, it\u2019s mostly stuff I have taught myself over the years while actually working. What my degree did give me was an understanding of how to think like an engineer: how to break things down into their component parts. This is the basis of all code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On a good day, I love it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On a bad day, I\u2019m hating my day job and looking to transition into a field far away from computers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On most days I wonder about the state of generative \u201cAI\u201d and its impact on my field.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At work, the tools are ok. They are good at boilerplate or helping to explain errors. It\u2019s a faster way to search out an answer to your problem, but it\u2019s rarely the best option when trying to solve a problem. I remember a distinct moment when I was relying on Github Copilot in VS Code to solve a problem and the solution it came up with was so ridiculous I was forced to actually use my brain and came up with a quick and elegant solution. Of course, I used the AI to implement said solution, but it was only possible because I had given it the direction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of the time though, the genAI at work is useless because as it is, the company\u2019s code base is so convoluted that it is not much help beyond small localized changes. And that\u2019s fine by me. It ensures that I have to actually think and use my programming skills.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Lately I\u2019ve been working on a personal coding project and I\u2019ve been experimenting with using genAI more. And honestly, it\u2019s kind of worrying. I wrote a prompt for what my little application was supposed to do and it wrote up the starting point. I had to point out a security flaw for it, which it promptly corrected. For a while I was chugging along, trying to figure out how to make the changes that I wanted myself, forcing myself to search through HTML and CSS documentation to figure out what I needed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today I tried something different and had Gemini write the code for me. I would prompt it with the changes I wanted to make (so far only visual changes) and it would make the changes. I would reload the page, and seeing something I didn\u2019t like, I prompted it again. The process felt more like I was a very micromanag-y designer. I knew what I wanted but I didn\u2019t know the exact code to write to get me there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019m worried that this is what programming is going to be. I\u2019m going to forget how to write my own code. I\u2019ll rely so much on this thing that I\u2019ll forget all the knowledge I fought so hard for in the last ten years. The rational part of me realizes that this is not true, of course. The overarching principles will stay the same, but the realistic outcome is that I will not be writing code anymore. Being a software engineer will be more like being a software architect: someone that understands what the code has to do and how it has to do it without actually writing any of the code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019m sure this is why people who have many interests will probably do well. I was able to successfully prompt Gemini while working on my project because I have a very clear idea of what I want it to look like and I have the visual understanding and an eye for detail cultivated over my many years of pursuing the visual arts. So in a way, it might mean that I get to do more of the creative visual work I had been yearning for (let\u2019s set aside the question of who will employ me to do said work).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But what will I be losing? I had never considered myself a rockstar programmer. I was more always more multidisciplined, my strengths lying in all the other skills that a software engineer working in a company with other people needs to bring to the table. And in a way I get to develop that further I suppose. But I\u2019m still scared to lose the programming skills. I had to work so hard to learn them that to give them up now feels like quitting, and not in a freeing way but in a \u201cthis will haunt me forever\u201d sort of a way.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019ve never really considered coding to be a particularly creative endeavor (though I\u2019m working on that ingrained belief) and if people aren\u2019t really the ones doing it anymore, what else are we losing? Coding is different than painting of course. There is an almost infinite number of ways to apply paint to a canvas, but even if your programming project vision is creative, there are only a few ways to actually make the computer execute that vision.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My husband pointed out that this directing of genAI already has people calling themselves software engineers. I think the proven dangers of vibe coding and calling yourself an engineer means that my ability to understand code is still very useful. I wouldn\u2019t have known that the code Gemini generated for me had a security flaw if I hadn\u2019t worked in the field for a decade.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But the sadness remains, and I\u2019m starting to wonder if, despite my general dislike of the tech industry, I have still managed to attach myself to the \u201csoftware engineer\u201d label as a form of identity. Perhaps my anxiety about forgetting how to actually write code stems from the fact that writing code is how I have been defining myself as a software engineer and now that it\u2019s changing I\u2019m scared and pushing back.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a way it\u2019s a backward relief. I have spent most of the last ten years hating my work (they were mostly bad days) and so the thought of leaving it behind was a constant day dream. Now that I can recognize that I wouldn\u2019t actually want to stop writing code and am worried about the prospect, gives me some hope about the anxious years I\u2019ve spent leading up to now. The irony of course is now that I have realized I actually like programming, technological advances mean increasingly leaving that behind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I could refuse to use the tools of course. I can read my physical HTML\/CSS book and figure out how to code my vision by typing everything myself. It would be slow, at times painful. The friction would be the point. But with genAI I would be able to create that vision much faster. Perhaps in this case it\u2019s worth it, to not intentionally backpedal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019ve got a lot of things to ponder on this, especially the journey vs destination question. Is learning HTML\/CSS and Javascript the hard way what\u2019s most important (ie: the journey)? Or is it seeing my coding project visions come to life (the destination)? I don\u2019t know. I don\u2019t have an answer for this.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I like to think of a TED talk I watched, where an old man told the moving story of his mother. About how when she purchased a washing machine, she was able to take him to the library a lot more often and how that changed the tragectory of his life.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But I also think about how the advent of all those new tools did not free up housewives, it just raised the standards of cleanliness to which they were beholden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our increased productivity has not resulted in decreased amounts of work, the expectations simply continue to rise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No one but me will care that I learned HTML the hard way instead of using genAI. And if part of the point is that I am doing it to learn more frontend development as a way to slightly pivot but stay in the industry, it would certainly not be to my advantage to NOT learn the tools and see what I can make with it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wouldn\u2019t it be worth it to write my code faster if it meant that I could take my kids on life changing trips to the library more often?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am a software engineer by trade. For the past ten years since I\u2019ve been employed as one it has meant writing code. But being a software engineer is so much more than just writing code. It\u2019s about problem solving and optimizing and making decisions based on available information. It\u2019s about understanding best practices (or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[92],"tags":[101,79],"class_list":["post-418","post","type-post","status-publish","format-standard","hentry","category-coding","tag-genai","tag-tech"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A Whole New World of Coding - V In Everything<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vineverything.com\/?p=418\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Whole New World of Coding - V In Everything\" \/>\n<meta property=\"og:description\" content=\"I am a software engineer by trade. For the past ten years since I\u2019ve been employed as one it has meant writing code. But being a software engineer is so much more than just writing code. It\u2019s about problem solving and optimizing and making decisions based on available information. It\u2019s about understanding best practices (or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vineverything.com\/?p=418\" \/>\n<meta property=\"og:site_name\" content=\"V In Everything\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-03T06:18:50+00:00\" \/>\n<meta name=\"author\" content=\"vera\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"vera\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418\"},\"author\":{\"name\":\"vera\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#\\\/schema\\\/person\\\/712c84efcc99b29cd59dcfda27d45897\"},\"headline\":\"A Whole New World of Coding\",\"datePublished\":\"2025-12-03T06:18:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418\"},\"wordCount\":1492,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#organization\"},\"keywords\":[\"genai\",\"tech\"],\"articleSection\":[\"coding\\\\\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.vineverything.com\\\/?p=418#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418\",\"url\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418\",\"name\":\"A Whole New World of Coding - V In Everything\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#website\"},\"datePublished\":\"2025-12-03T06:18:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vineverything.com\\\/?p=418\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/?p=418#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.vineverything.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Whole New World of Coding\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#website\",\"url\":\"https:\\\/\\\/www.vineverything.com\\\/\",\"name\":\"V In Everything\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vineverything.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#organization\",\"name\":\"V In Everything\",\"url\":\"https:\\\/\\\/www.vineverything.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vineverything.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/self-portrait-2024-watercolor.jpg\",\"contentUrl\":\"https:\\\/\\\/www.vineverything.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/self-portrait-2024-watercolor.jpg\",\"width\":2345,\"height\":2342,\"caption\":\"V In Everything\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.pinterest.com\\\/verawellsdesign\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.vineverything.com\\\/#\\\/schema\\\/person\\\/712c84efcc99b29cd59dcfda27d45897\",\"name\":\"vera\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g\",\"caption\":\"vera\"},\"sameAs\":[\"https:\\\/\\\/local.vineverything.com:8097\"],\"url\":\"https:\\\/\\\/www.vineverything.com\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Whole New World of Coding - V In Everything","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vineverything.com\/?p=418","og_locale":"en_US","og_type":"article","og_title":"A Whole New World of Coding - V In Everything","og_description":"I am a software engineer by trade. For the past ten years since I\u2019ve been employed as one it has meant writing code. But being a software engineer is so much more than just writing code. It\u2019s about problem solving and optimizing and making decisions based on available information. It\u2019s about understanding best practices (or [&hellip;]","og_url":"https:\/\/www.vineverything.com\/?p=418","og_site_name":"V In Everything","article_published_time":"2025-12-03T06:18:50+00:00","author":"vera","twitter_card":"summary_large_image","twitter_misc":{"Written by":"vera","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vineverything.com\/?p=418#article","isPartOf":{"@id":"https:\/\/www.vineverything.com\/?p=418"},"author":{"name":"vera","@id":"https:\/\/www.vineverything.com\/#\/schema\/person\/712c84efcc99b29cd59dcfda27d45897"},"headline":"A Whole New World of Coding","datePublished":"2025-12-03T06:18:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.vineverything.com\/?p=418"},"wordCount":1492,"commentCount":0,"publisher":{"@id":"https:\/\/www.vineverything.com\/#organization"},"keywords":["genai","tech"],"articleSection":["coding\\"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.vineverything.com\/?p=418#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.vineverything.com\/?p=418","url":"https:\/\/www.vineverything.com\/?p=418","name":"A Whole New World of Coding - V In Everything","isPartOf":{"@id":"https:\/\/www.vineverything.com\/#website"},"datePublished":"2025-12-03T06:18:50+00:00","breadcrumb":{"@id":"https:\/\/www.vineverything.com\/?p=418#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vineverything.com\/?p=418"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vineverything.com\/?p=418#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vineverything.com\/"},{"@type":"ListItem","position":2,"name":"A Whole New World of Coding"}]},{"@type":"WebSite","@id":"https:\/\/www.vineverything.com\/#website","url":"https:\/\/www.vineverything.com\/","name":"V In Everything","description":"","publisher":{"@id":"https:\/\/www.vineverything.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vineverything.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.vineverything.com\/#organization","name":"V In Everything","url":"https:\/\/www.vineverything.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vineverything.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.vineverything.com\/wp-content\/uploads\/2026\/06\/self-portrait-2024-watercolor.jpg","contentUrl":"https:\/\/www.vineverything.com\/wp-content\/uploads\/2026\/06\/self-portrait-2024-watercolor.jpg","width":2345,"height":2342,"caption":"V In Everything"},"image":{"@id":"https:\/\/www.vineverything.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.pinterest.com\/verawellsdesign\/"]},{"@type":"Person","@id":"https:\/\/www.vineverything.com\/#\/schema\/person\/712c84efcc99b29cd59dcfda27d45897","name":"vera","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/aaaa754287f2e89527872d953388cb1d38c467d4b1ecb8bfe2ce5a0fbf95b92c?s=96&d=mm&r=g","caption":"vera"},"sameAs":["https:\/\/local.vineverything.com:8097"],"url":"https:\/\/www.vineverything.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/posts\/418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=418"}],"version-history":[{"count":1,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/posts\/418\/revisions"}],"predecessor-version":[{"id":419,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=\/wp\/v2\/posts\/418\/revisions\/419"}],"wp:attachment":[{"href":"https:\/\/www.vineverything.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vineverything.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}