Best of HashnodeFebruary 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    100 most asked JavaScript Interview Questions and Answers - Part 1

    JavaScript is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. It is most well-known as the scripting language for Web pages, but many non-browser environments also use it, such as Node.js, Apache CouchDB, and Adobe Acrobat.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Free Tailwind CSS resources

    Tailwind CSS is a utility-first CSS framework for rapid UI development. In this article, I collected free resources for you to get started with Tailwind CSS. Kometa UI Kit includes over 130 sections, built with tailwind CSS, for your awesome projects.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    Introduction to Functional Programming

    Functional Programing is Declarative. It means we focus more on what to do instead of How to do it. Pure Functions have no side effects which means it cannot alter anything outside the function. A higher order function is a function that takes a function as an argument, or returns a function.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    useState() like a Pro ✨

    This blog assumes that you know the fundamentals of react like Component, Props and jsx. We will not go into the depths of this but re-rendering actually works in React, so you need to understand how this works in short. In our Counter component 0 is the initial value for the state, and using destructuring we are naming our 2 variables counter and setCounter. setCounter is used to update the counter value by 1 every time the button is clicked.

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    10 VS Code emmet tips to make you more productive

    VS Code is a plug-in-based infrastructure that can produce HTML/CSS code snippets from short-hand syntaxes. In general, productivity is the ratio between output and input. Let us learn about a few tips & tricks to drastically reduce the HTML/ CSS source code creation time to become super productive.

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    What's new in Javascript 21 - ES12

    This year javascript is bringing 4 new features, which are almost in production rollout. I won't be wasting much more time and directly jump to code with easy to understand examples. Use the latest node version, if you want to play around with these features. Once the compatible node version is available, simply create a new JS file, and let's get started.

  7. 7
    Article
    Avatar of hashnodeHashnode·5y

    10 Programming Project Ideas For Beginners

    Building one project teaches you more than watching multiple tutorials. Building an alarm clock would help you get more comfortable with the command line. Building a weather application is a great way to practise working with APIs. Of course, the list is not exhaustive, and you can come up with your own.

  8. 8
    Article
    Avatar of hashnodeHashnode·5y

    5 Websites for color inspiration

    Coolors, Colours cafe, Dribbble, Colormind and Pinterest are all color scheme websites. Coolors is a cool website and you can even search based on colors. Pinterest can be used pretty similar to dribbble and it might surprise you what you'll find. colormind uses deep learning to improve your schemes.

  9. 9
    Article
    Avatar of hashnodeHashnode·5y

    Complete web developer roadmap with resources for 2021

    Learn how the internet works. Learn how the web works. Build projects. Take one step at a time. You can learn all of these in 6 to 12 months if you are effective and consistent. Follow me on Twitter for more information about web development and how to improve.

  10. 10
    Article
    Avatar of hashnodeHashnode·5y

    Fixed My Portfolio - Front End Development

    Fasterdes is passionate about Front End Development and UI / Ux Design. Fixed his portfolio because the portfolio is important to your brand for your business. You can see my portfolio before it was fixed and after it was repaired. Here are the changes or improvements I've made in my portfolio.

  11. 11
    Article
    Avatar of hashnodeHashnode·5y

    Why I left Node for Deno 🦕

    Deno is a javascript runtime like Nodejs but with some changes. With Deno, you no longer need to install packages with package managers like NPM. Imports are done with Urls which can be either in deno's package manager with versioning, or directly on the git directory of your favorite library.

  12. 12
    Article
    Avatar of hashnodeHashnode·5y

    Host React Apps for Free on Vercel!

    Hosting react app on vercel is super easy. Just follow the given instruction and you could do it in a matter of seconds. For now, I created a demo app for installation purposes. I just changed the text into Hello Vercel . I pushed the code to Github. You could see it here - martinthampi/test-react-vercel.

  13. 13
    Article
    Avatar of hashnodeHashnode·5y

    Pure Functions in JavaScript

    Functional programming is a programming paradigm that's been gaining a lot of traction in JavaScript. One of the core concepts of functional programming is pure functions and writing declarative vs. imperative code. In this article, I'll define what pure functions are, why they're beneficial, and how to construct them.Pure functions consist of the following two concepts:Given the same inputs, the function will always return the same output. The function should not modify anything outside of its scope.

  14. 14
    Article
    Avatar of hashnodeHashnode·5y

    Introducing Gradient King - Never again run out of gradients! 🌈

  15. 15
    Article
    Avatar of hashnodeHashnode·5y

    Step To Create A Simple Portfolio Website - Front End Development

    Web portfolio is a platform that contains documentation of a person's work, bio data, and is displayed on a website. Having an online portfolio allows you to make new contacts and grow your network in ways that would not be possible otherwise. In this guide, we will focus on creating a simple website portfolio using only HTML, CSS, and JS.

  16. 16
    Article
    Avatar of hashnodeHashnode·5y

    🔥 Ultimate Cheatsheet Compilation

    I hope you will find this blog post useful and keep it handy for a quick reference. If you want to learn more HTML, CSS, JavaScript and web development tips & tricks, then please subscribe to YouTube. Back to Mail Online home. Back To the page you came from.

  17. 17
    Article
    Avatar of hashnodeHashnode·5y

    7 Alfred Workflows to Boost Development Productivity

    Workflows are a paid feature as part of the Alfred Powerpack. I've found that the money I spent on the Powerpack has been well worth the time saved from being able to leverage these special features. Below is a list of some of the top workflows I recommend.

  18. 18
    Article
    Avatar of hashnodeHashnode·5y

    The Open Source is the best way to learn!

  19. 19
    Article
    Avatar of hashnodeHashnode·5y

    100 most asked JavaScript Interview Questions and Answers - Part 2

    100 most asked JavaScript Interview Questions and Answers. Part 1: How to remove duplicates from an array. Part 2: What are the new features in ES6 or ECMAScript 2015? If you feel lazy to read more text, you can watch a video covering all questions here:https://www.youtube.com/watch?v=3RM9Tp4PU00

  20. 20
    Article
    Avatar of hashnodeHashnode·5y

    GitHub repositories to learn programming

    This list will be updated frequently. Please add more resources in the comments and I'll include them in the list. Knowing how to learn programming is not easy. It is essential to have a structured plan. These repositories will help you on your learning path. Enjoy!Let's start!

  21. 21
    Article
    Avatar of hashnodeHashnode·5y

    Tailwind zooming background images

    Learn how to make a cool background zoom effect in Tailwind CSS. We will need cards that have an image and some text inside. Each card will look like this. We can add custom background images using the bg sub class. We then add transition and a transform to give it a nice animated effect.