You are trying to break the software, testing each and every corner case to find bugs to add to your bucket. Once development is complete and your build is deployed, you start testing to find potential issues. After you find bugs you try to add enough information on the defect report to show that the … continue reading
After announcing its vision last year to bring Progressive Web Apps (PWAs) to Windows 10, Microsoft is starting to preview PWAs and has outlined its roadmap to bring PWAs to the Microsoft Store. “PWAs are web apps that are enhanced with modern web technologies such as Service Worker, Fetch networking, Cache API, Push notifications, and … continue reading
The Twelve-Factor app is a methodology for apps that use declarative formats, have a clean contract, are suitable for modern cloud platforms, minimize divergence, and can scale up without significant changes. According to IBM’s Daniel Berg, the 12 factors are directly related to the same principles for developing apps with the microservices architecture. The Twelve-Factor … continue reading
An easier way to approach microservices is through the notion of miniservices, according to Ross Garrett, technology evangelist at Cloud Elements. A miniservice takes the pragmatic approach to microservices, but enables users to take a simpler integration technique between services without having to learn new integration patterns. “The purist notion of a microservice follows a … continue reading
Pluralsight and Stack Overflow have announced a new partnership that will provide developers with the necessary tools to grow their skills, share knowledge, and build successful careers. Developers will be able to display their Pluralsight IQ — which can be obtained by taking a short, 20 minute quiz — right on their Stack Overflow Developer … continue reading
Mozilla is announcing a new solution designed to enable anyone to build their own gateway for the Internet of Things. Things Gateway is a part of the company’s experimental framework Project Things. Project Things is an open framework focused on security, privacy and interoperability for IoT. “Last year, we said that Mozilla is working to … continue reading
By now, the benefits of microservices have been well established. Reliability. Scalability. Productivity. What you don’t hear about are the tradeoffs, challenges and complexities it takes to transition from a monolith to a microservice. All of these smaller components in a microservice may make it easier to develop software, but instead of only having one … continue reading
CloudBees is strengthening its position in the continuous integration and continuous delivery space with the acquisition of Codeship. Codeship is a SaaS-based CD platform for automated, cloud-based software delivery. “This is the most impactful acquisition in CloudBees’ history,” said Sacha Labourey, CEO and co-founder of CloudBees. “We’ve been leading the continuous delivery and DevOps industry … continue reading
“Create, connect and share respect: better Internet starts with you.” This is the theme for this year’s Safer Internet Day as it focuses on the safety and positive use of technology. The day serves as a way to reflect on current issues in society regarding cyberbullying, the need to fight ‘fake news,’ and getting health … continue reading
The Android team has announced a preview of Android KTX. Android KTX is a set of extensions designed to improve the process of writing Kotlin code for Android. It does this by providing an API layer on top of the Android framework and Support Library. Android KTX will enable developers to convert strings to URIs … continue reading
Appdome has announced a new security protection solution as part of its Mobile Security Suite at DeveloperWeek in Oakland, Cali. ONE-SHIELD is designed to deliver next-generation protection to any mobile app. The solution combines the company’s previous app features with new technologies such as TOTALCode Obfuscation, encrypted strings and preferences. The solution also features include mobile … continue reading
Since its creation, the agile software development methodology has been increasing in popularity. With its almost universal use, agile has now become less of a different and new methodology and more just the way developers operate. In other words, it is now standard practice for most teams to be using agile. With that in mind, … continue reading
Developers rely on software platforms to deliver high-quality software, but find platform providers aren’t doing a good enough job in helping them do so. Accenture’s 2018 Developer Ecosystem Survey found a majority of developers believe there are gaps in a provider’s ability to meet their needs. “While the industry is aware of the critical importance … continue reading
It has been announced that Cloud Storage for Firebase is now officially supported by AngularFire, which is the official Angular library for Firebase. Cloud Storage for Firebase allows users to upload and download binary files from a web browser. AngularFire allows developers to easily manage a Cloud Storage bucket without having to write a single … continue reading