<?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: Domingos Manuel Capitango</title>
    <description>The latest articles on DEV Community by Domingos Manuel Capitango (@aliendev66).</description>
    <link>https://dev.to/aliendev66</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%2F485690%2F99aab476-46f3-4361-9210-517e77db3e3f.JPG</url>
      <title>DEV Community: Domingos Manuel Capitango</title>
      <link>https://dev.to/aliendev66</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aliendev66"/>
    <language>en</language>
    <item>
      <title>expo unexpected token '?' no stack</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Fri, 23 Apr 2021 07:26:42 +0000</pubDate>
      <link>https://dev.to/aliendev66/expo-unexpected-token-no-stack-3e8e</link>
      <guid>https://dev.to/aliendev66/expo-unexpected-token-no-stack-3e8e</guid>
      <description>&lt;p&gt;Try to run:&lt;br&gt;
expo r -c&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Setting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android...</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Sat, 28 Nov 2020 11:13:59 +0000</pubDate>
      <link>https://dev.to/aliendev66/setting-a-timer-for-a-long-period-of-time-i-e-multiple-minutes-is-a-performance-and-correctness-issue-on-android-5c1l</link>
      <guid>https://dev.to/aliendev66/setting-a-timer-for-a-long-period-of-time-i-e-multiple-minutes-is-a-performance-and-correctness-issue-on-android-5c1l</guid>
      <description>&lt;p&gt;I also had this bug, I was investigating, and then I came up with the solution that using expo will not solve, however, it can be hidden.&lt;/p&gt;

&lt;p&gt;Write this code snippet in the scope of your component, after the imports:&lt;/p&gt;

&lt;p&gt;LogBox.ignoreLogs(["Setting a timer"]);&lt;br&gt;
const _console = _.clone(console);&lt;br&gt;
console.warn = (message: string) =&amp;gt; {&lt;br&gt;
  if (message.indexOf("Setting a timer") &amp;lt;= -1) {&lt;br&gt;
    _console.warn(message);&lt;br&gt;
  }&lt;br&gt;
};&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Operating system (continued)</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Wed, 11 Nov 2020 17:23:15 +0000</pubDate>
      <link>https://dev.to/aliendev66/operating-system-continued-5a11</link>
      <guid>https://dev.to/aliendev66/operating-system-continued-5a11</guid>
      <description>&lt;h1&gt;
  
  
  Windows Phone
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Benefits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Confidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Microsoft values ​​application quality. You have certainly heard that applications in the system store are scarce. To some extent, this has its logic there, especially when compared to the Apple store, but the vast majority of famous apps are already present there. But what we need to take into account is the quality of the applications present there.&lt;/p&gt;

&lt;p&gt;Programmers (developers) may take a while to make applications available to the WP, but when they do ... they are practically perfect! They almost never crash and, according to Microsoft, pass tests and receive encryption so they never transmit malicious files to your phone. It is obvious that that app that is in fashion and that is very cool is missing, but it is better to have it later safely, than to have it on time with instabilities and / or serious errors. Of course, that doesn't always happen, but it's not uncommon to see buggy apps on Android, for example.&lt;/p&gt;

&lt;p&gt;System updates are also a super plus for Microsoft. Updates are critical to cell phone security. We are bombarded daily by virtual threats and only updates developed by the OS developer can protect us. Microsoft values ​​this and during the update cycle of the different versions of its system, periodically sends updates to its customers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Disadvantages
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Lack of apps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What can be an advantage can also be a disadvantage. It is true that the delay in liberalizing applications for the platform is due, in large part, to the excessive testing carried out by Microsoft. This undoubtedly guarantees the safety of customers, but leaves many with immense dissatisfaction.&lt;/p&gt;

&lt;p&gt;Tests could be done more quickly. Microsoft could also invest more in programmers (developers). Apple, for example, spends billions on its apps and its developers. This guarantees your store the highest revenue among operating system stores. Investment never hurts, so investing in your app store would be a great move for Microsoft.&lt;/p&gt;

&lt;p&gt;The use of "generic" apps leaves many users dissatisfied. This, by the way, has been the main reason for abandoning the platform.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High cost&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Missing or limited notification bar:&lt;br&gt;
The notification bar is already present in version 8.1 of Windows Phone, but in previous versions of the system it is not yet available. If you have a smartphone in this version of the system, you may notice that there is no option to delete a particular notification. Either delete them all, or leave them all. Perhaps this will be resolved in the future, but for now it is an inconvenient problem for many users, especially those coming from the Android system. It is already an evolution, of course, but it needs to be improved. If you have Windows Phone 8 or lower, unfortunately you will not have a notification bar and you will have to be content to search for your notifications going from application to application.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Sistema operacional (continuação)</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Wed, 11 Nov 2020 17:17:00 +0000</pubDate>
      <link>https://dev.to/aliendev66/sistema-operacional-continuacao-3ipf</link>
      <guid>https://dev.to/aliendev66/sistema-operacional-continuacao-3ipf</guid>
      <description>&lt;h1&gt;
  
  
  Android
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Benefits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open operating system;&lt;/li&gt;
&lt;li&gt;Works lightly with devices with more hardware;&lt;/li&gt;
&lt;li&gt;It has sensitive touch in analysis to other old devices;&lt;/li&gt;
&lt;li&gt;Free apps on the Android Market;&lt;/li&gt;
&lt;li&gt;Connection to social networks;&lt;/li&gt;
&lt;li&gt;Internet connection;&lt;/li&gt;
&lt;li&gt;Cheaper handsets at operators;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Disadvantages
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Paid apps more expensive than in other stores;&lt;/li&gt;
&lt;li&gt;Failure to update the operating system for the device;&lt;/li&gt;
&lt;li&gt;Viruses in the Android Market store;&lt;/li&gt;
&lt;li&gt;Update problems;&lt;/li&gt;
&lt;li&gt;Apps work for some devices and for others they don't.&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Operating System(Continuation)</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Wed, 11 Nov 2020 17:14:16 +0000</pubDate>
      <link>https://dev.to/aliendev66/operating-system-continuation-2fdi</link>
      <guid>https://dev.to/aliendev66/operating-system-continuation-2fdi</guid>
      <description>&lt;h1&gt;
  
  
  Macintosh
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Benefits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;More stable than Windows.&lt;/li&gt;
&lt;li&gt;Better at the Visual level.&lt;/li&gt;
&lt;li&gt;Better at the Design level.&lt;/li&gt;
&lt;li&gt;Easier and purpose.&lt;/li&gt;
&lt;li&gt;Few viruses created for the apple OS.&lt;/li&gt;
&lt;li&gt;Suitable for designers, who work with photography, video editing, modeling, 2D / 3D animation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Disadvantages
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Incompatible with many software, especially games, although it is already possible to dualboot with windows.&lt;/li&gt;
&lt;li&gt;It only runs on Apple PCs that are still a little expensive, yes there is a hackintosh but the performance is not the same.&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Operating System(Continuation)</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Wed, 11 Nov 2020 17:11:02 +0000</pubDate>
      <link>https://dev.to/aliendev66/operating-system-continuation-3ld</link>
      <guid>https://dev.to/aliendev66/operating-system-continuation-3ld</guid>
      <description>&lt;h1&gt;
  
  
  Linux
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Benefits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open-Source License (Open Source) - This is the main advantage of Linux, when using an open-source license, it allows it to be used and distributed free of charge, giving also the opportunity to anyone to correct flaws or customize it to your needs. like (something that does not happen with Windows).&lt;/li&gt;
&lt;li&gt;Almost total virus immunity - As it is an operating system developed by a group of volunteers worldwide, flaws are quickly detected and corrected.
High Performance - No matter how old your computer hardware is, Linux easily adapts to it, reducing unnecessary functionality. As it is a fully customizable operating system, the user can also uninstall all the features and programs that he does not use to save resources.
Install and Use - With the arrival of Windows 7 the installation delay time has improved a lot, the problem is that after installation it is necessary to install drivers and other things. In Linux this does not happen, speaking from experience, it took me 30 minutes to install Linux on my PC, and after that it was ready to use, I did not need to install drivers.&lt;/li&gt;
&lt;li&gt;Compatibility - Currently Linux is compatible with almost all types of hardware. Linux can either be installed on a small tablet or it can be installed on a powerful MainFrame.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Disadvantages
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Programs - Although there are already many alternative programs to those used in Windows that do the same, many are not really useful or are not very intuitive.
Games - For those who like to play on the computer Linux is a bad idea since most games for Windows are not compatible with Linux.&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Operating System</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Wed, 11 Nov 2020 17:06:30 +0000</pubDate>
      <link>https://dev.to/aliendev66/operating-systems-535j</link>
      <guid>https://dev.to/aliendev66/operating-systems-535j</guid>
      <description>&lt;h1&gt;
  
  
  Windows
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Benefits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Ease of use and efficiency: Windows is simply the easiest computer system to organize. Users can perform their respective tasks without too many complications, because Microsoft has made and makes sure to keep everything well organized.
Thus, the user tends to be loyal to the brand. However, it is not only the ease that exists in Windows, the system still has the performance of advanced tasks, it has several extremely professional resources that help very well all types of consumers, from those who use the PC for casual use to the advanced ones.
That is, combining these two fundamental characteristics, Windows has become a major reference in the world. Microsoft, which is the founding company of Windows, even took advantage of the system's success to migrate to other modalities in the computer world, such as office software and the mobile phone operating system.&lt;/li&gt;
&lt;li&gt;Compatibility with different software: Program developers have Windows as the main point of consumption for their products. Today there is practically no software that is not compatible with Windows.
Unlike other operating systems, which are often not compatible with some programs; but in this case, the developer is responsible, not necessarily the operating system.&lt;/li&gt;
&lt;li&gt;Hardware compatibility: Windows is the system that is most compatible with the drivers of most hardware. When you buy a Web Cam, for example, it will not necessarily be compatible with other operating systems, but with Windows it certainly is.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Disadvantages
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Security: As Windows is the most used system, hackers started to work hard on its vulnerabilities. In addition to the security holes that Windows had and has, Internet hackers have started to develop malicious tools to infect users' computers. In fact, all the bad guys started working exclusively on Windows, leaving out other systems. Perhaps this is why many security experts recommend using Linux, an open source system that provides security and stability.&lt;br&gt;
Unfortunately Microsoft has not worked and does not work very hard to inhibit actions against hackers and malicious applications as much as possible. The fact is, if you use Windows, know that your security is compromised. The use of a good antivirus and a renewed firewall reduces the chances of infection of your system. Downloading updates can also help protect yourself from viruses, malware and intrusions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Closed source code: Windows does not provide its source code. Therefore, if there is a failure in it, only technical support can solve the problem; with that, the risks can be even greater.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Price: Windows is not free, on the contrary, the system costs a lot of money and this may be, in addition to the fact that the source code is closed, the main reason why hackers develop malicious applications for Windows.&lt;br&gt;
Well, those are the main advantages and disadvantages of Windows. The purpose of this article is to make you reflect on this famous system, and consequently come to the conclusion if it is advantageous or not to use Windows, good luck.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Docker connect with ReactJs Application</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Mon, 09 Nov 2020 22:10:41 +0000</pubDate>
      <link>https://dev.to/aliendev66/docker-connect-with-reactjs-application-50fm</link>
      <guid>https://dev.to/aliendev66/docker-connect-with-reactjs-application-50fm</guid>
      <description>&lt;ol&gt;
&lt;li&gt;sudo docker build -t aliendev66: frontend-invite.&lt;/li&gt;
&lt;li&gt;sudo docker run -p 3000: 3000 -d aliendev66: frontend-invite&lt;/li&gt;
&lt;li&gt;sudo docker ps&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you happen to restart your PC, run sudo docker start and the name of the image&lt;br&gt;
To see all the created containers is: sudo docker ps -a&lt;/p&gt;

&lt;h2&gt;
  
  
  Dockerfile
&lt;/h2&gt;

&lt;h1&gt;
  
  
  Source Image
&lt;/h1&gt;

&lt;p&gt;FROM node: 13-alpine&lt;/p&gt;

&lt;h1&gt;
  
  
  Working directory (this is where the application will be inside the container).
&lt;/h1&gt;

&lt;p&gt;WORKDIR / usr / app&lt;/p&gt;

&lt;p&gt;COPY package * .json ./&lt;/p&gt;

&lt;h1&gt;
  
  
  Adding &lt;code&gt;/ app / node_modules / .bin&lt;/code&gt; to $ PATH
&lt;/h1&gt;

&lt;p&gt;ENV PATH node_modules / .bin: $ PATH&lt;/p&gt;

&lt;h1&gt;
  
  
  Installing application dependencies and caching.
&lt;/h1&gt;

&lt;h1&gt;
  
  
  COPY package.json package.json
&lt;/h1&gt;

&lt;h1&gt;
  
  
  RUN yarn add --silent
&lt;/h1&gt;

&lt;p&gt;COPY. .&lt;/p&gt;

&lt;p&gt;EXPOSE 3000&lt;/p&gt;

&lt;p&gt;RUN yarn add react-scripts -g --silent&lt;/p&gt;

&lt;h1&gt;
  
  
  start app
&lt;/h1&gt;

&lt;p&gt;CMD ["yarn", "start"]&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why choose a mechanical keyboard</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Mon, 09 Nov 2020 22:08:09 +0000</pubDate>
      <link>https://dev.to/aliendev66/why-choose-a-mechanical-keyboard-6li</link>
      <guid>https://dev.to/aliendev66/why-choose-a-mechanical-keyboard-6li</guid>
      <description>&lt;p&gt;The first factor that must be taken into account are the switches:&lt;/p&gt;

&lt;p&gt;Switches are small pieces that register each time the key is pressed, transmitting an electric pulse and then signing the key.&lt;/p&gt;

&lt;p&gt;This process is much faster than using the conventional membrane keyboards that use sheets with lines of contact contacts are superimposed and small layers of membranes with metallic contacts on the inner side come into contact with these sheets when pressing each key.&lt;/p&gt;

&lt;p&gt;The switches also gain other aspects such as speed of responses and so on.&lt;/p&gt;

&lt;p&gt;They are the main ways of choosing a mechanical keyboard.&lt;/p&gt;

&lt;h1&gt;
  
  
  BLUE (TACTILE) switches.
&lt;/h1&gt;

&lt;p&gt;Two types of tactile feedback - it is the most recommended for those who play and who type a lot. But it is a bad choice for those who type close to other users because it is very noisy.&lt;/p&gt;

&lt;h1&gt;
  
  
  BROWN (TACTILE) switches.
&lt;/h1&gt;

&lt;p&gt;Second choice for easy adaptation, it is quieter than blue, but still maintaining the standard of a traditional mechanical mechanical keyboard.&lt;/p&gt;

&lt;h1&gt;
  
  
  RED (LINEAR) switches.
&lt;/h1&gt;

&lt;p&gt;These are for specific types of users. These do not have any type of feedback, and are differentiated by the spring tension and the activation distance.&lt;/p&gt;

&lt;p&gt;There are more types of switches, which I will explain in another post.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>CSS background image with styled-components</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Mon, 12 Oct 2020 21:24:44 +0000</pubDate>
      <link>https://dev.to/aliendev66/css-background-image-with-styled-components-11fl</link>
      <guid>https://dev.to/aliendev66/css-background-image-with-styled-components-11fl</guid>
      <description>&lt;p&gt;import styled from 'styled-components';&lt;br&gt;
import img from './img/bg.gif';&lt;/p&gt;

&lt;p&gt;const Content = styled.div&lt;code&gt;&lt;br&gt;
    border: 1px solid #000;&lt;br&gt;
    background-image: url(${img});&lt;br&gt;
    width: 2000px;&lt;br&gt;
    height: 2000px;&lt;br&gt;
&lt;/code&gt;;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Setting.json - VSCODE.</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Sat, 10 Oct 2020 13:46:05 +0000</pubDate>
      <link>https://dev.to/aliendev66/setting-json-vscode-2841</link>
      <guid>https://dev.to/aliendev66/setting-json-vscode-2841</guid>
      <description>&lt;p&gt;Here is my setting.json of my VSCODE, I hope you like it, it is the best way and the best configuration for VSCODE.&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  "terminal.integrated.fontSize": 14,&lt;/p&gt;

&lt;p&gt;"workbench.iconTheme": "material-icon-theme",&lt;br&gt;
  "workbench.startupEditor": "newUntitledFile",&lt;/p&gt;

&lt;p&gt;"editor.tabSize": 1,&lt;br&gt;
  "editor.fontSize": 13,&lt;br&gt;
  "editor.lineHeight": 25,&lt;br&gt;
  "editor.fontFamily": "Fira Code",&lt;br&gt;
  "editor.fontLigatures": true,&lt;/p&gt;

&lt;p&gt;"files.exclude": {&lt;br&gt;
    "&lt;strong&gt;/.git": true,&lt;br&gt;
    "&lt;/strong&gt;/.svn": true,&lt;br&gt;
    "&lt;strong&gt;/.hg": true,&lt;br&gt;
    "&lt;/strong&gt;/CVS": true,&lt;br&gt;
    "**/.DS_Store": true,&lt;br&gt;
    "node_modules": true&lt;br&gt;
  },&lt;/p&gt;

&lt;p&gt;"explorer.compactFolders": false,&lt;br&gt;
  "editor.renderLineHighlight": "gutter",&lt;br&gt;
  "workbench.editor.labelFormat": "short",&lt;br&gt;
  "extensions.ignoreRecommendations": true,&lt;/p&gt;

&lt;p&gt;"javascript.updateImportsOnFileMove.enabled": "always",&lt;br&gt;
  "typescript.updateImportsOnFileMove.enabled": "never",&lt;/p&gt;

&lt;p&gt;"breadcrumbs.enabled": true,&lt;br&gt;
  "editor.parameterHints.enabled": false,&lt;br&gt;
  "explorer.confirmDragAndDrop": false,&lt;br&gt;
  "explorer.confirmDelete": false,&lt;/p&gt;

&lt;p&gt;"editor.rulers": [80, 120],&lt;/p&gt;

&lt;p&gt;"editor.codeActionsOnSave": {&lt;br&gt;
    "source.fixAll.eslint": true&lt;br&gt;
  },&lt;/p&gt;

&lt;p&gt;"files.associations": {&lt;br&gt;
    ".sequelizerc": "javascript",&lt;br&gt;
    ".stylelintrc": "json",&lt;br&gt;
    ".prettierrc": "json"&lt;br&gt;
  },&lt;/p&gt;

&lt;p&gt;"window.zoomLevel": 0,&lt;/p&gt;

&lt;p&gt;"emmet.syntaxProfiles": { "javascript": "jsx" },&lt;br&gt;
  "emmet.includeLanguages": { "javascript": "javascriptreact" },&lt;/p&gt;

&lt;p&gt;"gitlens.codeLens.recentChange.enabled": false,&lt;br&gt;
  "gitlens.codeLens.authors.enabled": false,&lt;br&gt;
  "gitlens.codeLens.enabled": false,&lt;/p&gt;

&lt;p&gt;"git.enableSmartCommit": true,&lt;br&gt;
  "terminal.integrated.shell.osx": "/bin/zsh",&lt;br&gt;
  "liveshare.featureSet": "insiders",&lt;/p&gt;

&lt;p&gt;"typescript.tsserver.log": "verbose",&lt;br&gt;
  "javascript.suggest.autoImports": true,&lt;br&gt;
  "typescript.suggest.autoImports": true,&lt;br&gt;
  "liveServer.settings.donotShowInfoMsg": true,&lt;br&gt;
  // "material-icon-theme.activeIconPack": "nest",&lt;br&gt;
  "screencastMode.onlyKeyboardShortcuts": true,&lt;/p&gt;

&lt;p&gt;"material-icon-theme.folders.associations": {&lt;br&gt;
    "infra": "app",&lt;br&gt;
    "entities": "class",&lt;br&gt;
    "schemas": "class",&lt;br&gt;
    "typeorm": "database",&lt;br&gt;
    "repositories": "mappings",&lt;br&gt;
    "http": "container",&lt;br&gt;
    "migrations": "tools",&lt;br&gt;
    "modules": "components",&lt;br&gt;
    "implementations": "core",&lt;br&gt;
    "dtos": "typescript",&lt;br&gt;
    "fakes": "mock",&lt;br&gt;
    "websockets": "pipe",&lt;br&gt;
    "protos": "pipe",&lt;br&gt;
    "grpc": "pipe"&lt;br&gt;
  },&lt;/p&gt;

&lt;p&gt;"material-icon-theme.files.associations": {&lt;br&gt;
    "ormconfig.json": "database",&lt;br&gt;
    "tsconfig.json": "tune",&lt;br&gt;
    "*.proto": "3d"&lt;br&gt;
  },&lt;/p&gt;

&lt;p&gt;"workbench.colorTheme": "Omni",&lt;br&gt;
  "editor.formatOnSave": true,&lt;br&gt;
  "colorize.languages": [&lt;br&gt;
    "javascript",&lt;br&gt;
    "typescript",&lt;br&gt;
    "javascriptreact",&lt;br&gt;
    "typescriptreact",&lt;br&gt;
    "json",&lt;br&gt;
    "html",&lt;br&gt;
    "css"&lt;br&gt;
  ]&lt;br&gt;
}&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Expanding the DEV community.</title>
      <dc:creator>Domingos Manuel Capitango</dc:creator>
      <pubDate>Sat, 10 Oct 2020 13:43:34 +0000</pubDate>
      <link>https://dev.to/aliendev66/expanding-the-dev-community-11am</link>
      <guid>https://dev.to/aliendev66/expanding-the-dev-community-11am</guid>
      <description>&lt;p&gt;We can expand this DEV community further, with this platform.&lt;br&gt;
Questions, suggestions and any other development related issues, here.&lt;/p&gt;

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