Update markdown

pull/5054/head
Kamran Ahmed 9 months ago
parent 84aa35cdec
commit 1539c6ccaf
  1. 2
      src/components/MarkdownFile.astro
  2. 2
      src/data/guides/backend-languages.md

@ -1,5 +1,5 @@
<div
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h3:mt-2 prose-img:mt-1'
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h5:font-medium prose-h3:mt-2 prose-img:mt-1'
>
<slot />
</div>

@ -207,7 +207,7 @@ Now, if on the other hand, you’re looking to build the frontend and the backen
The answer to this question is always going to be “yes”, whether you’re coming from the frontend and you already have JS experience or if you’re picking it up from scratch. In fact, according to [StackOverflow’s 2023 survey, JavaScript is the most used language by professionals](https://survey.stackoverflow.co/2023/#most-popular-technologies-language-prof) (with 65.85% of the votes).
![JavaScript Interest](/guides/backend-languages/js-interest.png)
![JavaScript Interest](/guides/backend-languages/javascript-interest.png)
If you’re coming from the client side, then adopting JS for your backend will let you start working in minutes. You’ll probably spend more time learning the backend-specific concepts than the language itself.

Loading…
Cancel
Save