{"id":18643,"date":"2021-04-27T10:50:00","date_gmt":"2021-04-27T10:50:00","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/"},"modified":"2026-06-29T19:40:20","modified_gmt":"2026-06-29T19:40:20","slug":"most-commonly-used-programming-languages-and-tools-rhuan-yago","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/","title":{"rendered":"Most commonly used programming languages and tools &#8211; Rhuan Yago"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas.png\" alt=\"\" class=\"wp-image-1686\" srcset=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas.png 1080w, https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas-300x300.png 300w, https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas-1024x1024.png 1024w, https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas-150x150.png 150w, https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Many people who want to learn programming have common questions, and one of the main ones is precisely which tools companies typically use in their day-to-day work. And when we\u2019re still developing our knowledge and don\u2019t have direct contact with the professional field, we find ourselves wondering how they work, what tools they use, and how the software itself is actually built. And with the use of these tools, how has this improved our day-to-day work?  <\/p>\n\n<p class=\"wp-block-paragraph\">Today Rhuan Yago, from our development team, came to share a little bit about the most used tools here at Made4it.<\/p>\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Tools<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Visual Studio<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Visual Studio Code is a source code editor designed to help programmers in their day-to-day work, featuring various plugins to help further improve code quality, including code completion and code refactoring. It\u2019s also customizable, allowing users to change the editor\u2019s theme, keyboard shortcuts, and preferences. It speeds up coding, helps with code indentation and writing functions, among other things. <\/p>\n\n<p class=\"wp-block-paragraph\">We also use the SSH extension to communicate with our server and work directly with our files, without having to do this locally and then pass it to the server.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Terminal<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">We use the terminal a lot to access the client&#8217;s servers, our servers to be able to see logs that help us a lot in what may be happening and what we are treating, to access the database of each client and we use SSH (Secure Socket Shell) for this.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>What is SSH?<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>            <\/strong>It is a network protocol that allows us, as users, to access and manage servers remotely, thereby enabling encrypted communication between machines (the user\u2019s computer) and servers. It also features an authentication mechanism that uses advanced encryption to conceal data and transactions from anyone accessing the system, ensuring that only authorized users can access the specific resources they intend to access. <\/p>\n\n<p class=\"wp-block-paragraph\">  The command works as follows:<\/p>\n\n<p class=\"wp-block-paragraph\">Example: <strong>ssh {user}@{host}<\/strong><\/p>\n\n<ul class=\"wp-block-list\"><li><strong>ssh<\/strong> is where we indicate the use of the SSH command, that we want to open a secure, encrypted connection.<\/li><li><strong>{user}<\/strong>  &#8211; is the account you want to log into as a root user, with full rights to touch anything on the server.<\/li><li><strong>{host}<\/strong>  &#8211; is the machine we want to access by entering the specific IP number or domain name.<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">After this process we are asked for the username and password to access the account.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Bitbucket  <\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">It is a controlled project hosting service where we can upload our project in two versions, the version where we upload it on a specific day of the week for better security of the files and an encrypted version with the production version of the project.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Bootstrap<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>            <\/strong>Bootstrap is an open-source framework where we develop our interface (front-end) using HTML, CSS and JavaScript, where we improve the user experience in a friendly and responsive site, where it is all the visual part that our client sees, from the graphics, menus, logos, reports and other things.<\/p>\n\n<p class=\"wp-block-paragraph\">We are currently using version 3.3.7 of the framework along with it we use the AdminLTE template where we have a productivity gain by changing the layout as we wish.<\/p>\n\n<p style=\"text-align: center;\"><strong>Languages<\/strong><\/p>\n<p><strong>PHP<\/strong><\/p>\n<p><strong>         <\/strong>PHP is a programming language for developing web applications and websites. It is easy to use, robust, and constantly improving, making it one of the most valued languages on the market today. It is a server-side language, which means that it allows the elements of a page to be loaded before they are displayed to the user accessing a site and has a faster response time and connection to large databases. The idea of using this language is to decrease the loading time of the pages, letting the server work in a light way to load plugins and site applications. And today it is used in several companies, such as Facebook, Google, Spotify, and others.   <\/p>\n<p>Today it is our main language for the system, we currently use version 7.2 where it provides us with all the features we need. We work with Object-Oriented Programming (OOP), which consists in dividing our code, making it better and better. We currently work with a few types of databases and an API where php makes it easy to connect between them, because we use a server on each client, where each client has its own database. We work with the following banks:   <\/p>\n<ul>\n<li><strong>MySQL<\/strong><\/li>\n<li><strong>PostgreSQL<\/strong><\/li>\n<li><strong>SQLServer<\/strong><\/li>\n<li><strong>TopSapp (API)<\/strong><\/li>\n<\/ul>\n<p>We have several scripts running today where they do all the automatic process from the process of updating the system at the clients, backing up the system, creating the database, sending e-mails and reports, searching and displaying the information, from charts and reports.<\/p>\n<p><strong>Python<\/strong><\/p>\n<p><strong>            <\/strong>Today it is a high-level language and very versatile, we can access a library that offers us several features for our system, this technology is present in some companies like Netflix, Instagram, Spotify, Google and Facebook.<\/p>\n<p>  We use it today in version 3.7 and it serves us in some cases, such as one where we send all clients a daily report with various information such as the clients connected in the last 48 hours, the Top 10 users who were most disconnected in the last 24 hours, and others throughout the day. And also for our SA where we basically make the connection to the router to get the commands and input and output to our Realtime (Chart that we visualize the traffic of each client) and that was the best language at the moment to mess with this router communication. <\/p>\n<p><strong>JavaScript<\/strong><\/p>\n<p>As the years went by, Internet pages became more and more complex and required a more advanced way of interacting with browsers and users. And with its advancement they have made everyone&#8217;s day-to-day life much easier. Today there is not a single website that does not use this technology, basically websites today would be impossible without it.  <\/p>\n<p>But how does JavaScript work? Instead of running remotely on servers on the Internet as is the case with our php, JavaScript is characterized by running programs on the client side, as we usually say. As such, JavaScript provides web pages with the ability to transform and process incoming and outgoing data, interacting with our HTML language content and the styling of that content provided by CSS on these pages. We use it a lot for capturing information, like our reports, our charts, our registrations, basically the whole system has a lot of JavaScript behind it. Where we get the information without the user seeing the process that is being done behind, which in this case is when we do a process that the user doesn&#8217;t see the screen doing this execution, or often seeing his screen being &#8220;loaded&#8221; again.    <\/p>\n<p><strong>CSS<\/strong><\/p>\n<p>As stated above, CSS is a language for styling elements written in a language we know as HTML. It basically separates the visual content of the site. With it, we can give color to the system, change the texts, the background, the fonts, the spacing, our tables. We can also adjust images for respective screens and devices.   <\/p>\n<p>                        <strong>SQL<\/strong><\/p>\n<p><strong>                        <\/strong>Those three little letters have become a huge deal these days with the evolution of technology. It\u2019s a language that\u2019s everywhere and used in various fields. Today, we use it to interact with our customers\u2019 database; it enables a large part of the system\u2019s operation, allowing it to scale effectively; and we use it to insert, collect, modify, and delete data.  <\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>Every day, we are exposed to rapid technological advancements, which motivates us to keep improving\u2014striving to advance both our software and our knowledge so that we can deliver the best possible user experience to our customers. Our goal is to continuously improve our software by leveraging new programming languages, tools, technologies, and the wealth of knowledge we\u2019ve acquired.<\/p>\n\n<p>These are the tools our development team uses here at Made4it. Were you already familiar with them, or do you use them too? Share with us the tools you use. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team <\/p>\n","protected":false},"author":5,"featured_media":18644,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-18643","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nao-categorizado"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Made4it\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Made4it -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"87\" \/>\n\t\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-04-27T10:50:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:20+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#blogposting\",\"name\":\"Most commonly used programming languages and tools \\u2013 Rhuan Yago - Made4it\",\"headline\":\"Most commonly used programming languages and tools &#8211; Rhuan Yago\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Ferramentas.png\",\"width\":1080,\"height\":1080},\"datePublished\":\"2021-04-27T10:50:00+00:00\",\"dateModified\":\"2026-06-29T19:40:20+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#webpage\"},\"articleSection\":\"N\\u00e3o categorizado\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"position\":2,\"name\":\"N\\u00e3o categorizado\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#listItem\",\"name\":\"Most commonly used programming languages and tools &#8211; Rhuan Yago\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#listItem\",\"position\":3,\"name\":\"Most commonly used programming languages and tools &#8211; Rhuan Yago\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/\",\"name\":\"Made4it\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Made4it\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/\",\"name\":\"Most commonly used programming languages and tools \\u2013 Rhuan Yago - Made4it\",\"description\":\"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\\u2019ll tell you about the main tools used by our development team\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Ferramentas.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#mainImage\",\"width\":1080,\"height\":1080},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/most-commonly-used-programming-languages-and-tools-rhuan-yago\\\/#mainImage\"},\"datePublished\":\"2021-04-27T10:50:00+00:00\",\"dateModified\":\"2026-06-29T19:40:20+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"name\":\"Made4it\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it","description":"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#blogposting","name":"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it","headline":"Most commonly used programming languages and tools &#8211; Rhuan Yago","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas.png","width":1080,"height":1080},"datePublished":"2021-04-27T10:50:00+00:00","dateModified":"2026-06-29T19:40:20+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#webpage"},"articleSection":"N\u00e3o categorizado"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","position":2,"name":"N\u00e3o categorizado","item":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#listItem","name":"Most commonly used programming languages and tools &#8211; Rhuan Yago"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#listItem","position":3,"name":"Most commonly used programming languages and tools &#8211; Rhuan Yago","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author","url":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/","name":"Made4it","image":{"@type":"ImageObject","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g","width":96,"height":96,"caption":"Made4it"}},{"@type":"WebPage","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/","name":"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it","description":"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2021\/04\/Ferramentas.png","@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#mainImage","width":1080,"height":1080},"primaryImageOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/#mainImage"},"datePublished":"2021-04-27T10:50:00+00:00","dateModified":"2026-06-29T19:40:20+00:00"},{"@type":"WebSite","@id":"https:\/\/made4it.com.br\/en\/#website","url":"https:\/\/made4it.com.br\/en\/","name":"Made4it","inLanguage":"en-US","publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Made4it -","og:type":"article","og:title":"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it","og:description":"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team","og:url":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/","og:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:secure_url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:width":87,"og:image:height":27,"article:published_time":"2021-04-27T10:50:00+00:00","article:modified_time":"2026-06-29T19:40:20+00:00","twitter:card":"summary_large_image","twitter:title":"Most commonly used programming languages and tools \u2013 Rhuan Yago - Made4it","twitter:description":"Many people who want to learn programming have common questions, and one of the main ones is exactly which tools companies typically use in their day-to-day work. In this post, we\u2019ll tell you about the main tools used by our development team","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18643","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-29 19:40:20","updated":"2026-06-29 20:55:59"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/\" title=\"N\u00e3o categorizado\">N\u00e3o categorizado<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMost commonly used programming languages and tools \u2013 Rhuan Yago\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"N\u00e3o categorizado","link":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/"},{"label":"Most commonly used programming languages and tools &#8211; Rhuan Yago","link":"https:\/\/made4it.com.br\/en\/blog\/most-commonly-used-programming-languages-and-tools-rhuan-yago\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/comments?post=18643"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18643\/revisions"}],"predecessor-version":[{"id":18645,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18643\/revisions\/18645"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media\/18644"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}