Kamis, 27 Agustus 2020

The CI/CD comparison

A Look at REST API Design Patterns, JVM Tuning Using jcmd, and Handling Conflict at a Distance
DZone

August 26, 2020 Weekly Digest

TeamCity vs. Jenkins: Picking The Right CI/CD Tool

With so many choices available for CI/CD tools, it's easy to get confused. Find out which CI CD tool is the right fit for you! Is it TeamCity Or Jenkins? Read 

Insert alt text here

A Look at REST API Design Patterns

In this article, we talk a bit about useful and intuitive design patterns in RestFul Webservice API architecture. Read

Insert alt text here

JVM Tuning Using jcmd

It's quite often that a Java application comes across multiple performance issues. We'll see how to use jcmd to better debug those issues. Read

 

Getting Started With Distributed SQL

In recent years, NoSQL distributed databases have become common, as they are built from the ground up to be distributed. Yet they force difficult design choices such as choosing availability over consistency, data integrity, and ease of query to meet their applications' need for scale. This Refcard serves as a reference to the key characteristics of distributed SQL databases and provides information on the benefits of these databases, as well as insights into query design and execution.

Free Download 

 

 AGILE

Handling Conflict at a Distance - by Dwight Kingdon

 AI

The Future of Jobs and AI - by Packt Expert Network

 BIG DATA

Why you Should and How to Archive your Kafka Data to Amazon S3 - by Stefan Bocutiu

 CLOUD

Evolution of K8s Worker Nodes-CRI-O - by A B Vijay Kumar

 DATABASE

Building a Database Written in Node.js From the Ground Up - by Margo McCabe

 DEVOPS

Here Are the Metrics you Need to Understand Operational Health - by Hannah Culver

 INTEGRATION

Build a Tic-Tac-Toe Game using MuleSoft's ObjectStore and ParseTemplate Connectors - by Sravan Lingam

 IOT

Top 5 IoT Security Challenges to Expect in 2020 - by Niranjan Limbachiya

 JAVA

The 101: Spring Boot and Angular Deployment - by Matt Raible

 MICROSERVICES

Microservices Security in Action - by Prabath Siriwardena

 OPEN SOURCE

Top 5 Free and Open Source Game Engines You Should Try - by Ranabir Chakraborty

 PERFORMANCE

Improve Uptime With Error Prevention and Awareness - by Neil Manvar

 SECURITY

Using Subdomain Takeovers to Attack SSO - by Vickie Li

 WEB DEV

A Better Way to Learn Python - by Manas Dash

Sabtu, 15 Agustus 2020

SQL vs. NoSQL in the age of big data

Plus: Continuous testing, secure data management, building better dashboards, and more! DZone Trend Reports and Guides provide expert thought leadership and survey insights into recent and future advancements in technology.
DZone

Free Trend Reports

DZone Trend Reports and Guides provide expert thought leadership and survey insights into recent and future advancements in technology.

 

The Database Evolution

Organizations are constantly working to build up their big data capabilities with hopes to compete in the modern economy. SQL and NoSQL database types were supposed to help organizations identify and make sense of hidden patterns in the data that businesses collected. How is the use of SQL and NoSQL databases evolving to support these efforts as businesses attempt to keep up in the big data era? This report explores the role of two popular database types SQL and NoSQL in big data initiatives over the next 6-12 months.

Download now

 

Cloud Database

Trends in cloud data storage continue to accelerate at a rapid pace. Now more than ever, organizations must evaluate their current and future data storage needs to find solutions that align with business goals. While cloud databases are relatively new to the scene, they show tremendous prospect in securing and managing data. This report highlights DZone's original research on cloud databases and contributions from the community, as well as introduces new offerings.

Download now

 

The Rise of Continuous Testing

Continuous testing isn't just about automation or CI/CD pipelines. CT involves testing throughout the SDLC – automating the appropriate tests, implementing the proper policies, and ensuring teams have effective test automation frameworks in place. This report includes key findings from our research and insightful, new content from DZone contributors that covers the importance of continuous testing in the SDLC, when and why to integrate test automation, and six types of automated testing frameworks.

Download now

 

Data and Analytics

Getting to a place where a dashboard can be effective for all end-users, regardless of their understanding of data manipulation and analysis, is easier said than done. To help you avoid common pitfalls, make the most out of your datasets, and create robust visualizations, we've sought the opinion of experts in the industry to share their knowledge on what it takes to up your data analytics toolset in 2020.

Download now

 

The State of CI/CD

The marriage of Development and Operations has proven a game-changer for high performing organizations. As a leading tactic in making this marriage work, organizations began to adopt the Continuous Integration and Continuous Delivery (CI/CD) model. This report will include original research, high-quality content from DZone's most reputable contributors, as well as a DZone-exclusive interview with Gene Kim, renowned author and DevOps thought leader.

Download now

 

Kubernetes and CI/CD

The rise of Kubernetes came at a fortuitous time for organizations grappling with DevOps transformations and enterprise-wide CI/CD optimization, and the once-groundbreaking tool is now commonplace across the CI/CD lifecycle. In light of the prominence and growing necessity of Kubernetes in any discussion of CI/CD processes, we examine the present and future state of both Kubernetes and CI/CD individually and together as cooperative and opposing entities.

Download now

 

Kubernetes in the Enterprise

The Kubernetes in the Enterprise Trend Report, the first to focus exclusively on K8s, features insights into developer preferences and work habits related to Kubernetes and containerization. Experts on K8s also dive into the benefits and challenges of integrating the Kubernetes ecosystem into the enterprise environment.

Download now

 

Cloud Native

Cloud-native is all about taking advantage of the cloud in every way possible. This results in faster, more efficient ways to run, develop, and deploy applications – every aspect of your application infrastructure has been adopted and implemented with the cloud in mind. In this report, we detail key findings from our original research and address how cloud native will add business value, the role of microservices in adopting cloud-native technology, and what business executives are saying about cloud-native.

Download now

 

Databases: Evolving Solutions and Toolsets

Software applications rely on databases to deliver data from an ever-increasing array of sources – securely, at scale, and in real time. From graph databases and specialized time-series databases to ensuring high performance and deploying across platforms, DZone's Guide to Databases dives into the technologies and best practices that help developers extract near-instantaneous insights from complex data.

Download now

 

Automated Testing: Facilitating Continuous Delivery

It's no surprise that more organizations are making the shift from manual to automated testing – or that they're incorporating testing earlier in the software development lifecycle. Automated testing is a significant step on the road to continuous delivery. Download this guide to learn when to implement test-driven development, how to automate mobile UI testing, how to use natural language processing to write automated tests in plain English, and much more.

Download now

 

By downloading the content in this email, you agree to allow the sponsor of this content to contact you by phone or email from time to time. You may withdraw your consent at any time by emailing privacy@dzone.com or through the sponsor's opt-out page.

 

Help | Manage Preferences

DZone, 600 Park Offices Dr, Research Triangle Park, NC 27709

© DZone 2020

Rabu, 12 Agustus 2020

The future is graph databases

Game of Microservices, Discovering Rust, and What Does a Project Manager Do on a Daily Basis? — The Ultimate Review
DZone

August 12, 2020 Weekly Digest

Moving Toward Smarter Data: Graph Databases and Machine Learning

A brief overview of database solutions, an introduction to using machine learning and graph databases, and real-world use cases for putting context back into your data. Read 

Insert alt text here

Game of Microservices

This article covers some fundamental aspects of microservices and some of their patterns, including SAGA based design patterns. Read

Insert alt text here

Discovering Rust

I like to read and practice different programming languages because they bring different visions and tools to solve problems. Today's article is about discovering Rust. Read

 

Getting Started With Distributed SQL

In recent years, NoSQL distributed databases have become common, as they are built from the ground up to be distributed. Yet they force difficult design choices such as choosing availability over consistency, data integrity, and ease of query to meet their applications' need for scale. This Refcard serves as a reference to the key characteristics of distributed SQL databases and provides information on the benefits of these databases, as well as insights into query design and execution.

Free Download 

 

 AGILE

What Does a Project Manager Do on a Daily Basis? — The Ultimate Review - by Momchil Koychev

 AI

OpenAI GPT-3: How It Works and Why It Matters - by Dana Kozubska

 BIG DATA

Kafka on Kubernetes, the Strimzi Way! (Part 4) - by Abhishek Gupta

 CLOUD

Kustomize Your Kubernetes Deployments - by Ralph Soika

 DATABASE

The Database Evolution and Approaches to Data Management - by Jeff Leinbach

 DEVOPS

Jenkins Pipeline Groovy script - Part 2 Add a User to a Gitlab Group - by Kalaiyarasi Durairaj

 INTEGRATION

5 Basic REST API Design Guidelines - by Guy Levin

 IOT

The MQTT Essentials Are Back - by Verena Hellinger

 JAVA

Refactoring Java 8 Code With Collector - by Suraj Muraleedharan

 MICROSERVICES

Microservice, Miniservice, and Macroservice - by Nitesh Gupta

 OPEN SOURCE

Unzip [Comic] - by Daniel Stori

 PERFORMANCE

CircleCI vs Jenkins: Choosing The Right CI/CD Tool - by Praveen Mishra

 SECURITY

API Security Weekly: Issue #95 - by Dmitry Sotnikov

 WEB DEV

A Break Down of HTTP Status Codes - by deji adesoga