June 9, 2019 / by stw / Blockchain / 0 comments
Post Views: 648 The Blockchains for current business models that currently exist are not traditional models, neither the most innovative ones. They are somewhere in between, the evolution from being simple to super complex, from manual to digitized and from being location-centric to become globalized. But, like the traditional business models, the decision making is […]
Read more
Why is Java Script considered as the future?
August 9, 2019 / by stw / Javascript frameworks / 0 comments
Post Views: 744 Java Script is a light weight, object-oriented programming language with top built-in functions and is best known as a scripting language for webpages. But, it is also used in many non-browsing environments as well. Java Script is ruling the digital world today. Web pages, mobile apps, cloud services, IOT Devices – they […]
Read more
The Latest Addition to the Laravel Eco-system
July 15, 2019 / by stw / CMS, Web development / 0 comments
Post Views: 929 If you’ve been a user of Laravel, you must’ve surely heard about their latest offering. Nova is an administration panel for Laravel. This sleek and beautifully designed single-page application, built on the Vue.js platform and Tailwind, is highly customizable in a true Laravel fashion. Nova is a composer package, which can be […]
Read more
5 Things You Need to Know about Blockchain Security
July 1, 2019 / by stw / Blockchain / 0 comments
Post Views: 878 The blockchain was the most talked about topic in the past few months over the internet. Certainly, being a distributed ledger technology and having different security concepts, it was the most hyped and controversial topic in the RSA Conference, San Francisco in 2018. Enterprises are still skeptical about adopting blockchain as the technology for business because […]
Read more
How will the blockchain transform supply chain Industry?
June 19, 2019 / by stw / Blockchain / 0 comments
Post Views: 751 Blockchain transform supply chain Industry- The world of supply chain and logistics is made of two important aspects – transparency and traceability. Blockchain creates a secure, robust and reliable business and communication channel and optimizes the existing business networks and transactions. The blockchain is basically a shared ledger which gets validated and […]
Read more
Blockchains for current business models
June 9, 2019 / by stw / Blockchain / 0 comments
Post Views: 648 The Blockchains for current business models that currently exist are not traditional models, neither the most innovative ones. They are somewhere in between, the evolution from being simple to super complex, from manual to digitized and from being location-centric to become globalized. But, like the traditional business models, the decision making is […]
Read more
How does blockchain work: A beginner’s guide
May 18, 2019 / by stw / Blockchain / 0 comments
Post Views: 662 You might have heard the term Blockchain or bitcoin many times by now. Blockchain has actually come a long way from being a “term” or a buzzword to a complete technology with applications. The tale of digital currencies has swiped away the world by its feet. But, there is more to it. […]
Read more
React Native Installation iOS and Windows : Part 1
May 8, 2019 / by stw / Javascript frameworks, Reactnative / 0 comments
Post Views: 748 React Native Installation iOS and Windows : Part 1- We often need to list youtube video of a playlist and play it in Android and IOS App . Youtube easily provide data in xml by playlist id. Here I am going to explain how to parse video xml and play video using […]
Read more
Registering Component in React Native : Part 2
April 16, 2019 / by stw / Javascript frameworks, Reactnative / 0 comments
Post Views: 1,934 Registering component process in react native, open your project folder. In root you can see index.js and App.js . In older version files name are index.ios.js and index.android.js. But it does not matter if you are coding for android you can use index.android.js and if you are coding for IOS you can […]
Read more
Header Card Component in React Native : Part 3
April 6, 2019 / by stw / Javascript frameworks, Reactnative / 0 comments
Post Views: 1,123 Card component use to create Header in react native. Now we will create a common folder for common design component . By Using props and children props we will get data in these design component. Create new folder src in your project folder Now create a new folder common in src folder […]
Read more
Card Design with Props and Children : Part 4
March 15, 2019 / by stw / Javascript frameworks, Reactnative / 0 comments
Post Views: 581 Card Design is just like to create a boxes to hold Video Title, Video Image and Click button. By Adding some shades border by styling we will add a good design view for all listing. These are common component which we can use many places in app Now we will create Cards […]
Read more