Contribute to Firefox DevTools, become a better web developer

If you’re a web developer and you’re interested in open source projects and you commonly use browser devtools in your activities then you might want to read on. In this article, I’ll go over some of the things that make the Firefox DevTools open source project special, and how th … | Continue reading


@patrickbrosset.com | 9 years ago

Q&A: Mexico Energy Undersecretary Talks Low Oil Prices, Security Concerns

María De Lourdes Melgar Palacios discusses the nation's decision to allow foreign companies to invest in its energy sector. | Continue reading


@usnews.com | 9 years ago

HTR crowdsourcing platform launched

The HTR technology being developed for tranScriptorium offers a number of exciting possibilities when it comes to transcription, not least of which is when it comes to crowdsourcing. Based on our experience of running Transcribe Bentham – which crowdsources the transcription of t … | Continue reading


@transcriptorium.eu | 9 years ago

CSS vs. SVG: Shapes and Arbitrarily-Shaped UI Components

Continue reading


@sarasoueidan.com | 9 years ago

Q&A: California Gov. Brown Talks Global Warming, Election 2016

Jerry Brown, the man once known as 'Gov. Moonbeam,' has since become an unofficial ambassador on stopping climate change. | Continue reading


@usnews.com | 9 years ago

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT...

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT 2015TU Berlin participated as exhibitor at CeBIT Hannover (Germany), one of the world’s most important computer and technological trade... | Continue reading


@film265.tumblr.com | 9 years ago

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT...

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT 2015TU Berlin participated as exhibitor at CeBIT Hannover (Germany), one of the world’s most important computer and technological trade shows. The exhibition took place at the Hannover Messe from 16th to 20th March. TU … | Continue reading


@tumblr.com | 9 years ago

Initial Common Core Goals Unfulfilled as Results Trickle In

As Common Core test results come in, the goal of comparing student performance among states is unmet. | Continue reading


@usnews.com | 9 years ago

Struct Semantics in Swift

Continue reading


@chris.eidhof.nl | 9 years ago

Struct Semantics in Swift

Continue reading


@chris.eidhof.nl | 9 years ago

Simple data visualization stack with Docker, InfluxDB and Grafana

As a software engineer, I eventually need to collect metrics from my development environment to be graphed and measured. I found a very portable solution based on Docker containers, InfluxDB as time series store and Grafana as visualization tool. Let’s start by installing the Doc … | Continue reading


@davidanguita.name | 9 years ago

There is no Such Thing as Object-Relational Impedance Mismatch

Much of the ORM criticism of the last decade missed the point, being inaccurate. By the end of this article, we will conclude with the … | Continue reading


@blog.jooq.org | 9 years ago

http://angularjs.blogspot.de/2015/08/angular-1-and-angular-2-coexistence.html | Continue reading


@angularjs.blogspot.de | 9 years ago

POODNYC 2015 Scholarships have been awarded

Scholarships for the Oct 19-21 Practical Object-Oriented Design Course (POODNYC) in New York City have been awarded!  Winners are listed below, but before I introduce them I'd like to give an overview of the applicant pool and selection process. | Continue reading


@sandimetz.com | 9 years ago

How to call stored procedures in JPA - Part 2

Take your skills to the next level! The Persistence Hub is the place to be for every Java developer. It gives you access to all my premium video … | Continue reading


@thoughts-on-java.org | 9 years ago

How to call stored procedures in JPA

Take your skills to the next level! The Persistence Hub is the place to be for every Java developer. It gives you access to all my premium video … | Continue reading


@thoughts-on-java.org | 9 years ago

OSCON 2015: Impressions

I attended OSCON for the first time this year in Portland. | Continue reading


@darkcoding.net | 9 years ago

The future of layout with CSS Grid Layouts

In this article we'll take a look at the wonderful world of the CSS Grid Layout, a relatively new W3C specification that has partially started to see the light in some browsers. But before we dive into what this new CSS technique is all about and how to use it, let's quickly revi … | Continue reading


@patrickbrosset.com | 9 years ago

CSS vs SVG: Styling Checkboxes and Radio Buttons

Continue reading


@sarasoueidan.com | 9 years ago

BIO BASED INDUSTRIES JOINT UNDERTAKING

Identifier: H2020-BBI-PPP-2015-02Pillar: Societal ChallengesOpening Date: Deadline: Thu, 3 Dec 2015 17:00:00 (Brussels local time)Modification Date: Tue, 25 Aug 2015Latest information: The submission session is now available for: BBI.D7-2015(BBI-IA-DEMO), BBI.R10-2015(BBI-RIA), B … | Continue reading


@ec.europa.eu | 9 years ago

List of PHP resources

I recently came across awesome list of php resources that can be very handy. Have a look at the following and save it Dependency Management Libraries for dependency and package management. Composer/Packagist – A package and dependency manager. Composer Installers – A multi frame … | Continue reading


@awahid.net | 9 years ago

List of PHP resources

Continue reading


@awahid.net | 9 years ago

Doing Science On The Web

Continue reading


@infrequently.org | 9 years ago

Berlin Dispatch: Rogacki Forever

A few days ago I met a Berlin taxi driver named Zlatan who told me his favorite place to eat is ... | Continue reading


@taxigourmet.com | 9 years ago

Berlin Dispatch: Rogacki Forever

A few days ago I met a Berlin taxi driver named Zlatan who told me his favorite place to eat is Roga | Continue reading


@taxigourmet.com | 9 years ago

4 Sinatra inspired frameworks on the JVM that will boost your productivity

A lot of exciting things have happened on the JVM in the last couple of years. We've seen several interesting languages and frameworks come to life … | Continue reading


@deadcoderising.com | 9 years ago

Gradle 2.6 Release Notes

Gradle Release Notes The Gradle team is excited to announce Gradle 8.9. This release improves error and warning reporting for variant issues during … | Continue reading


@docs.gradle.org | 9 years ago

Anonymous Types in Java

Java allows casting to an intersection of types, e.g. (Number & Comparable)5. When combined with default methods on interfaces, it provides a way to … | Continue reading


@benjiweber.co.uk | 9 years ago

5 Reasons to Use Composition over Inheritance in Java and OOP - Example

If you have used Composition in favor of Inheritance you won't face this problem and your class would have been more robust, because you are not … | Continue reading


@javarevisited.blogspot.sg | 9 years ago

http://hannesdorfmann.com/android/adapter-delegates/ | Continue reading


@hannesdorfmann.com | 9 years ago

Spring Framework 4.2 goes GA

Dear Spring community, It's my pleasure to announce that Spring Framework 4.2 is now generally available from repo.spring.io as well as Maven Central! … | Continue reading


@spring.io | 9 years ago

How ButterKnife makes use of Java’s annotation processing capabilities, to help easily bind views to your Android activities http://lgvalle.xyz/2015/05/04/butterknife/ | Continue reading


@flipboard.com | 9 years ago

Java SE 8 Optional, a pragmatic approach

The Optional classs in Java 8 is a useful tool to help developers manage data. But advice on how to use it varies. This is my take on one good … | Continue reading


@blog.joda.org | 9 years ago

Building A Circular Navigation with CSS Clip Paths

Continue reading


@sarasoueidan.com | 9 years ago

Vegan Raspberry Bakewell Cake

A fluffy vegan almond sponge cake with fresh raspberries, jam and flaked almonds for a classic Bakewell flavour. | Continue reading


@wallflowerkitchen.com | 9 years ago

I should write a blog post

Wow, I haven’t written a post in a while. This one will need to be really good, then. Huh, my blog sure looks outdated. I can’t write a post with it looking like that. I need to update the design. How do I deploy this thing again? Oh, it’s a full-blown web application. All blogs … | Continue reading


@conroy.org | 9 years ago

WKWebView Communication Latency Revisited

Earlier this year I posted about WKWebView communication latency and how it’s not quite as good as UIWebView (when using WKScriptMessageHandler, the officially sanctioned mechanism). There have a been a few developments in this area, so an update seems warranted. Things appear to … | Continue reading


@blog.persistent.info | 9 years ago

Common Core Tests Can Come at Cost for Underprivileged Students

Common Core high school algebra exam shows sharper test score declines for some groups. | Continue reading


@usnews.com | 9 years ago

New York Dispatch: Connie’s Food Tips, Old and New

There aren't too many cabbies in this world who can pull off a purple fedora and "make a po... | Continue reading


@taxigourmet.com | 9 years ago

New York Dispatch: Connie’s Food Tips, Old and New

There aren't too many cabbies in this world who can pull off a purple fedora and | Continue reading


@taxigourmet.com | 9 years ago

What it’s like to live abroad: Experiences I made in Singapore

By recalling my experiences I made in Singapore, when I was there to do my Masters Thesis for six months, I want to encourage everybody to do the same. | Continue reading


@blog.aichriedler.de | 9 years ago

Slack bot for Phabricator Notifications

Setting up a slack bot for phabricator | Continue reading


@srijn.net | 9 years ago

Clean Sky 2 Call for Proposals 02

Identifier: H2020-CS2-CFP02-2015-01Pillar: Societal ChallengesOpening Date: Deadline: Wed, 18 Nov 2015 17:00:00 (Brussels local time)Modification Date: Tue, 4 Aug 2015Latest information: The submission session is now available for: JTI-CS2-2015-CFP02-AIR-01-08(CS2-IA), JTI-CS2-20 … | Continue reading


@ec.europa.eu | 9 years ago

GLAM content providers: Why EEXCESS could be a solution for you

Continue reading


@eexcess.eu | 9 years ago

Flashback: The Taxi Astrologer’s Masala Dosa

Sometimes the cab ride, and the conversation with the driver, is the most remarkable part of a taxi ... | Continue reading


@taxigourmet.com | 9 years ago

Flashback: The Taxi Astrologer’s Masala Dosa

Sometimes the cab ride, and the conversation with the driver, is the most remarkable part of a taxi | Continue reading


@taxigourmet.com | 9 years ago

Adding Keyboard Shortcuts to your React Apps

Using the Mousetrap library, you can add keyboard shortcuts to your React apps. | Continue reading


@blog.cassidoo.co | 9 years ago

USA Urlaub: Florida Road Trip – Ybor City, St. Petersburg, Treasure Island

Tag 7 Auf dem Weg von Orlando nach St. Petersburg im Westen liegt Tampa und der historische Stadtteil Ybor City, der für seine zahlreichen Zigarrenmanufakturen bekannt ist. Es hatte gerade aufgehört zu regnen als wir den Parkplatz erreichten, da sah ich auf dem Parkplatz des La T … | Continue reading


@my-azur.de | 9 years ago