Cristian Medina public
[search 0]
More
Download the App!
show episodes
 
Loading …
show series
 
Hash tables are data structures that map keys into values. Used in Python’s dicts, Go’s maps, Java’s HashMaps, and other places. However in databases, the default structure is almost always an ordered index, typically a B-Tree. Hash tables use a fast and repeatable hash function to assign each key a unique place in memory to store its values (somet…
  continue reading
 
As an expanding industry trend, architecting solutions with microservices is yet another swing of the proverbial hammer that intends to solve every possible software problem.But just like everything else in the real world, the reality of implementing this type of solution involves costs and trade-offs that you should be aware of. We explore them in…
  continue reading
 
Every website and application often delivers a number of assets as static content. Things like images, CSS or JavaScript, grow in number and total size as your site evolves. And along with them, you’ll also see a jump in load times and bandwidth requirements. Site performance is an important part of improving your search rankings, discoverability, …
  continue reading
 
Most developers are aware of the term “Search Engine Optimization”, and like me, have a vague understanding of what it actually means. For a long time I thought that this was more about the content of a website than how that site was created or built. In other words, I saw it as an issue for the folks over in the marketing or sales organizations, c…
  continue reading
 
Intellectual Property Law was created to foster innovation and competition. The concept has actually been around for centuries. Today, IP Law provides a way to protect coding innovations that may be novel or unique. It refers to ownership of intangible things, giving people and businesses property rights to the intellectual goods and innovation the…
  continue reading
 
The majority of enterprises are either running in a microservices environment or studying how to do so. The concept has been around for a while, but used a lot like an industry term that means different things to different people. We’ll try to define the concept and some of the terminology used along with it.…
  continue reading
 
Today, git is the standard for distributed version control. Services like GitHub and GitLab have made it very popular. But while many developers know the basics, a lot of us still think of it as magic and are unaware of the “power tools” that come with it. We’ll discuss a number of commands or command options that will help you be more productive.…
  continue reading
 
Loading …

Quick Reference Guide