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
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>Use Refokus’ Rich Text Enhancer to apply styling to any rich text styling unsupported by Webflow CMS (code snippets, strikethrough, dotted underlines, etc.)</p>
↗
Pedro Bacelar
Aug 14, 2023
Topics:
cms, css, html, rich text, webflow
<p>Understanding Layout Algorithms: The mental model shift that makes CSS more intuitive </p>
↗
https://www.joshwcomeau.com/css/understanding-layout-algorithms/?ck_subscriber_id=478659240
Marcilio Leite
Apr 26, 2022
Topics:
css, html
<p>Scripts: async, defer - </p>
↗
https://javascript.info/script-async-defer
Flavio Juvenal
Nov 25, 2021
Topics:
html, javascript
<p>Customizing range inputs </p>
↗
https://css-tricks.com/sliding-nightmare-understanding-range-input/
Tulio Lages
Oct 25, 2021
Topics:
css, html, input, range, ui
<p>Minimalist Python library for building static websites with Jinja: </p>
↗
https://github.com/staticjinja/staticjinja
Flavio Juvenal
Oct 5, 2021
Topics:
html, jinja, python, template
<p>Preloading fonts in Chrome with 'preload' link directive: </p>
↗
https://stackoverflow.com/questions/42616709/preloading-fonts-in-chrome-with-preload-link-directive
Flavio Juvenal
Jul 14, 2021
Topics:
chrome, html, performance, preload
<p>target=blank </p>
↗
https://css-tricks.com/targetblank/
Victor Ferraz
Jun 16, 2021
Topics:
html
<p>Simple and lightweight data grid in JS/HTML </p>
↗
https://github.com/datazenit/sensei-grid
Victor Ferraz
Mar 8, 2021
Topics:
html, javascript
<p>Creating and sending HTML emails </p>
↗
https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/
Marcos Felipe
Mar 5, 2021
Topics:
css, emails, html
<p>Watch out for invalid HTML (AKA don't put <div> inside <p>) </p>
↗
https://stackoverflow.com/questions/10763780/putting-div-inside-p-is-adding-an-extra-p/10763952#10763952
Jonas Ferreira
Mar 3, 2021
Topics:
frontend, html
<p>Create, customize, and compose animations using CSS classes and variables and without having to write a single keyframe </p>
↗
https://animxyz.com/
Victor Ferraz
Jan 7, 2021
Topics:
css, html
<p>Decorative images should be marked with <code>alt=""</code> so it gets ignored by screen readers </p>
↗
https://www.w3.org/WAI/tutorials/images/decorative/
Victoria Pantoja
Aug 4, 2020
Topics:
accessibility, html, web
<p>Things I Wish I’d Known About CSS: awesome straightforward list of CSS gotchas </p>
↗
https://cssfordesigners.com/articles/things-i-wish-id-known-about-css
Flavio Juvenal
Jul 17, 2020
Topics:
css, html
<p>HTML styling tips for rendering emails </p>
↗
https://medium.com/email-design/outlook-rendering-issues-5-tips-to-ensure-your-emails-display-properly-9520b2456166
Aline Silveira
Apr 8, 2020
Topics:
email, frontend, html, ui
<p>Lazy load offscreen images with lazysizes </p>
↗
https://web.dev/codelab-use-lazysizes-to-lazyload-images/
Pamella Bezerra
Mar 12, 2020
Topics:
html, seo
<p>json2html easily converts Python dicts from JSON to HTML tables: </p>
↗
https://pypi.org/project/json2html/
Flávio Juvenal
Jul 25, 2019
Topics:
html, json, python
<p>Native image lazy-loading for the web! </p>
↗
https://addyosmani.com/blog/lazy-loading/
Gustavo Carvalho
Apr 7, 2019
Topics:
html
<p>Hiding responsive images through CSS is not enough to avoid downloading, learn how to fix this here </p>
↗
https://medium.com/@mike_masey/how-to-use-the-picture-element-to-prevent-images-loading-on-mobile-devices-1376e33b190e
João Lins
Feb 20, 2019
Topics:
html, responsiveness
<p>For you pass an HTML string to a Django Template you have to turn autoescape off </p>
↗
https://stackoverflow.com/questions/19357462/django-passing-html-string-to-template
Amanda Savluchinske
Nov 5, 2018
Topics:
django, html
<p>You can define responsive images in the HTML by setting the <code>srcset</code> attribute on <code><img></code> like this: <code><img src="img.jpg" srcset="img@2x.jpg 2x, img@3x.jpg 3x"></code></p>
↗
Lais Varejão
Sep 21, 2018
Topics:
html
<p>Use <details> HTML tag in GitHub issues or readmes. Useful to have a show/hide button for logs! </p>
↗
https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d
Flávio Juvenal
Aug 30, 2018
Topics:
github, html, markdown
<p>DOM elements with ID's are global variables </p>
↗
https://dev.to/buntine/dom-elements-with-ids-are-global-variables
Flávio Juvenal
Apr 8, 2018
Topics:
dom, html, javascript
<p>Disabled form fields aren't added to form data on submit. You should probably use the <code>readonly</code> attribute instead: </p>
↗
https://stackoverflow.com/questions/7357256/disabled-form-inputs-do-not-appear-in-the-request
Hugo Bessa
Oct 16, 2017
Topics:
html, template, web
<p>Could you describe in simple terms what <code>display: block</code> actually does? </p>
↗
https://madebymike.com.au/writing/the-invisible-parts-of-CSS/
Felipe Farias
Apr 25, 2017
Topics:
css, html
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