Posted On 10 December 2018 By MicroPyramid
Understanding new style of middleware in Django2.0, the difference between old-style & new-style. How to write custom middlewares in new-style and upgrading from old-style middleware.
Posted On 16 November 2018 By MicroPyramid
Salesforce gets its CRM updated for every release. Generally, Salesforce has three releases per year(spring, summer, winter). In this we are going to look into updates and features of summer '18 release notes.
Posted On 13 November 2018 By MicroPyramid
Deep Learning is a part of Machine Learning, it mimics the way our brains fundamentally work. We all know that our brain consists of billions of neurons interacting among themselves, although the interaction is simple at a fundamental level, it becomes complex when billions of them are interacting. Deep learning also uses the same concept to help machines learn.
Posted On 30 October 2018 By MicroPyramid
How to build and verify an application using aws codepipeline and creating custom events with lambda.
Posted On 26 October 2018 By MicroPyramid
Acceptance testing automation for django web and REST applications using a robot testing framework.
Posted On 12 October 2018 By MicroPyramid
In this blog we'll see how to use forms of different types reactive and template driven in your angular application.
Posted On 03 October 2018 By MicroPyramid
Choosing the best company for your software development needs is the most important step. This blog explains you tips to outsource custom software development services.
Posted On 29 September 2018 By MicroPyramid
Implementing Angular's AuthGuards to protect access to the client side routes
Posted On 08 September 2018 By MicroPyramid
React router is a React package which helps in navigation.
React router is divided to three packages: react-router, react-router-dom and react-router-native.
As we are building website we have to use react-router-dom.
Posted On 08 September 2018 By MicroPyramid
React Native is very similar to React, but one of the major difference is styling the components. For styling we use similar to CSS, is called Flexbox Layout. Mainly Flexbox purpose is to provide fixed layout on different screen sizes.