Sat.Jan 12, 2019 - Fri.Jan 18, 2019

article thumbnail

How To Connect To Your MongoDB Deployments Using Robo 3T GUI

Scalegrid

Robo 3T (formerly Robomongo) is a popular desktop graphical user interface (GUI) for your MongoDB hosting deployments that allows you to interact with your data through visual indicators instead of a text-based interface. This open source tool has cross-platform support and actually embeds the mongo shell within its interface to provide both shell and GUI-based interaction.

Database 178
article thumbnail

Stuff The Internet Says On Scalability For January 18th, 2019

High Scalability

Sorry, Stuff The Internet Says On Scalability has been called on the account of wind, rain, power outages and general mayhem. We're all safe, but it's hard to write a post using stone knives and bear skins. See you next week. Lots of rain fell over the last 48 hours, but how much? Here is a preliminary look. For a more detailed list go here: [link] #cawx #AtmosphericRiver pic.twitter.com/DjCIH1E9fn.

Internet 132
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Query A GraphQL API With Vue.js And Axios

The Polyglot Developer

I’ve written quite a bit of content around developing a GraphQL API with various programming technologies such as Node.js, Golang, and Java. Heck, I even wrote an eBook on the subject titled, Web Services for the JavaScript Developer. However, I haven’t really produced any content around interacting with those APIs using modern frameworks and client facing technologies, only cURL and Postman.

Java 83
article thumbnail

How Improving Website Performance Can Help Save The Planet

Smashing Magazine

How Improving Website Performance Can Help Save The Planet. How Improving Website Performance Can Help Save The Planet. Jack Lenox. 2019-01-15T13:30:32+01:00. 2019-04-29T18:34:58+00:00. You may not think about it often, but the Internet uses a colossal amount of electricity. This electricity needs to be produced somewhere. In most countries, this means the burning of fossil fuels.

article thumbnail

Aarhus Engineering Internship: Building Aggregation Support for YQL, Uber’s Graph Query Language for Grail

Uber Engineering

Lau Skorstengaard is a Ph.D. student at Aarhus University who pursued a 2018 internship with Uber Engineering’s Aarhus, Denmark office. In this article, Lau discusses his path to Uber and the technical challenges faced while building his internship project as … The post Aarhus Engineering Internship: Building Aggregation Support for YQL, Uber’s Graph Query Language for Grail appeared first on Uber Engineering Blog.

article thumbnail

What Are Client Hints and Are They Worth Implementing

KeyCDN

The concept of responsive web design has been around for a while, but all of the kinks have yet to be ironed out. The exponential proliferation of connected devices with varying software and technical capabilities has made it more and more difficult to cater web content to every single user. Furthermore, trying to accommodate everyone often leads to cluttered markup that negatively impacts performance.

Servers 67
article thumbnail

An Introduction To MongoDB Replication

Percona Community

MongoDB® is database software that stores data in the same format as JSON. The data structure of the database can be changed when required. The performance of the database is good and developers can easily use to it to connect their code to the database. The database, MongoDB is platform independent and runs in the same way on all platforms. It is an open source database and is based on a document-oriented database model.

More Trending

article thumbnail

Using Parallel Query with Amazon Aurora for MySQL

Percona

Parallel query execution is my favorite, non-existent , feature in MySQL. In all versions of MySQL – at least at the time of writing – when you run a single query it will run in one thread, effectively utilizing one CPU core only. Multiple queries run at the same time will be using different threads and will utilize more than one CPU core. On multi-core machines – which is the majority of the hardware nowadays – and in the cloud, we have multiple cores available for use.

Cache 47
article thumbnail

How to test Desktop Apps and Games?

QAMentor

Game testing is one of the most interesting testing areas, and somewhere that you can find a lot of software testing companies. On the Internet these software testing companies offer game testing services for the various genres of games for different consoles and platforms like XBox, Playstation, Nintendo Wii and PC platforms mobile, web and … The post How to test Desktop Apps and Games?

Games 45
article thumbnail

Finding Compiler Bugs With C-Reduce

O'Reilly Software

Support for a long awaited GNU C extension, asm goto, is in the midst of landing in Clang and LLVM. We want to make sure that we release a high quality implementation, so it’s important to test the new patches on real code and not just small test cases. When we hit compiler bugs in large source files, it can be tricky to find exactly what part of potentially large translation units are problematic.

C++ 40
article thumbnail

Finding compiler bugs with C-Reduce

Nick Desaulniers

Support for a long awaited GNU C extension, asm goto , is in the midst of landing in Clang and LLVM. We want to make sure that we release a high quality implementation, so it’s important to test the new patches on real code and not just small test cases. When we hit compiler bugs in large source files, it can be tricky to find exactly what part of potentially large translation units are problematic.

C++ 40
article thumbnail

Should You Use ClickHouse as a Main Operational Database?

Percona

First of all, this post is not a recommendation but more like a “what if” story. What if we use ClickHouse (which is a columnar analytical database) as our main datastore? Well, typically, an analytical database is not a replacement for a transactional or key/value datastore. However, ClickHouse is super efficient for timeseries and provides “sharding” out of the box (scalability beyond one node).

article thumbnail

Digital Transformation and Company Culture: 3 ways CIOs are reinventing the workplace

Apica

When it comes to digitally transforming the workplace, companies are struggling to see the bigger picture. In order for an Read More. The post Digital Transformation and Company Culture: 3 ways CIOs are reinventing the workplace appeared first on Apica.

Cloud 40
article thumbnail

Perform Different Text Animations With jQuery

The Polyglot Developer

When it comes to my name, there is often a lot of confusion. On social media sites such as Twitter , GitHub , and similar, I often go by nraboy which is the first character of my first name (Nic) followed by my last name (Raboy). When people see that, they often think of The National Rifle Association (NRA), which is obviously unrelated to what I’m trying to present myself as.