Code review of React.js project. | Continue reading
Price optimization for map at high scales. | Continue reading
On first glance, Entity Relationship Diagrams may look like a spaghetti mess. This post hopes to demystify how they fit together with Sonic the Hedgehog | Continue reading
A new kind of link, reflinks, offers a new way to deal with large datasets like are used in machine learning projects. | Continue reading
Time for #DevDiscuss! Tonight's topic: CSS can do that? Let's start with s... | Continue reading
In the previous post we saw how to build a single-node Docker Swarm running VASma... | Continue reading
React hooks simplify the process of creating reusable, clean and versatile code, and advanced optimization techniques like memoization are now more accessible and easier to use. React’s official documentation doesn’t cover custom hooks in detail as it covers the basic hooks, so t … | Continue reading
Rule #1, never trust the client. | Continue reading
In this post, I will be showing a simple example of object recognition in images ... | Continue reading
Learn how to create a Visual Studio Code Extension Pack to make your own life easier | Continue reading
An opinionated piece by CTO for tech stack in B2B startups | Continue reading
Using Golang as a scripting language | Continue reading
Hi dev community! 🙋♂️I want to share with you an Android app that I create... | Continue reading
How to Make Your Site Talk the Talk | Continue reading
Some time ago I talked with a co-worker about his internal project. He was the ow... | Continue reading
Learn how to reduce your application memory consumption with new Ruby distribution. | Continue reading
Recently I used the yum-config-manager program from the yum-utils package to add ... | Continue reading
Is there a common ground between CSS-in-JS and plain CSS? | Continue reading
Improving performance in serverless functions using WebAssembly. Use C, C++ or Rust code compiled to Wasm modules from Node.js serverless functions. | Continue reading
How to Reduce Your Vue.JS Bundle Size With Webpack | Continue reading
This shows how you can create a CRUD API in GraphQL and host it in a Serverless function | Continue reading
Deep dive into how 2FA codes work under the hood and how we can make our own in javascript | Continue reading
An easy way to implementation the chain of responsibility with the use of builder pattern | Continue reading