Sat.Aug 04, 2018 - Fri.Aug 10, 2018

article thumbnail

App nutrition labels? Hackers disagree on software bill of materials

The Parallax

LAS VEGAS—Imagine if software came with a complete list of ingredients. And instead of revealing whether an app contains a digital equivalent of gluten or peanuts, this list would indicate whether it’s vulnerable to hackers. Call it a software bill of materials. Like complex dishes, modern apps, programs, and firmware heavily rely on a variety of ingredients, or pieces of software known as libraries potentially used for many purposes.

Security 157
article thumbnail

Embrace the Dark Side of API Gateways: Traffic Shadowing and Dark Launching

Daniel Bryant

You’ve probably bumped into the phrase “dark launching” when reading about software feature releases by the unicorn companies: Facebook, Google and Amazon etc. In fact, Facebook coined the term back in 2008 when describing the launch of their new chat feature , in which they deployed the code responsible for the new chat and sent requests to this service but did not show the results to end users.

Metrics 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

3 Reasons Why Version Control is a Must for Every DevOps Team

OverOps

Do you have any files on your computer called something like DocFinalFinalFinal1_2.pdf ? If you do, then you probably already understand the basic value of version control. By saving each version as a new “final” version, rather than overwriting the previous final version, you can not only distinguish between different versions of the same document, but ensure that previous versions aren’t lost forever.

DevOps 247
article thumbnail

IoT, AI, Blockchain: what does the future hold for mobile Healthcare

Apiumhub

As technological advancements continue to impact every sector of life, new tech advancements such as IoT , AI , and Blockchain have become a significant part of mobile healthcare too. Electronic patient databases, virtual hospitals, and ambulatory clinics are just some of the latest emerging trends in healthcare. After all, health is undoubtedly the most essential thing in life.

article thumbnail

Streamlining Database Compliance with CI/CD Integration

IT leaders know the importance of compliance at every level, but the database often gets left behind as other environments are automated for robust protection. This whitepaper emphasizes the importance of robust, auditable, and secure database change management practices for safeguarding organizational compliance. Learn how automating database compliance: Mitigates risk Protects against security vulnerabilities Helps avoid regulatory penalties Aligns database workflows with app lifecycle Turns d

article thumbnail

5 findings from O'Reilly's machine learning adoption survey companies should know

O'Reilly Media - Data

New survey results highlight the ways organizations are handling machine learning's move to the mainstream. As machine learning has become more widely adopted by businesses, O’Reilly set out to survey our audience to learn more about how companies approach this work. Do companies with more experience deploying machine learning in production use methods that differ significantly from organizations that are just beginning?

More Trending

article thumbnail

Why a matrix organisational structure will destroy your company

Evolution4all

The organisational structure is extremely important for the success of any business. In this blog post, I will explore how a matrix organisational structure built in the style of a matrix organisation can harm your company. Before I continue, I want to clarify that there are some businesses that can apply this organisational structure with success—Spotify, for example.

Company 250
article thumbnail

Introduction to Object Detection

Hacker Earth Developers Blog

Humans can easily detect and identify objects present in an image. The human visual system is fast and accurate and can perform complex tasks like identifying multiple objects and detect obstacles with little conscious thought. With the availability of large amounts of data, faster GPUs, and better algorithms, we can now easily train computers to detect and classify multiple objects within an image with high accuracy.

Windows 230
article thumbnail

Google’s ‘Security Princess’ calls for stronger collaboration

The Parallax

LAS VEGAS—”The blockchain is not going to solve all our problems,” Parisa Tabriz, Google’s head of security for the Chrome browser and leader of the Project Zero security vulnerability-hunting team , told an audience of more than 6,000 to kick off the Black Hat conference here. Tabriz, also known by the title printed on her business cards, “Security Princess,” argued that to protect consumers and solve the latest threats, members of the security industry need more than the latest technology.

Industry 162
article thumbnail

What’s the story about Agile Data

Agile Alliance

In this Agile2018 keynote, Troy Magennis helps people tell important stories in Agile using data in such a compelling way that the right action is taken.

Agile 166
article thumbnail

Peak Performance: Continuous Testing & Evaluation of LLM-Based Applications

Speaker: Aarushi Kansal, AI Leader & Author and Tony Karrer, Founder & CTO at Aggregage

Software leaders who are building applications based on Large Language Models (LLMs) often find it a challenge to achieve reliability. It’s no surprise given the non-deterministic nature of LLMs. To effectively create reliable LLM-based (often with RAG) applications, extensive testing and evaluation processes are crucial. This often ends up involving meticulous adjustments to prompts.

article thumbnail

Why Agile Portfolio Management is needed? 8 spectacular reasons…

Evolution4all

I have recently been talking with several organisation leaders about Why Agile Portfolio Management is crucial. It’s crucial to have a strategy in place to tackle this topic. Fifteen years have passed since I started working in different industries, which has given me a unique perspective on the various angles of different organisations. My first job was as a software engineer.

Agile 160
article thumbnail

What Bulldozer Parents are Doing to Our Gen Z Workforce

Let's Grow Leaders

I’ll be honest. I didn’t even know bulldozer parents were a thing until Friday night. When did helicopter parents become bulldozer parents? Are they really bulldozing at work? I had to Google the whole “bulldozer parents” thing after having dinner with some HR execs […]. The post What Bulldozer Parents are Doing to Our Gen Z Workforce appeared first on Let's Grow Leaders.

154
154
article thumbnail

Business Management Lessons from a San Francisco Bus Driver

General Leadership

“Finding a good bus driver can be as important as finding a good musician.” Reba McEntire. If you’ve ever been to Pacific Heights area of San Francisco, California, you know the charm of Fillmore Street. This boutique chic, street is quintessentially SF trendy and has been for decades. If you know the street, you know Blue Bottle Coffee on the corner of Fillmore and Jackson.

article thumbnail

The Future of Work & Healthy Teams (that might not be agile)

Agile Alliance

In this Agile 2018 Keynote, Dominic Price Dom talks through his experience in helping Atlassian scale over the last 5 years (what worked, and what didn't!).

Agile 114
article thumbnail

Top 5 Challenges in Designing a Data Warehouse for Multi-Tenant Analytics

Multi-tenant architecture allows software vendors to realize tremendous efficiencies by maintaining a single application stack instead of separate database instances while meeting data privacy needs. When you use a data warehouse to power your multi-tenant analytics, the proper approach is vital. Multi-tenant analytics is NOT the primary use case with traditional data warehouses, causing data security challenges.

article thumbnail

Python Speech Recognition Using Google Speech API

The Crazy Programmer

In this tutorial you will learn about python speech recognition. There are plenty of options available for this. But Google Speech API is best among all of them. So in this article we are going to see how we can implement Google Speech API in Python. Required Installation Files. 1. Install PyAudio. PyAudio provides Python bindings for Port Audio, the cross-platform audio I/O library.

article thumbnail

Coworker Conflict: 7 Ways to Get Along with Other High Performers

Let's Grow Leaders

You’re passionate about your work and you’re nailing your role. You’re working hard and your results are on fire. And then in the middle of an otherwise raving performance review, your boss brings up the conflict you continue to have with another […]. The post Coworker Conflict: 7 Ways to Get Along with Other High Performers appeared first on Let's Grow Leaders.

article thumbnail

Creating a Secure REST API in Node.js

Toptal

As patterns go, REST APIs are so useful and ubiquitous that every web developer, regardless of language or platform, should know how to build one. In this article, Toptal Freelance JavaScript Developer Marcos Henrique da Silva shows how to create a simple and secure REST API for user management on Node.js.

article thumbnail

Agile Myth: “Agile Means No Planning and No Documentation”

SCRUMstudy

It is widely known in the software development industry that Agile values “working software” over “extensive documentation.” This leads to the common misconception that Agile does not believe in documentation. It is true that documentation in Agile does not always mean typing code descriptions or lengthy time consuming information that may come in handy sometime in the future.

Agile 106
article thumbnail

7 Pitfalls for Apache Cassandra in Production

Apache Cassandra is an open-source distributed database that boasts an architecture that delivers high scalability, near 100% availability, and powerful read-and-write performance required for many data-heavy use cases. However, many developers and administrators who are new to this NoSQL database often encounter several challenges that can impact its performance.

article thumbnail

Make Way for Cobots

CTOvision

Czech writer Karel ?apek first coined the term ‘Robot’ in his 1920 play R.U.R. about a dystopian future in which artificial, manufactured “roboti” act human-like and perform tasks in servitude to their human masters, only to later to form a rebellion that leads to the extension of the human race. Many of the visions and […].

article thumbnail

Support magic with Z-Ray

Zend

Z-Ray is a must-have for every PHP developer, providing immediate app execution insight. Discover what makes Z-Ray a powerful support tool. The post Support magic with Z-Ray appeared first on The Zend Blog.

PHP 89
article thumbnail

Developing a Bioinformatics Database for Disulfide Bonds Research

Toptal

The Protein Data Bank (PDB) bioinformatics database is the world's largest repository of experimentally-determined structures of proteins, nucleic acids, and complex assemblies. All data is gathered using experimental methods such as X-ray, spectroscopy, crystallography, NMR, etc. This article explains how to extract, filter, and clean data from the PDB to make it suitable for further analysis.

Research 102
article thumbnail

3 Roadblocks Women Business Leaders Faced to Reach Success

Women on Business

We've Moved! Update your Reader Now. This feed has moved to: [link] If you haven't already done so, update your reader now with this changed subscription address to get your latest updates from us. [link].

85
article thumbnail

Entity Resolution Checklist: What to Consider When Evaluating Options

Are you trying to decide which entity resolution capabilities you need? It can be confusing to determine which features are most important for your project. And sometimes key features are overlooked. Get the Entity Resolution Evaluation Checklist to make sure you’ve thought of everything to make your project a success! The list was created by Senzing’s team of leading entity resolution experts, based on their real-world experience.

article thumbnail

Ethical Concerns of AI

CTOvision

Artificial Intelligence is seen by many as a great transformative tech and the possibilities seem almost limitless to what it can eventually do. Will AI systems one day drive us around? Do our laundry? Mow our lawn? Raise our kids? Fight wars? Kill humans?

article thumbnail

How to Play Office Politics Without Being Sleazy

Change Starts Here

I’ve never seen an organization that doesn’t have some office politics at work, have you? What do I mean by office politics? The phrase comes from activities that occur in government politics, usually associated with trading favors and support for votes on legislation. Politics get a bad name because of the bribery and corruption that […].

How To 67
article thumbnail

How to Use Powerful Gestalt Principles in Design [Infographic]

Toptal

Gestalt’s guiding principle, that our minds tend to perceive objects as part of a greater whole, is a very useful and powerful design technique [includes infographic].

How To 101
article thumbnail

How a Mentor Can Take Your Business to the Next Level

Women on Business

We've Moved! Update your Reader Now. This feed has moved to: [link] If you haven't already done so, update your reader now with this changed subscription address to get your latest updates from us. [link].

75
article thumbnail

Reimagined: Building Products with Generative AI

“Reimagined: Building Products with Generative AI” is an extensive guide for integrating generative AI into product strategy and careers featuring over 150 real-world examples, 30 case studies, and 20+ frameworks, and endorsed by over 20 leading AI and product executives, inventors, entrepreneurs, and researchers.

article thumbnail

What is the Digitization Gap and How Can We Manage It?

CTOvision

It is no secret that organizations across verticals are rushing to adopt the cloud in various capacities in accordance with their digital transformation initiatives. Businesses and consumers now require fast, dynamic access to data from any device – and the cloud and cloud-based services offer these capabilities in a way that data centers cannot. As […].

article thumbnail

Agile 2018 – Linear Scalability of Teams: The Holy Grail of Agile Project Management

scruminc

Scrum@Scale is a sponsor of Agile 2018. I am signing books and taking photos at our booth. At 2pm on Monday, I presented "Linear Scalability of Teams: The Holy Grail of Agile Project Management." A link to the slides is below. Agile 2018 S@S. A minimum viable bureaucracy is essential to doubling production when doubling the number of teams or getting twice the work in half the time with your current teams.

article thumbnail

The Best Design Books and eBooks Every Designer Should Read

Toptal

Designers can brush up on solid fundamentals and be inspired by innovative new ideas by reading the great books and free ebooks about design and creativity on this list.

eBook 100