Elasticsearch là một search engine mã nguồn mở, RESTful. Tôi biết đến Elasticsearch theo một cách (tôi nghĩ là) không thể đơn giản hơn: được người khác gợi ý sử dụng. Chuyện là tôi tham gia phát triển một website thương mại điện tử. Mà tính năng tìm kiếm hàng hoá gần như là yêu… continue reading
Setup the dropdown terminal in macOS with iTerm2
Recently I switched from my ThinkPad to MacBook Pro. Coming from Linux world I soon started missing some of my previous favorite tools. One of them is Guake – a drop-down terminal tool. There’s no macOS version of it but luckily there’s a way to get terminal with similar behaviour on macOS. Installation At first… continue reading
Tracking redirects with cURL
Redirect target and destination Somewhere someone’s complaining about a redirecting URL that’s not going where it’s supposed to. Or maybe the URL is hopping too many times and it’s affecting SEO. Using cURL on the command line is a quick and clear way to see where a URL is redirecting to and how it’s getting… continue reading
Pure CSS Landscape – An Evening in Southwold
[codepen_embed height=”265″ theme_id=”light” slug_hash=”xxGYWQG” default_tab=”css,result” user=”ivorjetski”]See the Pen Pure CSS Landscape – An Evening in Southwold by Ben Evans (@ivorjetski) on CodePen.[/codepen_embed] We could see how amazing of CSS in this pen.
Can you make a countdown timer in pure CSS?
The way my brain works is to wonder if everything can be built with CSS (the correct answer is no, not really, but you can still try because it’s fun). Even though not everything can nor should be built with only CSS, this timer thing seemed narrow enough to be plausible.
:is() selector
:is() selector 🎉 the successor to :any() and :matches() sneak peak into our talk, here’s a neat gif I made with XD showing what the :is() selector syntax can do. be excited for Chrome Dev Summit y’all! https://developer.chrome.com/devsummit/
Everyone uses CSS frameworks today
Anytime the “what’s your favorite CSS framework” question pops up, you read the same comments: a bunch of developers expressing their love for framework X or Y, and others stating they don’t use frameworks. Some of the reasons why some developers say they don’t use CSS frameworks: Frameworks are opinionated. Why would I need a… continue reading
The Ultimate Guide to Flexbox Centering
Flexbox is a popular CSS layout module that helps you position HTML elements on the screen. There are multiple use cases when it can be a godsend; horizontal and vertical centering is one of them. Flexbox centering solves common alignment problems you might encounter when working with the traditional CSS box model. It allows you… continue reading
Facebook Placeholders
Content Placeholders ? A while ago, the great and (not always) glorious Facebook introduced content placeholders that appear to users while the page content is still being loaded, yielding a fantastic user experience. It’s not always possible to load content as fast as we would want to, but at least, we can make the wait… continue reading
List of (Advanced) JavaScript Questions
I post daily multiple choice JavaScript questions on my Instagram, which I’ll also post here! From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! :muscle: :rocket: I update this repo weekly with new questions. The answers are in the collapsed sections below the… continue reading
Color Palette Tools for Web Designers and Developers
Color is an essential part of design. And choosing the perfect color scheme is a step all designers, and artists, must go through. A color scheme can make or break your art, design, or project. Below are 21 tools to help you choose the perfect color palette for your project. 1. Coolors URL: https://coolors.co/ Coolors… continue reading
Move from jQuery to Vue
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration process of working with one to the other.
Front-end Developer Handbook 2019 – by Cody Lindley
This is a guide that everyone can use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2019. The content of the handbook favors web technologies (HTML, CSS, DOM, and JavaScript) and those… continue reading
[Solved] Trouble with opening site from Dropbox client on KDE (Manjaro)
I face same issue with my Dropbox client after upgrade my system (Manjaro KDE 18.0.4). After finding on Google I see that it already reported as here: https://www.dropboxforum.com/t5/Installation-and-desktop-app/Trobles-with-opening-site-from-app-in-KDE/td-p/270031 I have Debian 9.4 with KDE 16.04. When I try open dropbox site, from right-click menu on tray icon or from context menu in dolphine, system open… continue reading
Make your Desktop more awesome with Conky
Today during working, my system run too much slowly, so that I need an tool to monitor the system resources and kill some processes to gaint more memory. After search on Google, I found an tool named “Conky“. Conky is a graphical tool which displays system information to your screen in real time. You can… continue reading