Shape and move data to any tool
https://cribl.io/
Open link
Ellias Silva
Posted on
October 15, 2024
Topics:
Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
agile
ai
api
architecture
aws
career
celery
communication
concurrency
css
data
database
db
debug
design
design system
development
devops
django
docker
documentation
figma
frontend
git
html
javascript
js
leadership
management
metrics
ml
orm
performance
postgres
process
product
product design
python
react
redux
research
security
software
sql
sre
test
testing
tests
typescript
ui
ux
web
workflow
<p>Visual Inspector: A Chrome extension that enables non-programmers to seamlessly inspect paddings, margins, colors, shadows, text and download images, vectors, and fonts without having to deal with other complex dev tools. </p>
↗
https://chrome.google.com/webstore/detail/visual-inspector/efaejpgmekdkcngpbghnpcmbpbngoclc
Pedro Bacelar
Dec 23, 2019
Topics:
dev tools, extension, inspector
<p>WTF is this - Understanding the this keyword, call, apply, and bind in JavaScript </p>
↗
https://tylermcginnis.com/this-keyword-call-apply-bind-javascript/
Filipe Ximenes
Dec 23, 2019
Topics:
javascript
<p>Optimize queries executed by graphene-django automatically, using "select_related", "prefetch_related" and "only" methods of Django QuerySet </p>
↗
https://github.com/tfoxy/graphene-django-optimizer
Victor Ferraz
Dec 20, 2019
Topics:
<p>Hijacking Default Django 'Through' Tables: </p>
↗
https://typenil.com/hijacking-default-django-through-tables/
Flávio Juvenal
Dec 20, 2019
Topics:
django, migration, python
<p>The unseen performance costs of modern CSS-in-JS libraries in React apps </p>
↗
https://calendar.perfplanet.com/2019/the-unseen-performance-costs-of-css-in-js-in-react-apps/
João Lins
Dec 20, 2019
Topics:
css, css-in-js, react, styled-components
<p>Working with huge data sets in Django </p>
↗
https://blog.labdigital.nl/working-with-huge-data-sets-in-django-169453bca049
Filipe Ximenes
Dec 20, 2019
Topics:
database, django
<p>a thoughtful (and a bit controversial) reflection on the state of Agile Workflow </p>
↗
https://medium.com/columbus-egg/dear-agile-im-tired-of-pretending-d39ab6a12003
Aline Silveira
Dec 19, 2019
Topics:
agile, design, development, workflow
<p>django-hint helps you type django code so you can have model, querysets, requests and drf utilities type hints at hand </p>
↗
https://github.com/Vieolo/django-hint
Carlos Coelho
Dec 19, 2019
Topics:
django, typing
<p>nice website with okr examples for different areas of the company </p>
↗
https://okrexamples.co/
Rob Novelino
Dec 19, 2019
Topics:
<p>“In software, the greatest source of waste <em>is building the wrong thing</em>, period, not building the right thing slowly, not building the wrong thing slowly, just flat-out building things that add no value.” </p>
↗
https://medium.com/columbus-egg/agile-as-a-corollary-to-twymans-law-3ec547192ab2
Aline Silveira
Dec 19, 2019
Topics:
agile, design, development, strategy, workflow
<p>How to combine multiple indexes: </p>
↗
https://www.postgresql.org/docs/12/indexes-bitmap-scans.html
Lais Varejão
Dec 18, 2019
Topics:
postgres
<p>How tracking pixels work </p>
↗
https://jvns.ca/blog/how-tracking-pixels-work/
João Lins
Dec 18, 2019
Topics:
privacy, tracking
<p>Common mistakes that Django developers can make </p>
↗
https://medium.com/swlh/top-10-mistakes-that-django-developers-make-947a6285a5fe
Pamella Bezerra
Dec 18, 2019
Topics:
django
<p>Chrome 79 shows the call stack for requests #initiator</p>
↗
https://developers.google.com/web/updates/2019/10/devtools
João Lins
Dec 18, 2019
Topics:
chrome, development tools
<p>Use <code>git config diff.lfs.textconv cat</code> to render Git LFS files in diff! Issue: </p>
↗
https://github.com/git-lfs/git-lfs/issues/440
Flávio Juvenal
Dec 16, 2019
Topics:
git, lfs
<p>Comparing Python Clustering Algorithms </p>
↗
https://hdbscan.readthedocs.io/en/latest/comparing_clustering_algorithms.html
Flávio Juvenal
Dec 16, 2019
Topics:
clustering, data-science, ml, python
<p>Python Tips and Trick, You Haven't Already Seen, two nice blog posts with this theme: and </p>
↗
https://martinheinz.dev/blog/1
Flávio Juvenal
Dec 13, 2019
Topics:
python
<p>PEP 591 specifies a final decorator that intends to restrict subsclassing for those classes with the giving decorator as well as overriding methods with this annotation. It plays nicely with the @overload decorator, although a type checker such as mypy would require the @final decorator to be put last. As any typing implementation, it's not going to be enforced at runtime if no runtime type checker is being used. For more info, see </p>
↗
https://www.python.org/dev/peps/pep-0591/
Carlos Coelho
Dec 12, 2019
Topics:
python, typing
<p>8 great pytest plugins to consider using in your testing ecosystem </p>
↗
https://opensource.com/article/18/6/pytest-plugins
Carlos Coelho
Dec 12, 2019
Topics:
pytest
<p>Fairness indicators for machine learning systems: </p>
↗
https://ai.googleblog.com/2019/12/fairness-indicators-scalable.html
Rebeca Sarai
Dec 12, 2019
Topics:
fairness, machinelearning
<p>The official, opinionated, batteries-included toolset for efficient Redux development </p>
↗
https://redux-toolkit.js.org/
João Lins
Dec 11, 2019
Topics:
frontend, react, redux
<p>Should I use Promises or Async-Await: </p>
↗
https://medium.com/better-programming/should-i-use-promises-or-async-await-126ab5c98789
Joao Veras
Dec 11, 2019
Topics:
frontend, javascript
<p>Thinking in React Hooks - Visual guide to Hooks </p>
↗
https://wattenberger.com/blog/react-hooks
João Lins
Dec 11, 2019
Topics:
hooks, react
<p>the subtle differences between legibility and readability </p>
↗
https://creativepro.com/legibility-and-readability-whats-the-difference/
Aline Silveira
Dec 11, 2019
Topics:
design, typography, ui
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept