The 1 Hour per Year Bug (But Only in Pacific Time!)
https://tomeraberba.ch/the-1-hour-per-year-bug?ref=dailydev
Open link
Ricardo Morato Rocha
Posted on
September 11, 2024
Topics:
Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
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>Good article that overviews the usage of natural language linters </p>
↗
https://tech.signavio.com/2017/natural-language-linting
Carlos Coelho
May 28, 2018
Topics:
linters, nlp
<p>If you need to split a path, use <code>os.path.split(path_str)</code> instead of <code>path_str.split(os.path.sep)</code>. otherwise you'll have problems with absolute paths even if you use <code>os.path.join</code> to join everything altogether</p>
↗
Carlos Coelho
May 28, 2018
Topics:
python
<p>A selction of Cool Backgrounds </p>
↗
https://coolbackgrounds.io/
Lais Varejão
May 25, 2018
Topics:
background assets
<p>The best way to bind event handlers in React </p>
↗
https://medium.freecodecamp.org/the-best-way-to-bind-event-handlers-in-react-282db2cf1530
Victor Ferraz
May 25, 2018
Topics:
javascript, performance, react
<p>more-itertools: More routines for operating on iterables, beyond itertools </p>
↗
https://github.com/erikrose/more-itertools
Flávio Juvenal
May 24, 2018
Topics:
iterable, library, python
<p>Chrome DevTools has an automated tool called Lighthouse in to audit performance, accessibility, progressive web apps, etc #devtools</p>
↗
https://developers.google.com/web/tools/lighthouse/
Lais Varejão
May 24, 2018
Topics:
accessibility audit, performance audit
<p>Stupid PostgreSQL Tricks: Writable Views (not really recommended, but interesting!): </p>
↗
https://legitimatesounding.com/blog/stupid_postgresql_tricks:_writable_views.html
Flávio Juvenal
May 23, 2018
Topics:
db, postgres
<p>how designers turn into design leaders: </p>
↗
https://medium.com/user-interface-22/design-leadership-is-a-hugely-important-topic-these-days-e222836915d0
Aline Silveira
May 23, 2018
Topics:
design, leadership, management
<p>Python3.7's Data Classes makes it easier to create boilerplate code for classes </p>
↗
https://hackernoon.com/a-brief-tour-of-python-3-7-data-classes-22ee5e046517
Victor Ferraz
May 23, 2018
Topics:
<p>how to help the stakeholder focus on the outcome, rather than a predefined solution: </p>
↗
https://medium.com/user-interface-22/the-back-up-question-defining-a-projects-good-enough-4ae29e72052b
Aline Silveira
May 23, 2018
Topics:
ux
<p>A beginner’s guide to database locking and the lost update phenomena (examples in Hibernate, but relevant to Django!): </p>
↗
https://vladmihalcea.com/a-beginners-guide-to-database-locking-and-the-lost-update-phenomena/
Flávio Juvenal
May 23, 2018
Topics:
db, django, lock, transaction
<p>Are triggers really that slow in Postgres? </p>
↗
https://www.cybertec-postgresql.com/en/are-triggers-really-that-slow-in-postgres/
Flávio Juvenal
May 23, 2018
Topics:
db, performance, postgres, triggers
<p>How to test you React components using lots of different testing tools </p>
↗
https://www.robinwieruch.de/react-testing-tutorial/
Victor Ferraz
May 22, 2018
Topics:
<p>Easy way to generate class diagrams pictures in a Django project from console: </p>
↗
https://simpleit.rocks/generate-uml-class-diagrams-from-django-models/
Lais Varejão
May 22, 2018
Topics:
class diagrams, django, uml
<p>Nice React lib for controlling page scroll </p>
↗
https://github.com/fisshy/react-scroll
Luca Bezerra
May 22, 2018
Topics:
javascript, react, scroll
<p>Modifying request session on tests </p>
↗
https://medium.com/@harshvb7/how-to-add-session-and-messages-in-django-requestfactory-16935a3351d0
Vanessa Barreiros
May 22, 2018
Topics:
django, tests
<p>A Strategy Guide To CSS Custom Properties </p>
↗
https://www.smashingmagazine.com/2018/05/css-custom-properties-strategy-guide/
Felipe Farias
May 21, 2018
Topics:
css
<p>Very complete overview from Maritn Fowler on the different kinds of feature-flags, when to use and how to remove them </p>
↗
https://martinfowler.com/articles/feature-toggles.html
Rob Novelino
May 21, 2018
Topics:
<p>Good Questions, Bad Asks: The UX Of Questions In User Onboarding. </p>
↗
https://www.chargebee.com/blog/user-onboarding-questions/
Felipe Farias
May 21, 2018
Topics:
design, ux
<p>pagination vs infinite scrolling vs “load more”: which is the best way to show a list of items? </p>
↗
https://www.smashingmagazine.com/2016/03/pagination-infinite-scrolling-load-more-buttons/
Aline Silveira
May 20, 2018
Topics:
e-commerce, navigation, ui, ux
<p>Django transaction.atomic is not a lock! </p>
↗
https://stackoverflow.com/questions/42520917/does-django-atomic-transaction-lock-the-database
Flávio Juvenal
May 18, 2018
Topics:
db, django, transaction
<p>Great talk about styled-components and the motivations behind its creation </p>
↗
https://www.youtube.com/watch?time_continue=129&v=bIK2NwoK9xk
Arimateia Neto
May 18, 2018
Topics:
<p>how to present design work to a tough design team </p>
↗
https://medium.com/ux-power-tools/how-to-present-design-work-to-your-design-team-a9920fa2af6e
Aline Silveira
May 18, 2018
Topics:
design, feedback, ui
<p>how to test Django migrations </p>
↗
https://www.caktusgroup.com/blog/2016/02/02/writing-unit-tests-django-migrations/
Hugo Bessa
May 17, 2018
Topics:
django, migrations, tests
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