<?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: VironIT Blog</title>
    <description>The latest articles on DEV Community by VironIT Blog (@vironit).</description>
    <link>https://dev.to/vironit</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%2F146980%2F76810a18-f9e2-4ade-92c0-92a20190a54f.jpg</url>
      <title>DEV Community: VironIT Blog</title>
      <link>https://dev.to/vironit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vironit"/>
    <language>en</language>
    <item>
      <title>How to Build a Cryptocurrency Exchange App in 2022</title>
      <dc:creator>VironIT Blog</dc:creator>
      <pubDate>Fri, 04 Feb 2022 11:11:23 +0000</pubDate>
      <link>https://dev.to/vironit/how-to-build-a-cryptocurrency-exchange-app-in-2022-187d</link>
      <guid>https://dev.to/vironit/how-to-build-a-cryptocurrency-exchange-app-in-2022-187d</guid>
      <description>&lt;p&gt;A crypto exchange app is like a marketplace which offers a portal where you can create different order types to buy, sell, and speculate on cryptocurrencies with other users. &lt;/p&gt;

&lt;p&gt;But, how to open your own cryptocurrency exchange app? Let’s dive deeper.&lt;/p&gt;

&lt;h2&gt;Before Start, Choose Option to Create a Cryptocurrency Exchange App&lt;/h2&gt;

&lt;p&gt;If you lack the technical skills to handle it on your own, we recommend starting with these options:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;p&gt;Purchase a white-label solution &lt;/p&gt;&lt;/li&gt;
    &lt;li&gt;&lt;p&gt;Develop a custom app from scratch&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This way, you can get your app in front of the right people fast. Now let's take a closer look at the second option.&lt;/p&gt;

&lt;h2&gt;#1 Choose Cryptocurrency Exchange Type&lt;/h2&gt;

&lt;p&gt;Crypto exchanges can be either centralized, meaning they are managed by one corporate authority, or decentralized, where they generally distribute verification powers to anyone willing to join a network and certify transactions. There is also hybrid option or peer-2-peer crypto exchange&lt;/p&gt;

&lt;p&gt;The differences between options are best illustrated with a comparison table.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Criteria&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;CEX &lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;DEX &lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Hybrid&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Liquidity&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;High&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Low&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Low&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;UI &amp;amp; UX&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Easy to use&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Hard to use&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Easy to use&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Matching speed&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Very fast&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Slow&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Fast&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Custody&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Users trust CEX&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Users own their funds&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Users own their funds&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Trading volume&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;High&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Low&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Low&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Unlimited&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Limited&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Limited&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Fiat gateway&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;No&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;#2 Keep an Eye on Jurisdiction&lt;/h2&gt;

&lt;p&gt;Jurisdictions under which to start a crypto exchange app vary greatly from region to region, from a clear set of regulations to a complete lack of regulation. For example, Malta, Gibraltar, Switzerland, or Singapore now stand out as attractive countries for those wishing to open a cryptocurrency exchange. However, you will still need to keep an eye on legislative changes.&lt;/p&gt;

&lt;h2&gt;#3 Think about Architecture, Technology Stack, and API&lt;/h2&gt;

&lt;p&gt;An exchange architecture usually refers to a platform structure that helps define the relationship and the way all the components of an exchange interact: the login screen, trading engine, user interface, security features, APIs, databases, etc. &lt;/p&gt;

&lt;h2&gt;#4 Find a Liquidity Provider&lt;/h2&gt;

&lt;p&gt;The success and competitiveness of your exchange business will greatly depend on liquidity: how long it takes to exchange an asset for its money equivalent. As you know, customers will always choose an exchange with good liquidity that can offer a narrower spread.&lt;/p&gt;

&lt;h2&gt;#5 Take Care of Transparency &amp;amp; Security&lt;/h2&gt;

&lt;p&gt;The cryptocurrency market attracts not only new members, but also scammers. So, you should constantly improve the security of your app by various methods like two-factor authentication, cold and hot wallets, database encryption, etc.&lt;/p&gt;

&lt;h2&gt;#6 Test your Crypto Exchange&lt;/h2&gt;

&lt;p&gt;Now it's time to test your application. Note that the scope of testing should cover an assessment of overall system performance, functionality, speed, and security. Remember also to collect user feedback and make necessary improvements to ensure smooth operation and improve the UX.&lt;/p&gt;

&lt;h2&gt;#7 Ensure the Sustainability of Business Processes&lt;/h2&gt;

&lt;p&gt;In addition to preparing for the launch and gaining an initial customer base, you should implement processes that will improve user loyalty. For example, you can provide ongoing customer support and take care of your asset management strategy.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Read the &lt;a href="https://vironit.com/build-a-cryptocurrency-exchange-app/"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://vironit.com/build-a-cryptocurrency-exchange-app/"&gt;full article by VironIT&lt;/a&gt;&lt;/p&gt; to find out more examples, explanations, and development costs for the most popular cryptocurrency exchange apps like Binance Crypto.com and Coinbase.&lt;p&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Top Blockchain Development Companies</title>
      <dc:creator>VironIT Blog</dc:creator>
      <pubDate>Mon, 01 Apr 2019 11:38:13 +0000</pubDate>
      <link>https://dev.to/vironit/top-blockchain-development-companies-8lc</link>
      <guid>https://dev.to/vironit/top-blockchain-development-companies-8lc</guid>
      <description>&lt;p&gt;According to the Market Reports Center, the global blockchain market is anticipated to grow to over $60 billion by 2024 as more companies adopt distributed ledger technology and mass-use cases appear.  But finding blockchain developer companies is still a tricky thing.&lt;/p&gt; 

&lt;p&gt;If you get lost in blockchain developer companies ' variety, this listing will help you make the right choice and find blockchain developers. To discover the blockchain development company you would like, I wanted to dive in and come up with a new, refreshing list which contains the biggest players of blockchain development, design, application building and customization.&lt;/p&gt;

&lt;h2&gt;VironIT&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/L6Hsdhmbhb0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;VironIT company has become a Member of Blockchain Association. VironIT is a custom software development company with a primary focus on delivering end-to-end software development services. The company helps to gain an advantage before competitors bringing more transparency to business with the power of IBM Hyperledger, smart contracts and mobiles apps, integrated into blockchain. 
VironIT provides blockchain consulting, delivers proofs-of-concept and brings clarity and mutual understanding of this technology.&lt;/p&gt;

&lt;p&gt;VironIT is a member company of Belarus High Technology Park, a government-supported business environment for IT companies in Eastern Europe.&lt;/p&gt;


&lt;li&gt;Year founded: 2004;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company size: 100–250 employees;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Hourly rate: $25 — $49;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $5,000;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: 1 Bluxome St, office 205,San Francisco, USA, 55 Great Eastern St,
London, UK, 11 Kul’man St., Minsk, Belarus&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Mobile, web, and desktop applications. Blockchain, VR/AR, game development.&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts: +375 44 585 29 71, +1 877 797 0390, +44 203 695 2272;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;E-mail: &lt;a href="mailto:dev@vironit.com"&gt;dev@vironit.com&lt;/a&gt;, &lt;a href="mailto:info@vironit.com"&gt;info@vironit.com&lt;/a&gt;;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://vironit.com"&gt;https://vironit.com&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;

&lt;h2&gt;N-iX&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/XaxT_tKE1F4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;N-iX is a software development outsourcing provider with the main focus on data science, big data analytics, blockchain, BI, AI, cloud solutions, VR &amp;amp; AR and embedded software.&lt;/p&gt; 

&lt;p&gt;The company has experience in blockchain software development. It specializes in a diverse tech stack and major blockchain-related programming language. N-iX team builds custom blockchain solutions on Ethereum, Hyperledger Fabric, and R3 Corda. Its programmers are well-versed in smart contracts development using these major platforms.&lt;/p&gt;


&lt;li&gt;Founded: 2002&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 250–999 employees&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: Undisclosed&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. hourly rate: $25 - $49 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.n-ix.com/"&gt;https://www.n-ix.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Ukraine, Sweden, Poland, United States&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: dedicated development team, software product development, mobile application development, game development, OpenText, professional services, software QA &amp;amp; testing, technical support, game art production, SAP consulting.&lt;/li&gt;

&lt;h2&gt;LeewayHertz&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/qhvKtc6oJus"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;LeewayHertz is a custom software development company for startups and enterprises. The company develops, deploys and maintains digital technology products.&lt;/p&gt; 

&lt;p&gt;Focusing on Blockchain, AI, mobile apps, IoT and Cloud platforms, LeewayHertz builds end-to-end solutions for businesses. LeewayHertz has launched over 100+ digital platforms. LeewayHertz provides the following enterprise solutions:&lt;/p&gt;


&lt;li&gt;Blockchain applications — dApps&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Artificial intelligence enabled products&lt;/li&gt; &lt;br&gt;
&lt;li&gt;Mobile Apps: iOS, Android, cross-platform&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;SaaS solution development&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;IoT enabled apps&lt;/li&gt; &lt;br&gt;
&lt;li&gt;AR/VR solutions&lt;/li&gt;
&lt;br&gt;
&lt;br&gt;
&lt;li&gt;Founded:2007&lt;/li&gt; &lt;br&gt;
&lt;li&gt;Company Size:  50 - 249&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.leewayhertz.com/"&gt;https://www.leewayhertz.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: San Francisco, CA&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Blockchain, Custom Software Development, Artificial Intelligence&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: 877-811-8115&lt;/li&gt;


&lt;li&gt;ArcTouch&lt;/li&gt;
&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/41FTQXlV1EA"&gt;
&lt;/iframe&gt;


&lt;p&gt;ArcTouch is a mobile development company. The company builds software that powers the IoT, including custom iOS, Android, and Xamarin apps, as well as AI bots for conversational platforms like Amazon Alexa and Facebook Messenger.&lt;/p&gt;

&lt;p&gt;Its services include app strategy, design, engineering and lifecycle management, and can be tailored to meet specific business needs -- from defining strategy, to user experience &amp;amp; visual design, to engineering &amp;amp; testing, and optimization &amp;amp; growth.&lt;/p&gt;


&lt;li&gt;Founded: 2008&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 50–249 employees&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $25,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. hourly rate: $100 - $149 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://arctouch.com/"&gt;https://arctouch.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: US, Brazil.&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts:+1-415-944-2000, &lt;a href="mailto:hello@arctouch.com"&gt;hello@arctouch.com&lt;/a&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: strategy, design, engineering and support/maintenance.&lt;/li&gt;

&lt;h2&gt;Intellectsoft&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/2av_goSQVVo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Established in 2007, Intellectsoft is a software development company with a strong focus on emerging technology like Blockchain, Augmented Reality, Big Data, Internet of Things and Artificial Intelligence. Intellectsoft services include strategic IT consulting, team extension, bespoke product and app engineering, DevOps, testing and maintenance.&lt;/p&gt; 

&lt;p&gt;This USA based company is one of the newest and promising blockchain team. They are experts in cryptocurrency hard forks, KYC/AML compliance, smart contracts audit services, distributed applications and private/public blockchain development.&lt;/p&gt;


&lt;li&gt;Year founded: 2007;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company size: 250–1000 employees;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Hourly rate: $50 - $99;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $25,000;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: 721 Colorado Ave, Palo Alto, CA 94303, United States&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts: 650 300 4335, 47 21 08 18 50;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;E-mail: &lt;a href="mailto:info@intellectsoft.net"&gt;info@intellectsoft.net&lt;/a&gt;;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.intellectsoft.net"&gt;https://www.intellectsoft.net&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Mobile and custom software development, Blockchain.&lt;/li&gt;

&lt;h2&gt;Coinfabrik&lt;/h2&gt;
 

&lt;p&gt;Coinfabrik has more than 20 years of experience in developing and reviewing security applications. Since the emergence of Bitcoin they have also been very active in the cryptocurrency space, designing new cryptocurrency protocols and discovering many security vulnerabilities in blockchain technology. The services of this blockchain development company expand to assisting customers with defining product specifications, creating UI &amp;amp; UX designs, integrating applications, deploying hybrid cloud environment products, and providing QA services along with continuous support. The company offers a couple of core blockchain services, including smart contracts development and audit, as well as proof-of-existence (PoE) platforms, blockchain-based exchanges and wallets.&lt;/p&gt;


&lt;li&gt;Founded: 2014&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 10 - 49&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate:  $100 - $149 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.coinfabrik.com/"&gt;https://www.coinfabrik.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Buenos Aires, Argentina&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: UI &amp;amp; UX design, apps integration, QA, deploying the product to a hybrid cloud environment, support.&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: +541147780609&lt;/li&gt;

&lt;h2&gt;Concise Software&lt;/h2&gt;

&lt;p&gt;Concise Software is a Poland-based software development company which specializes in blockchain solutions, smart contracts, dApps, mobile &amp;amp; connected vehicles, web development &amp;amp; more.&lt;/p&gt;

&lt;p&gt;The company has experience in implementing blockchains, smart contracts, and simple automated decentralized apps based on Ethereum blockchain and other platforms. It offers cryptocurrency payments integration into e-commerce, secure cryptocurrency payment processors, dApps with smart contracts on Ethereum blockchain, Ethereum token systems and digital wallets.&lt;/p&gt;


&lt;li&gt;Founded: 2011&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 50 - 249&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size:  $5,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website:&lt;ul&gt; &lt;a href="https://concisesoftware.com/"&gt;https://concisesoftware.com/&lt;/a&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Rzeszów,  Poland,  Berlin, Germany&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Engineering, &amp;amp; development, Android, iOS, Blockchain, dApps, application development, Web Development, Connected vehicles, Automotive Infotainment Systems, IoT, User experience, Cloud consulting.&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:contact@concisesoftware.com"&gt;contact@concisesoftware.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Itransition&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5ZJGXwJFU0w"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Itransition provides custom multi-tenant cloud-based Software-as-a-Service solutions. It offers IT strategy and consulting, application development, product engineering, systems integration, quality assurance and testing, application management, maintenance and support, and development and operations support services. The company provides digital engagement solutions in the areas of customer experience and engagement, digital content, omnichannel commerce, personal productivity, and social technology; and digital enterprise solutions, including business process management, collaboration, big data and analytics, data management, infrastructure management, and business intelligence. Itransition is headquartered in Lakewood, Colorado with additional offices in United Kingdom and Belarus.&lt;/p&gt;


&lt;li&gt;Founded: 1998&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 250–999 employees&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. hourly rate: $25 - $49 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.itransition.com/"&gt;https://www.itransition.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: United States, United Kingdom, Belarus&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: technology consulting, software prototyping, custom software development, software product development, enterprise application integration, application security, virtualization management, software QA and testing, maintenance and support, dedicated development centers.&lt;/li&gt;

&lt;h2&gt;Unicsoft&lt;/h2&gt; 

&lt;p&gt;Unicsoft delivers software products, powered by Blockchain and AI technologies, for enterprises and fast-growing startups. The company analyzes customers’ goals and builds long-lasting relationships with companies in the United States, United Kingdom, Germany and Israel.&lt;/p&gt;

&lt;p&gt;Unicsoft focus on cutting-edge technologies such as Blockchain, Artificial Intelligence, Machine Learning and Data Science.&lt;/p&gt; 


&lt;li&gt;Founded: 2005&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 50 - 249&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $5,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://unicsoft.net/portfolio/#blockchain"&gt;https://unicsoft.net/portfolio/#blockchain&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Kiev, Ukraine&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Supply Chain management, Tokenisation, Wallets, Smart Contracts, Cryptocurrency, Hyperledger, Parity, Solidity, MultiChain, Ethereum, Geth&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:zaa@unicsoft.net"&gt;zaa@unicsoft.net&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Altoros&lt;/h2&gt; 

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/JUekGUgtaf4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Altoros is a 300+ people strong consultancy that helps organizations with a methodology, training, technology building blocks, and end-to-end solution development. The company turns cloud-native app development, customer analytics, blockchain, and artificial intelligence into products with a sustainable competitive advantage. Being a Silver Member of the Cloud Foundry Foundation, Altoros stands behind one of the largest Cloud Foundry deployments.&lt;/p&gt;

&lt;p&gt;Headquartered in Silicon Valley (Sunnyvale, California), Altoros has a sales office in Western Massachusetts, branch offices in Norway, Denmark, and UK, as well as software development centers in Eastern Europe (Minsk, Belarus) and South America (Buenos Aires / Santa Fe, Argentina).&lt;/p&gt; 


&lt;li&gt;Founded: 2001&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 250–999 employees&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: Undisclosed&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. hourly rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.altoros.com/"&gt;https://www.altoros.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: USA, Belarus, Argentina&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: cloud-native app development, customer analytics, blockchain, AI.&lt;/li&gt;

&lt;h2&gt;Oxagile&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/zsJIh3eCgcw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Oxagile is an internationally established outsourcing company with a primary focus on delivering end-to-end software development services across a range of verticals and business domains. One of the company’s core areas of expertise lies in developing custom video streaming, hybrid TV, OTT, IPTV and VoD solutions.&lt;/p&gt;

&lt;p&gt;Oxagile’s engineers are experienced in building products of any complexity. The company’s portfolio includes mission-critical web applications, cloud-based business process automation solutions, ERP systems, and enterprise-grade mobile apps for all the major platforms.&lt;/p&gt;


&lt;li&gt;Founded: 2005&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 50–249 employees&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: Undisclosed&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. hourly rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="http://www.oxagile.com"&gt;www.oxagile.com&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: USA, Belarus.UK&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: custom software development, software testing &amp;amp; QA services, web application development, software design &amp;amp; prototyping, mobile application development, IT consulting, application support &amp;amp; software maintenance, video software development.&lt;/li&gt;

&lt;h2&gt;Innovecs&lt;/h2&gt; 

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/9UA4_oHyYwk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Innovecs specializes in blockchain application development, distributed document management, money transfer solutions, loyalty programs, and enterprise cryptocurrency platforms. Innovecs expertise extends to business intelligence and Big Data, AI, QA automation, hybrid apps, and DevOps.&lt;/p&gt; 


&lt;li&gt;Founded: 2011&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 250 - 999&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $25,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $25 - $49 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://www.innovecs.com/"&gt;https://www.innovecs.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: New York, NY&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services:  mobile and web development, blockchain, ad tech technologies, animation and art asset creation&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:sales@innovecs.com"&gt;sales@innovecs.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Empirica&lt;/h2&gt;
 

&lt;p&gt;The Empirica software solutions range from a cryptocurrency algorithmic trading platform to crypto asset management to ICO investor portal. This blockchain company also uses the technology for arbitrage and other trading applications of cryptocurrencies.&lt;/p&gt;

&lt;p&gt;The company’s services include blockchain systems development, like multi-signature wallets and exchanges, ICO services and smart contracts on Ethereum. Empirica addresses a wide spectrum of financial categories where blockchain technology can be used, including trade finance, loans, equity post-trade processing, peer-to-peer (P2P) systems, automated compliance auditing, and more.&lt;/p&gt;


&lt;li&gt;Founded: 2010&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 10 - 49&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $100 - $149 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="http://empirica-software.com/"&gt;http://empirica-software.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt; &lt;br&gt;
&lt;li&gt;Offices: Wrocław, Poland&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Custom Software Development&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:piotr.stawinski@empirica-software.com"&gt;piotr.stawinski@empirica-software.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Kamtor&lt;/h2&gt; 

&lt;p&gt;Kamtor is a blockchain-focused development company which provides advanced solutions based on private and public blockchains such as Hyperledger, R3, EOS, Ethereum and others. This blockchain software development company offers solutions and services for various types of businesses.&lt;/p&gt; 


&lt;li&gt;Private blockchain&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Founded: 2017&lt;/li&gt; &lt;br&gt;
&lt;li&gt;Company Size: 50+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: -&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: -&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;a href="https://www.kamtor.com/"&gt;https://www.kamtor.com/&lt;/a&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Moscow, Russia&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Services for ICO,  Distributed Applications (DApps), Private Blockchains,Cloud, Augmented Reality, Mobile&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:sales@kamtor.com"&gt;sales@kamtor.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;10Clouds&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/9uzvilDqN58"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;10Clouds is a software development and design company. The company focuses on financial technology, online education and healthcare. This vendor has broad expertise in blockchain and has implemented several projects using this technology. It specializes in smart contacts development, Ethereum development and crowdsale.&lt;/p&gt; 

&lt;p&gt;Its software engineers built a Blockchain decentralized marketplace for Adshares. They developed a platform that connects advertisers and publishers and enables making deals using cryptocurrency. &lt;/p&gt;


&lt;li&gt;Founded: 2009&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 50 - 249&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://10clouds.com"&gt;https://10clouds.com&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Warsaw, Poland&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Web Development, Custom Software Development, Mobile App Development&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:hello@10clouds.com"&gt;hello@10clouds.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Leadweb&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/C4GYiYga9rM"&gt;
&lt;/iframe&gt;
 &lt;/p&gt;

&lt;p&gt;Established in 2012, Leadweb is a technology company focused on building B2B applications that require the latest technologies, specifically projects involving Blockchain, Artificial Intelligence, Big Data and Connected Objects (IoT).&lt;/p&gt;

&lt;p&gt;The team masters most major programming languages and frameworks such as React, Angular, Node, PHP, Python, Go, iOS (Swift) and Java (Android). Leadweb developers can work either on turn-key projects or integrate our clients teams directly on-site or from our offices in downtown Montreal.&lt;/p&gt;


&lt;li&gt;Founded: 2012&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size: 10 - 49&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size: $25,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate: $100 - $149 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://lead-web.com/#/"&gt;https://lead-web.com/#/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Montreal, Canada&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Blockchain, Artificial Intelligence, Big Data and Connected Objects (IoT)&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:info@lead-web.com"&gt;info@lead-web.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Appinventiv&lt;/h2&gt; 

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RYIZ6NIZi2Y"&gt;
&lt;/iframe&gt;
 &lt;/p&gt;

&lt;p&gt;Founded in 2014 in New York, Appinventiv provides a range of blockchain services to its customers. Some of their areas of excellence include initial coin offering, smart contract, cryptocurrencies, Bitcoin, Ethereum, tech audit and IoT in the blockchain.&lt;/p&gt;

&lt;p&gt;Appinventiv also provides valuable advice to startups who are thinking to raise an ICO. Its team of blockchain marketers, designers and developers know how to employ the tools to help you work in a decentralized ecosystem.&lt;/p&gt;


&lt;li&gt;Founded: 2014&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company Size:  250 - 999&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. Project Size:  $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Avg. Hourly Rate:  $25 - $49 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://appinventiv.com/"&gt;https://appinventiv.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Offices: Noida, India&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: Mobile Development, Wearable Development, IoT, iBeacon, Web Development &lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contact: &lt;a href="mailto:sales@appinventiv.com"&gt;sales@appinventiv.com&lt;/a&gt;
&lt;/li&gt;

&lt;h2&gt;Cubix&lt;/h2&gt; 

&lt;p&gt;Cubix is a full-cycle, mobile-first software development company, that helped Estee Lauder &amp;amp; Clinique, Swatch Group, Politico and dozens of startups develop their software.&lt;/p&gt;

&lt;p&gt;This experienced blockchain development company has a detailed understanding of cloud services, AI and IoT. Cubix development team builds decentralized applications on Corda, Ethereum, Hashgraph and Hyperledger.&lt;/p&gt;


&lt;li&gt;Year founded: 2008;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company size: 50–249 employees;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Hourly rate: $25 - $49;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $25,000;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Headquarters: 4th Floor, Suite# 456, 1875 K St NW, Washington, DC 20006, United States&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts: 866.978.2220&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;E-mail: &lt;a href="mailto:info@cubix.co"&gt;info@cubix.co&lt;/a&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website:&lt;ul&gt; &lt;a href="https://www.cubix.co/"&gt;https://www.cubix.co/&lt;/a&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: development, customization and integration of complex enterprise-level solutions, business intelligence analytics, advanced web and mobile solutions.&lt;/li&gt;

&lt;h2&gt;Neoteric&lt;/h2&gt; 

&lt;p&gt;Neoteric is a dynamic, innovative and highly driven enterprise, primarily active in the IT sector. The company combines Agile approach to projects with the best software engineering practices. Its team believes that crafting software is about understanding business needs and delivering software that brings profit. Neoteric focus on using cutting-edge technologies that are really up-to-date which pushes us to evolve our skills. The company has great experience in creating startup projects for investors, implementing complex process automation solutions and working with blockchain technologies.&lt;/p&gt;


&lt;li&gt;Founded: 2005;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company size: 50–249 employees;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Hourly rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $10,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Headquarters: Marynarki Polskiej 163, 80-868 Gdańsk, Poland&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts:  &lt;a href="mailto:info@cubix.co"&gt;info@cubix.co&lt;/a&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website:&lt;ul&gt; &lt;a href="https://neoteric.eu/services/#blockchain"&gt;https://neoteric.eu/services/#blockchain&lt;/a&gt;
&lt;/ul&gt;/li&amp;gt;
&lt;/li&gt;
&lt;li&gt;Services: Artificial Intelligence, Web Development, Custom Software Development.&lt;/li&gt;

&lt;h2&gt;IT Svit&lt;/h2&gt;

&lt;p&gt;IT Svit Company is a managed services provider with wide expertise in DevOps services, Big Data solutions, web development, QA automation and system administration. &lt;/p&gt;

&lt;p&gt;The company optimize IT infrastructure, cut IT maintenance budgets, shorten time-to-market for their projects and scale easily to meet clients business goals.&lt;/p&gt;


&lt;li&gt;Founded: 2005;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Company size: 50–249 employees;&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Hourly rate: $50 - $99 / hr&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Min. project size: $5,000+&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Headquarters: Kharkiv, Ukraine&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Contacts: 380.57.752.87.42&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;E-mail: &lt;a href="mailto:info@itsvit.org"&gt;info@itsvit.org&lt;/a&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Website: &lt;ul&gt;&lt;a href="https://itsvit.com/"&gt;https://itsvit.com/&lt;/a&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;Services: DevOps services, Big Data solutions, full-stack web development, QA automation and system administration.&lt;/li&gt;

&lt;p&gt;Almost every list I've read that aims to share information about the top blockchain development companies almost always includes Bitcoin and Ether. But finding the best blockchain developers still takes time and effort, more so if you plan that blockchain will be a big gear in your business. Although I hope this guide will help you find the right blockchain technology vendor to take your company to the next level.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Get started with variable fonts in CSS</title>
      <dc:creator>VironIT Blog</dc:creator>
      <pubDate>Mon, 25 Mar 2019 13:42:39 +0000</pubDate>
      <link>https://dev.to/techrocks/get-started-with-variable-fonts-in-css-10e8</link>
      <guid>https://dev.to/techrocks/get-started-with-variable-fonts-in-css-10e8</guid>
      <description>

&lt;p&gt;Variable fonts are a technology which enables many variations of a typeface to be incorporated into a single file, rather than having a separate font file for every width, weight or style. The font allows you to change saturation, proportions, contrast, size and animation. Variable fonts were introduced in 2016 in OpenType version 1.8. The technology was developed with the help of Apple, Microsoft, Adobe and Google companies.&lt;/p&gt;

&lt;p&gt;If you would like to see how font variation works,  play with OpenType Variable Fonts on the Lawrence Pinna website: http://www.axis-praxis.org/. Axis-Praxis website is conceived to demonstrate the capabilities of variable fonts in web browsers. Variable fonts are supported in Chrome v62+ on macOS, Windows and Linux, Safari 11 on macOS 10.13 High Sierra and iOS 11, and Microsoft Edge in the Windows Insider Preview edition of Windows 10 v1709.&lt;/p&gt;

&lt;p&gt;Note, Safari on macOS Sierra doesn't support variable fonts. You need to upgrade to the next version of the operating system or run the site in Chrome.
The ability to use one file for any number of outlines also allows for saving space. To connect a font with several outlines to the site (normal, light and bold), you need to include at least three files.&lt;/p&gt;

&lt;p&gt;In fact, for each style, you need to connect .ttf web font, .woff web font and a compact web font for IE .eot. For each style, the browser downloads a file, which of course affects the time the content is displayed.&lt;/p&gt;

&lt;p&gt;With variable fonts, only two files need to be included: .ttf and woff. The browser itself will select the appropriate file for it and download it. The number of server requests is reduced from 3 to 1. As a result, the text on site will appear faster.&lt;/p&gt;

&lt;p&gt;CSS4 supports font variations for the font-weight, font-stretch, font-style, font-optical-sizing properties.&lt;/p&gt;

&lt;p&gt;As I mentioned above, macOS Sierra in Safari doesn't support this technology, but macOS High Sierra already supports. So everything is great and you can start to deal with them.&lt;/p&gt;


</description>
      <category>fontscss</category>
    </item>
  </channel>
</rss>
