Responsive Layouts, Fewer Media Queries

We cannot talk about web development without talking about Responsive Design. It’s just a given these days and has been for many years. Media queries are a part of Responsive Design and they aren’t going anywhere. Since the introduction of media queries … more Read More

Build an Audio Livestream App with Twilio Live

The amount of online audio content and livestreams is increasing every day. More and more, people are tuning into audio for news, music, fitness, study, and entertainment. So if you have been thinking about creating something in the audio space, maybe … more Read More

Build a Code Snippet Web App with Next.js and FaunaDB

While programming, developers encounter problems requiring code reuse, leading to repetitive programming that can be time-wasting and reduces productivity. This gives rise to the need for reusable source code called “code snippets”. These snippets prevent … more Read More

Add,Update,List Products with VueJs

intro Add,Update,List Products with VueJs Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration … more Read More

Currency Converter with Vue JS

conversor Conversor de moedas com Vue JS . Projeto desenvolvido acompanhando vídeo do canal Programador BR. Image: Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints … more Read More

A Simple Twemoji Selector with vue.js

SI-GRENOBLE INSTALL npm install si-grenoble View Demo View Github SETUP SI-GRENOBLE は TailwindCSS のスタイルを利用していますが、スタイルを提供はしていません。 利用する場合は TailwindCSS をインストールし、 tailwind.config.js に以下を追加してください。 module.exports = { purge: { safelist: [ “flex”, “flex-col”, … more Read More