Time Management
Agile, GTD getting things done , deep work , zero inbox, being more efficient , scrum, sprints

Agile, GTD getting things done , deep work , zero inbox, being more efficient , scrum, sprints
In mathematics, an integral assigns numbers to functions in a way that can describe displacement, area, volume, and other concepts that arise by combining infinitesimal data. Integration is one of the two main operations of calculus; its inverse operation, differentiation, is the other.
Snowflake uses s3 in order to store the data and it has a layout on top of it in order to run all the computations that you need such as SQL in this episode we are going to scan quickly the architectural so do you get what snowflake is
We chat is actually in operation system that you can install sub applications be aware of the world with the GPS look outside with the camera pay get coupons interact with the people and set up appointments
When is the selection sort a better option than the merge sort
The steps and the stages you can take in order to create clear and clean SQL and comparing it to standard programming languages
Best practice for writing clean maintainable understandable human readable SQL.
DNS is just another high scale service we can learn from how it was designed for future high scale services architecture
The floating point number representation in computers is another data type but when should you be using or not, what are its advantages and limitations
Editors command line intellij visual studio vim bash zsh markdown wiki and looking what are the best practice tools for a programmer today
Here are 10 tips for productivity specifically for programmers from the top brilliant minds of productivity super experts
The differences between the basic sorting algorithms selection bubble and insertion there are delicate ones.
How do companies deal and how should they deal with detention between efficiency wounds and innovation do this collide and what can we do about it What do companies actually do about this tension. And the Netflix example from the recent Netflix CEO book.
BFS breadth first search is another building block algorithm. It's built from a queue and a visited marker array.
We all use java.util.Random let's see what a professor of mathematics who recently won $3m prize the largest one in math has to say about randomness.
The JSON data model and the relational databse and sql model
Building more complex graph algorithms based on the basic building blocks such as DFS and from there moving on to connected components shortest path traveling salesman
What are the smells for a bad design document, What makes a design document good, what should you include in it, what should you not include in it guidelines on writing top notch design documents for software engineers.
Rooted graphs, graphs, DAG, different ways of storing graphs bipartite graphs etc.
Machine learning offers a fantastically powerful toolkit for building useful complexprediction systems quickly. This paper argues it is dangerous to think ofthese quick wins as coming for free. Using the software engineering frameworkof technical debt, we find it is common to incur massive ongoing maintenancecosts in real-world ML systems. We explore several ML-specific risk factors toaccount for in system design. These include boundary erosion, entanglement,hidden feedback loops, undeclared con...
In statistical hypothesis testing, a result has statistical significance when it is very unlikely to have occurred given the null hypothesis.
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children.[2] Unlike other self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as discs. It is commonly used in databases and file systems....
Peter Naur (25 October 1928 – 3 January 2016)[1] was a Danish computer science pioneer and Turing award winner. He is best known as a contributor, with John Backus, to the Backus–Naur form (BNF) notation used in describing the syntax for most programming languages. He also contributed to creating the language ALGOL 60.
Fast development . Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times..
Vim is an extremely powerful editor. Not only you can use it from command line but also from IntelliJ, Visual Studio Code, and for actual command line manipulation.
ISO 8601 Data elements and interchange formats – Information interchange – Representation of dates and times is an international standard covering the exchange of date- and time-related data. It was issued by the International Organization for Standardization and was first published in 198
Should you invest time in using Vim for software development? What should you do with Vim? How do you search for files? What about syntax coloring? Loading files from history, autocomplete and more. As it turns out you don't need plugins for all this.
Why Google Stores Billions of lines of code in a single repository - this is a brief summary of a research paper published by google.
In a paper named Fixed it for you. Protocol repair using lineage graphs it is described how machine can autocorrect programming error.
The Bellman–Ford algorithm is an algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph.