98 Stories To Learn About Best Practices

cover
23 Oct 2023

Let's learn about Best Practices via these 98 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. Lessons Learned Using Docker from Development to Production

Like many tools in the software developer's toolbox, docker is relatively easy to jump into and takes some time to master. Using it for a variety of projects over the years I've learned a few lessons along the way.

2. Best Practices For Backend Data Security

Backend data security relies in encryption, access control, data backup and other such features to exist. These best practices are intended for the backend.

3. Tips For Documenting Your Code

Some will tell you that good code is self-documenting. In other words, if you write clear code then you won’t need comments.

4. Code like You're Building a Lego Castle

The article compares coding to building a castle with Legos and emphasizes the importance of following best practices to avoid mistakes and build a sturdy code.

5. From Monoliths to Microservices: Migration in Practice

This isn't another "break down the monolith" article. This post is about making the applicable decisions, measuring and verifying the results

6. My Top 5 Best Practices for ReactJs

Howdy people, In this article we will be discussing the 5 best ReactJs practices that will help you simplify the building of great and high-performance ...

7. What is Broken Access Control and Why Should You Care?

With broken access control being one of the most prevalent weaknesses for web applications, it’s important to not only understand it, but to prevent it also.

8. Software Engineering Best Practices Collection for Machine Learning

An ever-increasing number of organizations are developing applications that involve machine learning components. The complexity and diversity of these applications calls for software engineering techniques to ensure that they are built in a robust and future-proof manner.

9. Code Trashing Symptom

There are a set of skills and qualities which make the ideal software developer we are all searching to be or searching for to employ. However, right now I am going to emphasize the importance of a quality that is mostly found in senior developers.

10. Three Bs to Avoid That 2AM alert

Solo founder, CTO for a small team, or side-hustler. The story is the same. When your app goes down, you’re on the hook. So, what can you do to reduce those dreaded 2AM page alerts?

11. 5 Best Practices for Designing RESTful APIs

RESTful APIs are everywhere, powering more of the modern world than any other API architecture. REST accounts for up to 80% of APIs according to this study by ProgrammableWeb. How those APIs are built and structured can make or break a company in today’s ultra-competitive world. Poorly-designed APIs can be difficult to use, can fail when they are needed most, and are valuable targets for hackers looking for sensitive data. On the other hand, a well-designed API that utilizes best practices makes development a breeze, attracts new customers, and creates confidence among users that can boost retention rates.

12. 3 Must Have Practices for Distributed Developers

During the last several years working in the global corporate world I have come across a repeating challenge for distributed coders to efficiently work together as early as the beginning of their ramp up.

13. 8 Responsive Web Design Best Practices to Know in 2021

I still struggle with making websites responsive, but here are 8 responsive web design best practices helping me master this element of web development.

14. 13 Tools To Try On Your Next Javascript Based Project

On every project, there are always tools that can help your team align, standardise, and increase productivity and quality of code through their use.

15. Maintain The Quality of Your Node.js Apps With These Best Practices

Node.js is an open-source, cross-platform, Javascript runtime environment for running javascript code outside the web browser.

16. The Difference Between Covariance and Contravariance in .NET C#

Simple explanation of DotNet (.NET) CSharp (C#) Variance, Invariance, Covariance, and Contravariance. Providing a Cheat Sheet.

17. Perfect the Quality of Your Imperfect Data

Poor quality data can significantly drop the ROI of a company’s CRM and marketing automation investment.

18. The Best Practices for Front-End Development

The Best Practices for Front-End Development

19. GRASP Principles - Part 3: Polymorphism, Pure Fabrication, Indirection, Protected Variations

The last part of GRASP is where we will learn polymorphism, pure fabrication, indirection, and protected variations and how to use them in our projects.

20. Crypto Casinos: How the Integration of Blockchain Can Create More Transparency

The changes that the integration of blockchain in online casinos has to offer, looks quite promising. Blockchain is all set to revolutionize online casinos.

21. Why Reading JavaScript Is More Difficult When Default Exports Are Used

How using default exports hurts your codebase readability and refactoring.

22. How to Find Insecure MongoDB Connection Strings in Public GitHub Repositories

A guide on how to protect yourself and your projects while on Github.

23. Code Reviews For Non-technical People. Explained.

24. Best Practices of Cloud Networks Usage in Fintech

Making good use of a could network first requires firms to consider if they would be meeting their regulatory obligations before ensuring network resilience.

25. Design Philosophies You Should Embrace When Creating Web Applications For Users With Disabilities

It might be challenging to create an accessible online application in.NET, but ensuring that all users can view your web content is critical.

26. What do You Need to Get Your Website Off the Ground?

The rise of technology trends has gathered in a way that to gain the attraction of a product or service a website seems to be essential to gain traction.

27. Using C# for Real-time Systems

My best practice from making a real-time high loaded performance application on .NET platform

28. 5 Best Cybersecurity Practices for the Healthcare Industry

Ensuring effective cybersecurity for healthcare organizations is not an easy feat. This article discusses five key best practices to strengthen cybersecurity in

29. How to Ensure Optimal Results Using SMS Notifications

You can leverage your investment in SMS messaging by doing more with it: offering event notifications, collecting customer feedback etc. Read on to know more.

30. How Hacker News Home Page Got Us 300+ Stars on GitHub in 24 Hours

Hacker News is said to be the Holy Grail for tech folks. There’s one thing that a company, startups in particular, wants desperately: RIGHT traffic for free.

31. Being A Better Coder With Serhii Rubets

How to become a good software engineer? How to learn from scratch? Why I share my knowledge? Why is Javascript so popular? And what would I do with money?

32. How To Define HTTP Middleware and Best Practices

In order to capture API calls from arbitrary environments, we had to create middleware for many of the common web API frameworks. Here's what we learnt.

33. Fully Covering .NET C# Console Application With Unit Tests

Best Practice Cover DotNet (.NET) CSharp (C#) with unit tests with Test Driven Development TDD Dependency Injection DI Inversion of Control IoC Containers

34. SOLID Principles in JavaScript: What Does the "D" Stand For?

Hello, guys, this is the last part of SOLID Principles in JavaScript and if you haven't read the previous three (first part, second part, third part, fourth part), I highly recommend to read them first and come back here.

35. 12 Essential Django Programming Tips for Developers

It’s been about 6 years since I started working with Django, and through all these years I’ve made some personal customizations in Django’s structure.

36. How to Stop String.GetHashCode() in .NET C# from Driving You Crazy

Know when to depend on String.GetHashCode() in DotNet (.NET) CSharp (C#), and when not. Coding Programming Software Development Engineering Architecture

37. How to Protect Kubernetes Clusters from Cyberthreats

Uncovering the importance of the role of authentication and user control provided by Kubernetes to bolster the best security practices

38. Is it Enough to Define IMyInterface<T>? Do I Need IMyInterface as Well?

Best Practice for designing Interfaces in DotNet (.NET) CSharp (C#). When to define a non-generic interface in addition to the generic interface.

39. The Main Equations That Can Make Paging/Partitioning Easy

Learn paging/partitioning mathematical equations and how to apply them in JavaScript (JS) and DotNet (.NET) CSharp (C#) code. Coding Programming Development

40. Figuring Out When Not To Use DI, IoC, and IoC Containers in .NET C#

Learn the best practice on when to use Dependency Injection (DI), Inversion of Control (IoC) and IoC Containers. DotNet .NET CSharp C# Design Architecture

41. 6 Things You Should Not Do in JavaScript

In JavaScript, there are many ways to do the same things. But not all of them are equally good. And some of them you should not use at all.

42. Writing Clean Code: Practical Tricks for PHP

Writing clean code isn’t hard, but sometimes getting a piece of code to work right can get in the way of making it maintainable.

43. Importance and Method of Naming in Software Engineering

Having self-explanatory names can significantly improve the maintainability of a software without putting any significant effort.

44. C# Parameter Null Validation, Explained

It is a very common practice to check for null in parameters:

45. 8 Tips To Reinvent Your Project Meetings And Win

In a typical project meeting most attendees do not contribute but attend just to hear the conversation. A large amount of developer time is wasted. This drains resources from the project and can create a scheduling nightmare.

46. Are Unit Tests a Waste of Your Time?

Unit tests are just a waste of time: you'll always end up spending more effort maintaining them than writing code

47. 15 Best Practices for Call Center Management

15 best practices for Effective Call Center Management to deliver Exceptional Customer Service Experience.

48. Engineering Purpose

Engineers are good at solutions. We're even fairly good at problems. Give us a client, and we will interview for the pain points, carefully describe the key problems, and design the most effective, doable solutions. And we'll do them, breaking them into actionable steps until the solution is realized.

49. 5 Tips to Build an Optimized Sales Process That Closes More Deals

Optimizing the sale process is a key skill for any sales manager. Learn about 5 important tips to help you make your team more efficient.

50. On the Relevance of Software Engineering for the Development of ML based Software Systems

We are studying the emerging discipline of Machine Learning Engineering by investigating best practices for developing software systems that include ML components. In this article, we share the research motivation and approach, some initial results, and an invitation to help us by taking our 7-minute online survey on ML Engineering best practices.

51. Harnessing Growth Mindset to Design a Spider Killer

I was in the middle of doing a pilates class over Zoom when I noticed a big spider on the ceiling. I pointed it out to my kids who were in the room with me, but knowing that none of us could reach it, I dismissed it and went back to struggling through “the hundreds”. Around me, the kids also resumed their activity... or so I thought.

52. Continuous Integration: Best Practices To Follow

We think of bugs as being in code but that’s just the end of the story. Bugs are a human problem. You fix one bug in code but you prevent future bugs by helping humans to work better.

53. Progress From Coding Software To Engineering It

Before I learned how to build apps with code, I thought software development would be like building something out of wood... you learn a couple of basic skills,

54. SOLID Principles in JavaScript: What Does the "O" Stand For?

Hello, guys. This is the second article about SOLID principles with Javascript examples. In my previous article I described what are patterns in general, what is SOLID and why we should use them. If you haven't read it, pls, read it now and continue read current article after the previous one.

55. 10 Best Practices for Every React Developer

React Best Practices, How to get the most out of React library and what steps you should take.React is one of the most popular front-end libraries for JS

56. 5 Best Practices For Artists Creating NFTs

The NFT community is growing stronger and more dynamic by the day. This article covers the top challenges and five best practices using artist data.

57. 10 Best Practices for Using Kubernetes Network Policies

In this article, we will explore 10 best practices for using Kubernetes Network Policies to enhance the security and reliability of your applications.

58. Work From Home 101

Last year I broke my meniscus and had surgery. As a result, I cried a lot and worked from home for 3 months. It’s safe to say that nothing about this lockdown has surprised me, not even the part of not being able to leave the house. When life gives you lemons, write a Medium article, right? This are a few things that a picked along the way, and had actually worked great for me.

59. Multi-tenant Postgres In The Real World

Back in the days when MySQL was the undisputed open source database champion, there was a sense that people who took their databases seriously would choose PostgreSQL instead. Everyone else chose MySQL; it was fast and it was easy.

60. Startup Equity for Employees: Glossary, Guidelines, and Software

Startup equity is something that every startup founder struggles with even if they have an MBA. In fact, no one really thinks about this until it becomes important, which happens when they start a business or are being compensated by a business. Everyone who puts in a lot for the business deserves to get a piece of the cake in the business.

61. Logging Vs. Monitoring: Best Practices for Logging [Part 2]

Logging and Monitoring… this I tell you, brother. You can't have one without the other.

62. Another Reason to Use Docker

Recently I was working on a project which includes Terraform and AWS stuff. While working on that I was using my local machine for terraform code testing and luckily everything was going fine. But when we actually want to test it for the production environment we got some issues there. Then, as usual, we started to dig into the issue and finally, we got the issue which was quite a silly one 😜. The production server Terraform version and my local development server Terraform version was not the same.

63. Top 24 ES6 Code Snippets for JavaScript Problems

Here I have hand-picked some of the most useful code snippets from 30 seconds of code. It’s an awesome resource, go ahead and show it some love.

64. Maritime Service and Full Stack JS: Interview with 2022 Noonies Nominee, Serhii Rubets

This short story is about me, and how I become a software engineer. Why I'm sharing my knowledge and why I create educational content.

65. Top 7 Techniques For The Ideal Secure Code Review

Considering today's cyber threat landscape, it is undeniable to say that the internet-facing applications are at major risk due to rapid increase in vulnerability exploits and ways to penetrate applications leveraging the hidden weaknesses in them.

66. Using the Builder Design Pattern in .NET C# to Develop a Fluent API

A step-by-step guide to developing a Fluent API from scratch in .NET C# using the Builder Design Pattern.

67. Dapper Best Practices: C# Developers' Guide to Database Management

Dapper is an open-source ORM tool that is easy to use and lightweight, which makes it a popular choice for .NET developers. It is designed to work with various

68. A Better Implementation of Enhanced Repository Pattern in .NET C#

Implement a better enhanced Repository Pattern in DotNet (.NET ) CSharp (C# ) following best practices Dependency Injection (DI) Inversion of Control (IoC)

69. How To Determine The Right HTTP Response Code For Various Situations

A collection of a few things I needed to clear up (to myself or others) about HTTP Status Codes while building a RESTful API.

70. Design for E-Commerce Apps Using a NoSQL Database

Working with a lot of data like products, orders, categories, users and payments is a very important topic when building e-commerce applications. In this post you'll learn the very basics of structuring your noSQL schema so it's fast and scalable for e-commerce scenarios.

71. Creating A Killer README File: Ultimate Guide

After code comments, the README file is one of the most ubiquitous forms of documentation found in software development today.

72. How to Use Git Rebase to Squash a Sequence of Commits to a New Base Commit

What is a Git rebase and how do you use it? Rebasing is one of the two Git processes of integrating changes from one branch to another.

73. As a builder of Wordpress websites, I need to speak my truth

This is why Wordpress sucks and you should probably stop using it

74. Following These 6 Steps Will Help You Build A Super Lightweight Website

Not an Early Adopter

75. Setup Environment Variables for Web Dev projects [A How To Guide]

Setting up Environment Variables is the best practices in web dev world. But it seems troublesome for most people in practices, so few applied it. Well, it actually not that hard and it is necessary in most cases, let me show how you in this article.

76. Layout Patterns: How to Unite Layout Artists and Designers

This article will help improve the interaction between designers and layout artists to minimize errors and increase productivity. Do not take the article as the only correct approach.

77. xUnit: Managing Complex Test Parameters

xUnit support many ways of parameterizing tests, however none of the existing documentation I could find covered the use case of re-using and mixing parameter datasets across different tests. This article shows how this can be done with xUnit in Visual Studio.

78. Building API Integrations Like a Pro

Modern applications aren’t built in silos. They rely on the features of other applications. This reliance can come in the form of open-source libraries, access to a wealth of data, or complex features distilled down into a consumable API. Incorporating third-party dependencies into your own project can be challenging. It comes with the benefits of faster development, and the downside of reliance.

79. 6 Awesome Tips To Help You With CSS Selectors

Choosing the right CSS selectors can be a lot of trouble and there’s so much information out there that it can even be a little overwhelming at times. Words like “combinators” and “specificity” get thrown around a lot, you read how greater specificity increases efficiency but then how ID’s (the most specific) should be avoided like the plague, according to some. What’s a poor coder to do as he navigates the cascading landscape of style sheets? Hopefully by the end of this I will have been able to outline some good practices, and provide enough additional resources, to clear this issue up for good.

80. 7 Best Practices for Writing NodeJS Applications

Best practices to follow while writing the node.js application.

81. How to Name Things Properly

Perhaps it is not news to everyone that there are two hard things in Computer Science.

[82. Avoid Stranger Danger:

Review the new CISA Cybersecurity Guides](https://hackernoon.com/avoid-stranger-danger-review-the-new-cisa-cybersecurity-guides) Cybersecurity is about the quality of work. It should be our top priority.

83. Kubernetes And Containers, Explained ☸️💡🎉

Kubernetes is the de facto standard for running containerized applications. Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.

84. Slack Will Reject Your App: 5 Reasons From Someone Who's Been Through The Process, TWICE

At a time when businesses are increasingly relying on Slack for day-to-day operations, the Slack App Directory is thriving. These days, there are Slack apps for everything: from polls to team recognition, to daily standups, to promoting inclusive language. There has never been a better time to be a Slack user.

85. Software Testing of Electron Based Application

So I’m sitting around and waiting for a challenge, dreaming of having a project where I won’t see all these boring aspects like Webdriver, BrowserStack, Web pages, etc. And then…

86. How ML Challenges Software Engineering

Inherent uncertainty, data-driven behavior, rapid experimentation: characteristics of Machine Learning that disrupt traditional software engineering practices.

87. Web Application Security: A Broader Perspective

Security has become an integral part of software development and operations lifecycle. When it comes to web applications, there are well-established patterns and practices to ensure securing the data. Typically most of us consider access control and securing the data at rest and transit for protection. Though these areas are fundamentally important, there are many more things to do to establish overall security of a web application. This article focuses on providing a broader perspective of things, in developing secure software focusing mostly on web applications.

88. Facts Everyone Needs To Know About Front-End Development Practices

Front-end development takes much more than writing clean code. While writing concise and legible code is not mandatory, it will save many headaches in the future. The chances of writing code that will never be changed or never looked at again are slim to none, and time spent getting lost in old code is time wasted. Here are some key web development best practices for HTML, CSS, and JavaScript.

89. How To Use Django as Your SaaS Framework

The Django Framework has been a popular choice for web development with Python for many years. And for good reason: it leverages Python's ease of modularity to offer a very flexible solution for a variety of applications.

90. A detailed guide to the world of MQTT

MQTT (formerly known as MQ Telemetry Transport) was created in 1991 by Andy Stanford-Clark (IBM) and Arlen Nipper (Eurotech) in order to connect oil pipelines over unreliable, satellite networks. It is a machine-to-machine (M2M)/”Internet of Things” connectivity protocol.

91. Pull Request Checklist: What You Need to Do Before Assigning a PR to Someone

If you work in a team opening a Pull Request (or Merge Request) looks appropriate. It’s a common practice nowadays. However, have you ever thought about opening a Pull/Merge Request when working by yourself?

92. My Top 10 JavaScript Articles from 2019

JavaScript has come a long way since its humble beginnings as a clunky, exclusively front-end scripting language. We saw some big developments in the JavaScript landscape during 2019, including the widespread adoption of React hooks and functional programming concepts, steady conversion to TypeScript, and continued domination of React in the front-end framework ecosystem.

93. 7 Git Practices to Start Using in Your Next Commit

Every software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companies adopted git because of its features. If you wonder why git is so powerful, here are some of the advantages over other versioning systems, like Subversion:

94. The Meaning of Functions in Julia

When I first learned about the Julia programming language, there were a few things that gave me the "wat" moments. One of those surprises involves both the naming and meaning of functions.

95. 6 Lessons I Learned with Software Testing

For the last few of months I started digging into the software testing world. I really wanted to learn more about how to create more effective tests, refactor code with more confidence and feel safe about adding new features. However, I felt it is little difficult to dive right in this area, that in my point of view, is underestimated.

96. Simplify CSS With a Few Easy Rules

Maintaining CSS may be a real problem when developing a project.

97. 📚 Android Components Architecture in a Modular Word

Marvel kotlin sample application using android components architecture in a modular project

98. Backend Performance Best Practices: Running and Monitoring Express.js in Production

What is the most important feature an Express.js application can have? Maybe using sockets for real-time chats or GraphQL instead of REST APIs? Come on, tell me. What’s the most amazing, sexy, and hyped feature you have in your Express.js application?

Thank you for checking out the 98 most read stories about Best Practices on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.