https://hackernoon.com/10-react-mini-patterns-c1da92f068c5#.88r5yrqeg
Tags: #Javascript #React #webdev
Sent us by @pmkary
Tags: #Javascript #React #webdev
Sent us by @pmkary
Hackernoon
HackerNoon - read, write and learn about any technology
How hackers start their afternoon. HackerNoon is a free platform with 25k+ contributing writers. 100M+ humans have visited HackerNoon to learn about technology.
https://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html
"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."
Tags: #php #webdev #programming #C
"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."
Tags: #php #webdev #programming #C
https://blog.risingstack.com/end-to-end-testing-with-nightwatch-js-node-js-at-scale/
Tags: #testing #NodeJS #webdev
Tags: #testing #NodeJS #webdev
RisingStack Engineering
Node.js End-to-End Testing with Nightwatch.js - RisingStack Engineering
In this article, we are going to take a look at how you can do Node.js end-to-end testing using Nightwatch.js
https://github.com/arialdomartini/Back-End-Developer-Interview-Questions
Tags: #webdev #database #programming #interview
Tags: #webdev #database #programming #interview
GitHub
GitHub - arialdomartini/Back-End-Developer-Interview-Questions: A list of back-end related questions you can be inspired from to…
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore - arialdomartini/Back-End-Developer-Interview-Questions
http://gameprogrammingpatterns.com/data-locality.html
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
https://www.linkedin.com/pulse/10-must-know-algorithms-data-structures-software-pablo-g-cisneros
"A list of algorithms and data structures a software engineer must know."
Tags: #algorithms #programming
"A list of algorithms and data structures a software engineer must know."
Tags: #algorithms #programming
https://9to5google.com/2017/04/11/google-now-lets-you-submit-urls-for-indexing-directly-from-search-results/
Tags: #Google #SEO #webdev
Tags: #Google #SEO #webdev
9to5Google
Google now lets you submit URLs for indexing directly from search results
So this is nifty. Google is constantly adding actionable interfaces to its search results, and the latest addition (via SearchEngineLand) saves you a couple clicks for a common action: suggesting a…
https://www.bloomberg.com/news/articles/2017-03-14/google-ceo-schmidt-flags-promise-of-new-goodenough-battery
Tags: #technology
Tags: #technology
Bloomberg
Google's Schmidt Flags Promise in New Goodenough Battery
The 94-year-old creator of the lithium-ion battery has invented another breakthrough storage device that’s capturing the attention of industry heavyweights.
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array
Tags: #programming #architecture
Tags: #programming #architecture
Stack Overflow
Why is processing a sorted array faster than processing an unsorted array?
In this C++ code, sorting the data (before the timed region) makes the primary loop ~6x faster:
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// Gene...
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// Gene...