What's Your Experience on Reactjs Based Dashboard Framework? By Tapas Adhikary

1 person wants answer to this question. Be the first one to respond. | Continue reading


@hashnode.com | 4 years ago

Devblog – A dead simple blogging platform for developers by Hashnode

Devblog offers everything you need as a programmer to run a successful blog. Grab a custom domain, write in Markdown, and leverage Hashnode's developer audience. ❤️ No paywall and Ad-free forever! | Continue reading


@hashnode.com | 4 years ago

Building Flexible Components with React Hooks

React Hooks have landed in React v16.8.0 which makes me really excited. Apart from handling state and lifecycle inside functional components, they also allow us to build flexible components with ease.A flexible component is one which can be used in ... | Continue reading


@hashnode.com | 5 years ago

My CTO tells me not to use jQuery and terms it “Embarrassing”

Answer (1 of 8): From the perspective of a CTO, here is what I'll thinkIt's a landing page, everyone will see it. If someone looking for a job and find tha | Continue reading


@hashnode.com | 5 years ago

10 Best Practices Your Dev Team Should Implement

The current team I am on is really amazing. We have some dev practices that we follow so that all of our projects flow smoothly and prevent us from doing a lot of unnecessary work.The system we have set up has helped us complete full stack applicati... | Continue reading


@hashnode.com | 5 years ago

Building a Node.js API with GraphQL and TypeScript

GraphQL is a strongly typed query language, and Typescript is a typed superset of JavaScript - together they are a match made in heaven!In this tutorial, I will teach you how to create a GraphQL API and use Node.js and TypeScript to apply authentica... | Continue reading


@hashnode.com | 5 years ago

I Am Mitchell Hashimoto, Founder and CTO of HashiCorp. Ask Me Anything

Ask me anything: Hey folks, 👋I am Mitchell Hashimoto, founder and CTO of HashiCorp. HashiCorp is a remote-first, open source-based company that solves development, operations, and security challenges for cloud and infrastructure automation. At the time o… | Continue reading


@hashnode.com | 5 years ago

How I Made One of the Top Open Source Projects of 2018

IntroductionIn this post, I'll explain how I made one of the top open source projects in 2018 and what you can do to achieve the same in 2019.The Evening Before Reaching GitHub StardomThese were my thoughts before I open sourced my project:"Is th... | Continue reading


@hashnode.com | 5 years ago

Challenges of Remote Work and How to Beat Them

The way that we work has been changed forever. You don't have to go to an office, punch in 8+ hours every day, and then do it all again the next day. In today’s workplace, if you have the right skills (e.g. web development), you have the potential to... | Continue reading


@hashnode.com | 5 years ago

Fabien Potencier, creator of Symfony is hosting an online AMA

Ask me anything: Hi all, I created Symfony in 2005, one of the most popular PHP frameworks. Currently, I run blackfire.io, sensiolabs.com, and the Symfony company. Ask me anything related to: Creating Open source projectsPHPSymfonyPerformanceEntrepre… | Continue reading


@hashnode.com | 5 years ago

How I brought down the response time of Hashnode to 100ms

One of my goals for 2019 is to speed up Hashnode significantly and make pages load faster. Hashnode is a content driven website and majority of our traffic is from Google. About 30% of the traffic is from mobile devices. So, you can see speed is as i... | Continue reading


@hashnode.com | 5 years ago

Docker tutorial for beginners

Docker is a tool to create and run containers, self-sufficient units that can have their own operating system, tools, and libraries, and run your code in an isolated environment. That means you don't have to worry about the libraries and the operatin... | Continue reading


@hashnode.com | 5 years ago

The Creator of Vagrant, Packer, Consul, Terraform Is Hosting an Online AMA

Ask me anything: Hey folks, 👋I am Mitchell Hashimoto, founder and CTO of HashiCorp. HashiCorp is a remote-first, open source-based company that solves development, operations, and security challenges for cloud and infrastructure automation. At the time o… | Continue reading


@hashnode.com | 5 years ago

How I reverse-engineer an application for security assessment

IntroductionI've been reverse-engineering software for a few years now and one thing that I've noticed is that no matter what the software, the processes are nearly identical. To beginner reversers as they're called, they will look at me funny for s... | Continue reading


@hashnode.com | 5 years ago

VirtualBox Setup for PHP Development

Introduction (disclaimer)This is an article from my archive I never got to post anywhere. Today I'm using Docker and I will later on explain how I made that setup and why I find it more valuable. However some might prefer a VirtualBox solution rathe... | Continue reading


@hashnode.com | 5 years ago

AMA Uncle Bob (Robert C. Martin)

Ask me anything: Hey there, 👋Most of you might know me as Robert "Uncle Bob" Martin from Cleancoder. I am a software professional since 1970. I have spent the last 40 years contributing toward the betterment of the field, from kickstarting the … | Continue reading


@hashnode.com | 5 years ago

ReactJS Higher-Order Components Explained in Plain English

There are many ways to write efficient and reusable modules in ReactJS to keep the codebase maintainable. By using Higher-Order Components(HOCs) you can achieve that. In today's tutorial, we are going to cover what HOCs are, the purpose they serve, v... | Continue reading


@hashnode.com | 5 years ago

Tips to Boost Developer Productivity in Your Team

Increasing team efficiency is one of the primary goals for every company. It's an objective of top executives and leaders around the world. However, raising team productivity is not an easy task. Grouping different types of people with different char... | Continue reading


@hashnode.com | 5 years ago

Tips for Improving Your Technical Writing Skills

IntroIn this short post I'll share some tips to those who want to write some technical articles, but aren't sure how to do it right. Since I edit Hashnode Originals, I understand how difficult technical writing can be. I'll do my best to explain the... | Continue reading


@hashnode.com | 5 years ago

Why IDEs are a blessing for beginners

Quite recently I came across the post IDE - The beginner's trap. It's a must a read, good article by YounesButI can't agree to it 100%. Moreover, sometimes it seems to be misleading for beginners. That's why I'm writing this down. Let's discussWh... | Continue reading


@hashnode.com | 5 years ago

Benefits of Progressive Web Applications (PWAs) and How to Build One

In this tutorial, we're going to build up the fundamentals on Progressive Web Applications (PWAs). I'll help you understand the pain points of the traditional web and the need for something better to combat native applications. We'll dive deeper into... | Continue reading


@hashnode.com | 5 years ago

Why I am moving away from Vue.JS

As developers, we need to be up to date with all technologies, and it wasn't different with me. My main stack most of the time was .NET, building API's and services using ASP.NET MVC and WebForms (yep). From this experience, I often received some opp... | Continue reading


@hashnode.com | 5 years ago

Master NPM in Under 10 Minutes

We’ve all heard about Gulp, Grunt, Webpack or whatever tool that's “cool” at the time you're reading this article. All of these are the tools that help with automating your project building tasks in one way or another. We all know that JavaScript is... | Continue reading


@hashnode.com | 5 years ago

What developers should wear for interviews

Answer (1 of 11): Personally, I've always done the whole suit and tie thing. Maybe a colored shirt and a patterned tie. But I've also given interviews to peop | Continue reading


@hashnode.com | 5 years ago

AMA with Brian Holt – Ex JavaScript Engineer at Linkedin, Reddit, and Netflix

Ask me anything (Hashnode): Your chance to ask anything to Brian Holt. Cloud Advocate at Microsoft | Continue reading


@hashnode.com | 5 years ago

How to Become a Rust Super-Developer

This is an article and a tutorial about stumbling and failing. It is about trying hard, and giving up - just to start all over again. All for the one goal - becoming the master of coding in Rust.Have you ever wondered how two developers can be so di... | Continue reading


@hashnode.com | 5 years ago

How I switched to the Terminal

IntroductionEvery developer, over the course of their career, develops an inexplicable attraction to their command line; and after a while, the GUI seems nothing short of a visage for the mere mortals. For people just dabbling their way through, thi... | Continue reading


@hashnode.com | 5 years ago

AMA with CEO of Blockstack, a new internet for decentralized apps

Ask me anything (Hashnode): Your chance to ask anything to Muneeb Ali. CEO, Blockstack PBC, A new internet for decentralized apps | Continue reading


@hashnode.com | 5 years ago

Cool, Obscure programming languages

Answer (1 of 8): I am a hobbyist electronics fan and in my spare time, I make small pieces of equipment which help me with my daily life. An example, as of p | Continue reading


@hashnode.com | 5 years ago

Indoor Positioning and Wayfinding Solutions for Campus Navigation

Indoor Positioning & Wayfinding Solutions For Campus Navigation: An Overview [Facility Navigation]Educational campuses spread over a large area inevitably need indoor positioning & wayfinding solutions for campus navigation and real-time information... | Continue reading


@hashnode.com | 5 years ago

AMA with Francesc Campoy on Hashnode

Ask me anything (Hashnode): Your chance to ask anything to Francesc Campoy Flores. VP of Product & DevRel at source{d} | Continue reading


@hashnode.com | 5 years ago

3 unrelated things I learned developers should do

There's more to life than writing code or being a technical wizard. Developers should know how to do way more than that or else they won't remain good developers for long. You can strive to have a great career and still be a whole person.Here are th... | Continue reading


@hashnode.com | 5 years ago

AMA with Jake Brukhman (Coinfund) on Hashnode

Ask me anything (Hashnode): Your chance to ask anything to Jake Brukhman. Founder Coinfund. Engineer; Investor; Researcher of Crypto Economic Systems & Decentralized Networks | Continue reading


@hashnode.com | 5 years ago

Doing Something for Your Career Besides a Basic Day Job – Possible or Not?

Many people, sooner or later, come to a realization with respect to their career that a basic day job has a limited scope. The global working population has always romanticized the prospect of jobs and a projected retirement after a couple of decades... | Continue reading


@hashnode.com | 5 years ago

AMA with Arthur Breitman, Co-Founder of Tezos

Ask me anything (Hashnode): Your chance to ask anything to Arthur Breitman. Co-founder of Tezos, ex-Googler (Project X) and a programmer | Continue reading


@hashnode.com | 5 years ago

AMA with Jameson Lopp (ex-Bitcoin Core Dev) on Hashnode

Ask me anything (Hashnode): Your chance to ask anything to Jameson Lopp. Professional Cypherpunk, Creator of Statoshi & Infrastructure Engineer at Casa | Continue reading


@hashnode.com | 5 years ago

Should I Use Dark theme or white theme to create video on YouTube?

1 person wants answer to this question. Be the first one to respond. | Continue reading


@hashnode.com | 5 years ago

One reason why I should learn PHP today? – discussion on Hashnode

Answer (1 of 9): 1) If you're building for the web, it's ubiquitous. Try finding a web host that DOESN'T provide PHP out of box. Now, try to find more than a | Continue reading


@hashnode.com | 5 years ago

Employer asking for GitHub password. How to handle this?

Answer (1 of 12): "No" | Continue reading


@hashnode.com | 5 years ago

MongoDB Write Concern: 3 Must-Know Caveats

‘ Write concern ’ in MongoDB describes the level of write acknowledgment you can expect from it. It’s a rather important setting to remember in your write operations and its behavior is useful to understand, especially in distributed MongoDB deploy... | Continue reading


@hashnode.com | 5 years ago

How to create a PHP package for Composer

Recently, I've recently been trying my best to upload as much code to open source repositories like Github and Codepen. It makes bootstrapping new projects much simpler when I can git clone a boilerplate from my Github, or copypasta a CSS/JS snippet ... | Continue reading


@hashnode.com | 5 years ago

Why I Gave Up Making a Twitter Bot After a Week of Trying

BACKGROUND STORYI had a shitty insurance buying experience. My mother's car's insurance expired on 19th May 2018. I remembered this two days later, and I immediately applied for a renewal online. Since the insurance had expired inspection of the car... | Continue reading


@hashnode.com | 5 years ago

Dealing with FOMO (for Devs)

What is “Fear Of Missing Out” and how to deal with this natural unhealthytendency.NOTE: This is a cross-post from my newsletter. Ipublish each email two weeks after it’s sent. Subscribe to get more content likethis earlier right in your inbox! 💌... | Continue reading


@hashnode.com | 5 years ago

First steps with nullable reference types (C#)

This blog post is effectively a log of my experience with the preview of the C# 8 nullable reference types feature.There are lots of caveats here: it’s mostly “as I go along” so there may well be backtracking. I’m not advising the right thing to do,... | Continue reading


@hashnode.com | 5 years ago

How to access deeply nested JSON data using Go (lang)?

Most often developer needs to consume JSON data from other service and query over them. Querying JSON data is little time-consuming. For the last few days, I was working on a package for Golang to query JSON data easily. The idea and inspiration come... | Continue reading


@hashnode.com | 5 years ago

Create amazing experiences for retail shoppers using Augmented Reality

How to Improve the Customer Experience with Augmented RealityThe line between the digital world and the real world is thinning, thanks to break-through technologies such as Augmented Reality. Online shoppers can now experience the products virtually... | Continue reading


@hashnode.com | 5 years ago

A comprehensive guide to coding a blockchain-powered online community

At Hashnode we have been experimenting a lot with blockchain and its use-cases.We have been running a developers’ community ourselves, and the idea behind“decentralized communities” fascinates me a lot. The fact that everyone owns thedata and cont... | Continue reading


@hashnode.com | 5 years ago

LinearLayout in Android Basic Concepts

LinearLayout in Android is used to create Layout Design of every Page. Android LinearLayout is a view group that aligns all children in either vertically or horizontally.Linear layout is a simple layout used in android for layout designing. In the ... | Continue reading


@hashnode.com | 6 years ago