Skip to main content

Useful Tools For Software Development

cover photo
Image by Maria_Domnina from Pixabay

The world of Information Technology offers a vast and ever-evolving array of tools, often making it challenging, especially for those starting out in software development, to determine which ones are essential for their needs. From writing your first lines of code to managing complex projects and deploying sophisticated applications, the right tools can significantly impact your productivity and success. This article outlines some of the most commonly used tools and their use cases.
Note this article mainly focuses on tools intended for small teams.

Some of the most commonly used tools

Version Control

  • GitHub
  • Gitlab (many people praise Gitlab for its smooth CI/CD implementation)

Tip:

  • Keep one branch, usually called main or master, as a source of truth meaning it is ready to be deployed at any time.
  • Create branches for changes, bug fixes, or new features instead of directly altering the main branch.
  • Submit changes via pull requests with meaningful commit message and add labels and issue number if there is one. It is always good idea to get the changes reviewed by other team members.
  • Maintain a detailed README document.

If you want to learn about how to integrate Git into your development workflow, check out this article: Git Workflows

Project management

Communication

Deployment

Tip:

  • Using Docker alone is good enough for smaller or simpler projects but once your project gets more complicated, you may inevitably need to start using Kubernetes.

  • Use Continuous Integration and Continuos Development tools (CI/CD) such as Github Actions or Gitlab for automatic deployments.

Creating Graphs

  • Mermaid-js - JavaScript based diagramming and charting tool that uses markdown-like syntax.
  • Drawio - Best of the class for creating general diagrams.
  • Excalidraw - It is virtual whiteboard, best suited for sketching.

Content Management and Blogging

Many companies publish content such as

  • documentation explaining how to use their product
  • useful tips and hacks about their product
  • news and announcements relating to the company, service etc
  • useful articles to get a traffic to their website and introduce their services/product as a part of sharing useful information.

There are many platforms that offer Content Management/ Blogging services, some of them are free, while others are not and some of them require little bit of coding knowledge while others are no-code platforms etc.

Below two platforms require no coding skills

  • Blogger by Google - completely free
  • Medium - most features are free, some features are behind $5 a month paywall though

I prefer Blogger to Medium, because of below four reasons:

  1. blogger offers several themes to choose from
  2. it is possible to customize layout and theme visually
  3. it allows using CSS to customize a theme
  4. blog content can be written in html

You can learn more about above features and how to use them in this article

IT Tools - a Swiss army knife

knife2
Image by Clker-Free-Vector-Images from Pixabay

It-Tools.tech website offers over 80 tools/features ranging from markdown-to-html converter to a QR code generator completely free of charge.

While many of these features can be replicated by experienced programmers with relatively few lines of code, the time and effort involved in writing, maintaining, and hosting these tools can be significant. By providing a ready-to-use platform that houses a diverse range of tools, It-Tools is a convenient and efficient solution to many day-to-day minor headaches.

Learning Resources

Tip:

YouTube has many channels that offer tutorial videos. Even Ivy league universities offer their IT courses for free on YouTube. One great example is Computer Science course, CS50, offered by Harvard University.

On Udemy courses are priced at 240 dollars. But most of the time, there will be 90% discounts, making courses around 15 dollars. So, when you check the Udemy course, if it is listed for 240 dollars, wait a few days and check it again, most likely it will be discounted to 15 dollars.

Many Udemy teachers have YouTube channels. when they launch a new course on Udemy, they announce it on YouTube and almost always provide promotional codes that make the Udemy course's price 15 dollars. So, you should look out for such announcement videos on YouTube.

Q&A Forums

Tip:

On StackOverflow you must ask questions only in English. Besides, your question should NOT be seeking advice or opinion. Otherwise, your question will be voted down and deleted.

If you want to ask advice or others' opinion, you can use Reddit or StackOverflow Discussions.


Conclusion

Note it is just a short list of commonly used tools. Besides there is no one-size-fits-all golden rule. You should further research and try out different tools by yourself. Often times it is just matter of preference. For example some people hate MS Projects software while there are plenty of people who love it.

Comments

Popular posts from this blog

脱初心者! Git ワークフローを理解して開発効率アップ

Git – チーム開発に必須のバージョン管理システムですが、その真価を発揮するにはワークフローの理解が欠かせません。 色々な人は Git の使い方を良く知っていますが、Git を仕事やワークフローに統合する方法を余り良く知らない人もいます。本記事では、Git をワークフローに組み込むことで、開発プロセスがどのように効率化され、チーム全体のパフォーマンスが向上するのかを解説します。Centralized Workflow から Forking Workflow まで、代表的な 9 つのワークフローの特徴を分かりやすく紹介します。それぞれのメリット・デメリット、そして最適なユースケースを理解することで、あなたのプロジェクトに最適なワークフローを選択し、開発をスムーズに進めましょう! Centralized Workflow Feature branching/GitHub Flow Trunk Based Flow Git Feature Flow Git Flow Enhanced Git Flow One Flow GitLab Flow Forking Workflow 分かりやすくするために、同じコンセプトを説明するに一つ以上の図を使った場合があります。 Centralized Workflow 説明: 集中化ワークフローではプロジェクトにおけるすべての変更の単一の入力箇所として中央リポジトリを使用します。デフォルトの開発用ブランチは main と呼ばれ、すべての変更がこのブランチにコミットされます。 集中化ワークフローでは main 以外のブランチは不要です。チームメンバー全員がひとつのブランチで作業し、変更を直接中央リポジトリにプッシュします。 メリット: SVN のような集中型バージョン管理システムから移行する小規模チームに最適。 デメリット: お互いのコードが邪魔になり (お互いの変更を上書きするように)、プロダクション環境にバグをい入れる可能性が高くて、複数のメンバいるチームでこのフローを使いにくい。 地図: graph TD; A[Central Repository] -->|Clone| B1[Developer A's Local Repo] A --...

From Generic to Genius: Fine-tuning LLMs for Superior Accuracy in Snowflake

TL;DR: Cortex Fine-tuning is a fully managed service that lets you fine-tune popular LLMs using your data, all within Snowflake. While large language models (LLMs) are revolutionizing various fields, their "out-of-the-box" capabilities might not always align perfectly with your specific needs. This is where the power of fine-tuning comes into play. As it will be explained in this article, this feature empowers you to take a base LLM and customize it to excel in your particular domain. Here's the brief summary of why you might want to leverage Snowflake's fine-tuning capabilities: Unlocking Domain Expertise : Pre-trained LLMs are trained on massive, general datasets. Fine-tuning allows you to build upon this foundation and train the LLM further using data specific to your field, such as legal documents, medical records, or financial data. This empowers the LLM to understand complex terminology and patterns unique to your domain, leading to more accurate a...

How Wendy’s Successfully Penetrated the Japanese Market After Long Struggles

Wendy’s had long struggled to penetrate the Japanese market. Initially the Daiei Group tried to bring Wendy’s to Japan but failed. The next owner of Wendy’s’ Japanese franchise, Zensho Holdings Co. also failed miserably. However, Japanese-American entrepreneur Ernest M. Higa seems to have managed to do the task. This article will discuss the challenges Wendy’s faced when entering the Japanese market, how Ernie Higa addressed those challenges, macro environmental factors that impacted the success of the brand in Japan, future threats the Japanese fast food market is facing , and potential solutions. The prior challenges that Wendy’s faced when they entered the Japanese market There is no one-size-fits-all formula in business, especially when Japan is involved in the conversation. According to Japanese-American entrepreneur Ernie Higa, even if a company has a good product and good pricing, penetrating the Japanese market is more difficult compared to the US’s market. Foreign e...