Savio Martinsaviomartin.hashnode.net·Nov 25, 2020Let's build an emoji switcher like discord in just 5 minutesHello there, I am Savio Martin, A 13-year-old passionate Full Stack Web Developer from India. Today, I'm gonna make something super awesome and in-demand project In Just 5 Minutes. You all may have noticed the emoji switcher effect on Discord. It is ...167 likes·850 readsCSS
Andrei TiburcaforHashnode Toolboxeconomic-juice-peck-41.hashnode.net·Mar 9, 2022Featured35 Best Free Code Editors In 2022 - Browser, Mac and Windows Code EditorsA code editor is one of the most important tools in a software engineer’s arsenal, but how to choose the best one for you? Here’s our comprehensive list of the 35 best free code editors you can use in 2022. Even in the best-case circumstances, softw...142 likes·2.1K readsCode Editorscode
Barkatul MujauddinforKubesimplifykubesimplify.hashnode.net·May 27, 2022Let's Simplify Golang : Part 1Why Golang ? Golang is one of the most desired languages to learn, and it's also one of the most popular programming languages. It has been gaining immense popularity, and despite being just a decade old, Golang has made its mark. The use of Golang i...140 likes·8.9K readsgolang
Marco Polettopolettodev.hashnode.net·Apr 24, 2023The new golden child of JavaScript frameworks: Qwik.jsIntro JavaScript frameworks are a dime a dozen these days, with new ones cropping up seemingly every week. With so many options available, it isn't easy to know which one to choose for your next web application project. But if you're looking for a fa...9 likes·397 readsFrontend Development
Lizaliza786.hashnode.net·Apr 24, 2023Inheritance in OOPsInheritance is a very important concept in Object Oriented Programming language (OOPs). Object Oriented Programming Language is a paradigm of programming that deals with classes and objects. Generally, what does Inheritance mean? Inheritance is nothi...inheritance
Rohan Anandrohan-anand.hashnode.net·Apr 24, 2023Using 'Pylint' for Python Code Analysis in GitHub ActionsAs a Python developer, it's important to ensure the quality and maintainability of your code. One way to do this is by using Pylint, a popular code analysis tool for Python. In this blog post, we'll go over how to use Pylint in GitHub Actions to auto...GitHub
Nicolas Perronnicolasperron.hashnode.net·Apr 23, 2023Éviter les « Else » dans votre codeIl n’y a rien de mal à utiliser les Else dans le code, mais personnellement j’utilise une technique qui est d’éviter d’écrire des clauses Else. Cette technique permet d’écrire moins de lignes de code, d’améliorer la lisibilité en utilisant des Retur...code
mengyi YOENGmengyi.hashnode.net·Apr 21, 2023How to start learning code 🧑💻Programming is a desirable talent to learn since it allows you to construct practically anything you can think of. Coding, on the other hand, can be intimidating for those who have never done it before. This post is for you if you want to learn how t...1 likecoding
Marco Polettopolettodev.hashnode.net·Apr 18, 2023The Fear of Missing Out (FOMO) When Choosing a Frontend JavaScript FrameworkChoosing the right frontend JavaScript framework is an important decision for any developer. With so many options available, deciding which one to choose can be overwhelming. The Fear of Missing Out (FOMO) can often exacerbate this problem, as develo...Frontend Development
Zechariah Hounwanoucodexive.hashnode.net·Apr 17, 2023Solving FizzBuzz Problem in JavaScriptWe are going to play a game called FizzBuzz, Have you played the game before, if you haven’t no need to worry I will show you how. I can tell you for free that afterward you would love to play it and write a program code for it in your favorite progr...5 likesFIZZBUZZ CHALLANGE
Shubham Kumarshubhamsingh746.hashnode.net·Apr 15, 2023Mastering JavaScript's Variable Scope with const, let, and var !Introduction JavaScript has three ways to declare variables: let const and var. Although they serve a similar purpose, their behaviour and usage differ. Var has a global level scope, while let and const have block scope. Let and var can be reassigned...10 likesJavaScript
Chidera Paul Ugwuanyidera.hashnode.net·Apr 9, 2023How to completely uninstall Android studio from your MacbookHere are the steps First remove android studio application by going into Application folder, locating android studio and dragging into the bin or highlight it and select "Move to Bin" Or you can simply open your terminal and type this rm -Rf /Appli...1 like·38 readsReact NativeAndroid Studio
Adedapo Ajayidapoavy.hashnode.net·Apr 6, 2023How to Use Python for Mobile App Development.When building an application, quite a number of factors affect the choice of tools that are deployed during this process. Python, is a high-level programming language is an example of tools that are used during app and web development. It is a tool f...Python 3