http://stackoverflow.com/questions/3362669/what-are-the-known-ways-to-store-a-tree-structure-in-a-relational-db
Tags: #programming #database
Tags: #programming #database
Stack Overflow
What are the known ways to store a tree structure in a relational DB?
There is the "put a FK to your parent" method, i.e. each records points to it's parent.
Which is a hard for read actions but very easy to maintain.
And then there is a "directory structure key" me...
Which is a hard for read actions but very easy to maintain.
And then there is a "directory structure key" me...
https://blog.malwarebytes.com/threat-analysis/2016/07/unpacking-yet-another-net-crypter/
Tags: #programming #reversing #dotNET
Tags: #programming #reversing #dotNET
Malwarebytes Labs
Unpacking yet another .NET crypter
We look at one of the malicious executables recently delivered by RIG Exploit Kit that was packed in a .NET cryptor and includes similar features as one we found some time ago.
http://gameprogrammingpatterns.com/contents.html
"Game Programming Patterns is a collection of patterns I found in games that make code cleaner, easier to understand, and faster.
This is the book I wish I had when I started making games, and now I want you to have it."
Tags: #gamedev #programming
"Game Programming Patterns is a collection of patterns I found in games that make code cleaner, easier to understand, and faster.
This is the book I wish I had when I started making games, and now I want you to have it."
Tags: #gamedev #programming
Just a reminder: you can now send us the the links you think can be more interesting to the community, by using @TechBinderBot and it's /send command. Please note that we might not receive your message due to user and website blacklists. Thank you all for every contribution! 😉
https://techcrunch.com/2016/08/04/this-neural-network-tries-to-tell-if-youre-being-sarcastic-online/
Tags: #AI #machinelearning
Tags: #AI #machinelearning
TechCrunch
This neural network tries to tell if you're being sarcastic online | TechCrunch
One of the perils of text-based communication is the lack of cues that clearly signal irony being employed — no doubt we've all had our own mishaps behind this particular issue. Researchers from Portugal have had enough, though, and built a neural network…
http://bradfrost.com/blog/post/atomic-web-design/
"In searching for inspiration and parallels, I kept coming back to chemistry. Solid, liquid, gas, simple, complex, etc, are atomic units that bonded together, form molecules.
Similarly, interfaces are made up of smaller components. This means we can break entire interfaces down into fundamental..."
Tags: #webdesign
"In searching for inspiration and parallels, I kept coming back to chemistry. Solid, liquid, gas, simple, complex, etc, are atomic units that bonded together, form molecules.
Similarly, interfaces are made up of smaller components. This means we can break entire interfaces down into fundamental..."
Tags: #webdesign
Brad Frost
Atomic Design
Hey there! I wrote a book called Atomic Design that dives into this topic in more detail, which you can buy as an ebook.
We’re not designing pages, we’re designing systems of components.—Stephen Hay
As the craft of Web design continues to evolve,…
We’re not designing pages, we’re designing systems of components.—Stephen Hay
As the craft of Web design continues to evolve,…
https://medium.com/unboxd/how-i-built-an-app-with-500-000-users-in-5-days-on-a-100-server-77deeb238e83#.12dy89f3b
Tags: #scalability
Tags: #scalability
Medium
How I built an app with 500,000 users in 5 days on a $100 server
There seems to be a general consensus in the world of startups that you should build an MVP (minimum viable product) without caring too…
https://www.linkedin.com/pulse/nodejs-vs-java-which-faster-apis-owen-rubel
Tags: #programming #webdev #java #nodejs #performance
Tags: #programming #webdev #java #nodejs #performance
LinkedIn
Node.Js vs Java : Which is Faster for API's?
This is something that I love to debunk because there is alot of HYPE out there around the popular javascript engine Node.js.
https://securelist.com/analysis/quarterly-malware-reports/75513/kaspersky-ddos-intelligence-report-for-q2-2016/
Tags: #security #ddos #report
Tags: #security #ddos #report
Securelist
Kaspersky DDoS Intelligence Report for Q2 2016
In Q2 2016, the geography of DDoS attacks narrowed to 70 countries, with China accounting for 77.4% of attacks. In fact, 97.3% of the targeted resources were located in just 10 countries. The longest DDoS attack in the second quarter of 2016 lasted for 291…
http://bigocheatsheet.com/
"Space and time complexities of common algorithm"
Tags: #algorithm #complexity
"Space and time complexities of common algorithm"
Tags: #algorithm #complexity
https://technologyconversations.com/2013/12/20/test-driven-development-tdd-example-walkthrough/
Tags: #programming #testing #tdd #java
Tags: #programming #testing #tdd #java
Technology Conversations
Test Driven Development (TDD): Example Walkthrough
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test cas…