Dharmen ShahforDharmen Shah's Blogshhdharmen.hashnode.net·Apr 2, 2021FeaturedAnimation can make wave 👋 much more than emoji!We all use wave 👋 emoji a lot in web apps! Next time when you use it, try to add a simple wave animation to it... @keyframes wave-animation { 0% { transform: rotate(0deg); } 10% { transform: rotate(14deg); } 20% { transform: ro...Ben and 11 others are discussing this12 people are discussing thisDiscuss·147 likes·2.3K readsEmoji AnimationCSS
Devin FordforDevin Forddevindford.hashnode.net·Nov 13, 2020Featured3 JavaScript array methods with emojis!Map, Filter, and Reduce using emojis! Array methods can be hard to grasp As I began learning JavaScript, I found that learning array methods was one of the more difficult concepts to grasp. I'm a visual learner personally, and sometimes it helps to...Discuss·53 likes·538 readsJavaScript
Avneesh AgarwalforAvneesh Agarwalavneesh0612.hashnode.net·Jul 22, 2021How to add an emoji picker to an input field in react appCreating a new react app npx create-react-app Starting the app - # npm npm start # yarn yarn start Installing the required dependencies - # npm npm install emoji-mart # yarn yarn add emoji-mart Cleanup process Delete everything inside the div in App...Discuss·52 likes·3.0K readsReact
Jack LinkeforJack Linke's Blogjacklinke.hashnode.net·Nov 4, 2022Ideas for Improving Git Commits and Application LogsBetween talks at DjangoCon and conversations with Jeff Triplett @webology and others, I've been thinking a lot about git commits and logging over the past week, so I put together some notes on the topic. gitmoji gitmoji is "an emoji guide for your c...Discuss·2 likes·401 readsGit
Wilhelm MurdochforWilhelm Codesblitzkriegpunk.hashnode.net·Sep 28, 2022Why Can't I Hold All These Slack Emojis?TL;DR if you want to skip all this and just get to the good stuff, click here to download and run the slack-emoji-toolkit. First Things First The last blog post I wrote covered how to make a quick escape with your precious hoard of custom Slack emo...Discuss·91 readsSlack Shenanigansslack
Muhammed Ziyad TVforZiyad's DevBlogziyadkuttiady.hashnode.net·Sep 24, 2022The Emoji World #1In the process of implementing skin tones and fixing emoji issues in Desh Keyboards, I have learned a lot about emojis! Hopefully, someone out there will find this information useful, or at least interesting. The Emoji world is expanding day by day ...Discussemoji
Wilhelm MurdochforWilhelm Codesblitzkriegpunk.hashnode.net·Sep 19, 2022FeaturedLiberating Custom Slack EmojisTL;DR if you want to skip all this and just get to the good stuff, click here to download and run the slack-emoji-toolkit. As is stupid tradition, whenever I start at a new company, one of the first things I like to do while getting settled in is up...Discuss·13 likes·418 readsSlack Shenanigansslack
Jackson JiangforWalkthrough with Jjacksonjiang.hashnode.net·Sep 15, 2022Build an Emoji Making App EffortlesslyEmojis are a must-have tool in today's online communications as they help add color to text-based chatting and allow users to better express the emotions behind their words. Since the number of preset emojis is always limited, many apps now allow use...DiscussJava
Babak K. ShandizforBabak K. Shandiz's Blogbabakks.hashnode.net·Aug 19, 2022VS Code Extension to Pick Relevant Emojis for Git Commit Messages 🐛Emoji in git commit message If you're VS Code user and also a fan of emojis, this new VS Code extension might appeal to you, especially if you've read and liked Emojis for Better Git Commit Messages for its exhaustive table of contextual emoji data w...Discuss·38 readsProductivity
CanopasforCanopas's blogcanopas.hashnode.net·May 31, 2022Compose — How To Draw Animated Emojis That Users Will LoveWanna learn how to draw animated emojis using jetpack compose? You will have a basic idea of how Canvas works and how to make use of its basic functions to draw various shapes. Today we are going to implement 6 emojis in Jetpack compose. We will mak...Discuss·39 readsAndroid
Michael SearchforGrown-Up Apprenticegrown-up-apprentice.hashnode.net·May 23, 2022Emoji inside an element id...works.I was working on a job today, to customize a pinboard application so that it would also have the functionality to add emojis. I've been trying the module emoji-picker-element from which I can get hold of the selected emoji when I have its picker pop-...Discuss·11 likes·114 readsHTML5
Rajeev 🚀forWelcome to my Blogmandlerajeev.hashnode.net·May 12, 2022How to type emojis 😁👍on windows 11.To type emojis on windows, there are two ways right click on where you want to insert emojis and select emojis Short cut -------> windows+. (period key)Discuss·51 readsemoji
Zimo LiforZimo Lizimo.hashnode.net·Apr 21, 2022Emoji, according to Microsoft, is EnglishSee microsoft/vscode-github-triage-actions const nonenglishChunk = translationChunk.replace(usKeyboardChars, '').replace(emojiChars, '');Discuss·76 readsVisual Studio Code