How to become an author
.NET Knowledge Base
  • All streams
  • Development
  • Administrating
  • Design
  • Management
  • Marketing
  • PopSci
Log in Sign up

Posts 45

Hubs and companies 136

Users 1k

Comments 1k

  • by relevance
  • by date
  • by rating
  • baragol January 15, 2019 at 12:36 PM

    Modes are vim’s killer feature? Seriously?

    • Programming,
    • VIM
    • Translation
    Author of the original post in Russian: varanio You may have read a recent article suggesting that vim is great unlike IDEs, because of their allegedly low typing speed. Let’s recall that the ...
    Read more →
    • +15
    • 2.4k
    • 6
  • Andrey2008 February 7, 2019 at 03:35 PM

    Wanna Play a Detective? Find the Bug in a Function from Midnight Commander

    • PVS-Studio corporate blog,
    • Open source,
    • C,
    • Development for Linux
      In this article, we invite you to try to find a bug in a very simple function from the GNU Midnight Commander project. Why? For no particular reason. Just for fun. Well, okay, it's a lie. We ...
      Read more →
      • +31
      • 6.1k
      • Comment
    • VijayDeveloper February 8, 2019 at 11:35 AM

      10 Tips for Being a Good Tech Lead

      • Programming
      • From sandbox
      Leadership is not a service, it’s a skill. Professionals working as a software developer for a couple of years are given the chance to be a tech lead. However, remember that ‘with great power comes ...
      Read more →
      • +19
      • 7.7k
      • 4
    • x86corez February 8, 2019 at 06:56 PM

      Making Git for Windows work in ReactOS

      • Фонд ReactOS corporate blog,
      • Open source,
      • System Programming,
      • Reverse engineering,
      • Development for Windows
        Good day to you! My name is Stanislav and I like to write code. This is my first english article on Habr which I made due to several reasons: Habr is now in English Lack of technical articles in ...
        Read more →
        • +42
        • 4.1k
        • 1
      • arielf February 10, 2019 at 10:15 PM

        On higher education, programmers and blue-collar job

        • GTD,
        • Studying in IT,
        • IT career
          “Sometimes it happens that a man’s circle of horizon becomes smaller and smaller, and as the radius approaches zero it concentrates on one point. And then that becomes his point of view.” ...
          Read more →
          • +21
          • 8.5k
          • 7
        • dsavenko February 25, 2019 at 09:09 AM

          Weak UI, weak programmer

          • Programming,
          • Interfaces,
          • Design
            Why do so many programmers hate UI work? Because it is tedious. Especially, for the Web, but other types of UI are only slightly easier. Layouts, margins, paddings — neverending stream of little ...
            Read more →
            • +6
            • 2.2k
            • 5
          • Andrey2008 March 11, 2019 at 09:03 PM

            Ways to Get a Free PVS-Studio License

            • PVS-Studio corporate blog
              There are several ways to get a free license of the PVS-Studio static code analyzer, which is meant for searching for errors and potential vulnerabilities. Open source projects, small closed ...
              Read more →
              • +25
              • 2.1k
              • Comment
            • sahsAGU March 22, 2019 at 10:00 AM

              Building Games with MonoGame

              • Microsoft corporate blog,
              • .NET,
              • Game development
                MonoGame is an Open Source implementation of the Microsoft XNA 4 Framework. It allows developers to create games for iOS, Android, MacOS, Linux, Windows, Xbox and PlayStation. In this episode, ...
                Read more →
                • +2
                • 1.7k
                • Comment
              • VijayDeveloper March 27, 2019 at 07:31 AM

                6 Essential Python Libraries for Python Programming

                • Python
                • Tutorial
                Python is a high-level, general-purpose programming language that has become one of the leading names in the programming community. It ranges in the ability from developing simplistic applications to ...
                Read more →
                • +1
                • 2.6k
                • Comment
              • Andrey2008 August 20, 2019 at 04:19 PM

                PVS-Studio: Engine of Progress

                • PVS-Studio corporate blog
                  A PVS-Studio team and our product make a great contribution to upgrading of software quality. Moreover, in addition to detecting errors in closed and open source projects, there is an indirect ...
                  Read more →
                  • +20
                  • 406
                  • Comment
                • Andrey2008 September 12, 2019 at 02:23 PM

                  Handling Objections: Static Analysis Will Take up Part of Working Time

                  • PVS-Studio corporate blog,
                  • IT systems testing,
                  • Programming,
                  • Development Management
                    Talking to people at conferences and in comments to articles, we face the following objection: static analysis reduces the time to detect errors, but takes up programmers' time, which negates the ...
                    Read more →
                    • +31
                    • 646
                    • Comment
                  • Andrey2008 October 4, 2019 at 09:59 AM

                    For professors' note: use PVS-Studio to get students familiar with code analysis tools

                    • PVS-Studio corporate blog,
                    • Programming,
                    • Perfect code,
                    • Studying in IT
                      Our support chats and some other indirect signs showed that there are many students among our free users. Here's the reason: PVS-Studio is now more often used by professors in courses related to ...
                      Read more →
                      • +22
                      • 1.1k
                      • Comment
                    • n0mo November 18, 2019 at 11:20 AM

                      Solutions to Bug-Finding Challenges Offered by the PVS-Studio Team at Conferences in 2018-2019

                      • PVS-Studio corporate blog,
                      • Programming,
                      • Conferences
                        Hi! Though the 2019 conference season is not over yet, we'd like to talk about the bug-finding challenges we offered to visitors at our booth during the past conferences. Starting with the fall of ...
                        Read more →
                        • +23
                        • 725
                        • Comment
                      • Stolyarrr November 20, 2019 at 10:03 AM

                        PVS-Studio in the Clouds: GitLab CI/CD

                        • PVS-Studio corporate blog,
                        • C++,
                        • DevOps
                          This article continues the series of publications on usage of PVS-Studio in cloud systems. This time we'll look at the way the analyzer works along with GitLab CI, which is a product made by GitLab ...
                          Read more →
                          • +28
                          • 777
                          • Comment
                        • Andrey2008 November 25, 2019 at 11:50 AM

                          Why You Should Choose the PVS-Studio Static Analyzer to Integrate into Your Development Process

                          • PVS-Studio corporate blog
                            PVS-Studio is a tool for detecting bugs and potential vulnerabilities in the source code of programs written in C, C++, C#, or Java, and is also a Static Application Security Testing (SAST) tool. It ...
                            Read more →
                            • +21
                            • 407
                            • Comment
                          • kristencarter7519 November 26, 2019 at 08:57 PM

                            Cracking Reduce Concept In Just 10 Minutes

                            • JavaScript,
                            • Programming,
                            • Functional Programming
                              Being a developer, I love to code especially in JavaScript. As per my experience, using reduce function is one of the toughest tasks in JS. Let me first elaborate on the Reduce concept! In ...
                              Read more →
                              • +4
                              • 946
                              • Comment
                            • alconost December 17, 2019 at 09:02 AM

                              Where Do Mojibakes Come From? Essentials of Encodings

                              • Alconost corporate blog,
                              • Programming,
                              • Development of mobile applications,
                              • Game development,
                              • Language localisation
                              • Translation
                              This article explores the basic concepts behind character encoding and then takes a dive deeper into the technical details of encoding systems. If you have just a basic knowledge of character ...
                              Read more →
                              • 0
                              • 232
                              • Comment
                            • kristencarter7519 December 17, 2019 at 09:44 AM

                              MobX or Redux: Which is Better For React State Management?

                              • Website development,
                              • JavaScript,
                              • Programming,
                              • Perfect code
                                In JavaScript, state management is a hot of discussion these days. When it comes to implementing state management, developers often find it challenging dealing with boilerplate code in Redux. ...
                                Read more →
                                • +1
                                • 10.7k
                                • Comment
                              • varunbhagat1 December 25, 2019 at 12:26 PM

                                PHP Vs ASP.NET: How to Choose the Right One?

                                • Web design,
                                • Website development,
                                • PHP,
                                • .NET,
                                • Software
                                • From sandbox
                                Are you a business owner looking for PHP web development services or ASP.Net development services, but unable to decide the right technology for your project? Are you looking for the pros and cons ...
                                Read more →
                                • 0
                                • 10.3k
                                • 4
                              • WhiteBlackGoose February 1, 2020 at 10:06 PM

                                Developing a symbolic-expression library with C#. Differentiation, simplification, equation solving and many more

                                • Open source,
                                • Programming,
                                • .NET,
                                • C#,
                                • Mathematics
                                  Hello! Why does programming a calculator seem to be a task, which every beginner undertakes? History might have the answer — computers were created for this exact purpose. Unlike the beginners, we ...
                                  Read more →
                                  • +4
                                  • 2.5k
                                  • Comment
                                Search «[Программирование]» on Habr Q&A or try to use Yandex or Google.
                                • ← here
                                • there →
                                • 1
                                • 2
                                • 3
                                Ads
                                AdBlock has stolen the banner, but banners are not teeth — they will be back

                                More
                                No reasons for downvotes yet
                                Reasons for downvotes

                                Top posts

                                • Day
                                • Week
                                • Month
                                • Audio over Bluetooth: most detailed information about profiles, codecs, and devices
                                  +22 163k 14 9
                                • Java vs .Net: Who will Reign in the Future?
                                  +3 25.6k 5 3
                                • Free Heroes of Might and Magic II: Open-Source Project that You Want to Be Part of
                                  +6 2.4k 0 0
                                • React Token Auth
                                  +2 17.9k 17 22
                                • Free Heroes of Might and Magic II: Open-Source Project that You Want to Be Part of
                                  +6 2.4k 0 0
                                • Creating and using your own deb repository (not mirroring)
                                  +1 277 4 2
                                • Startups going global: a guide to Startup Digest
                                  +3 256 4 0
                                • Free Heroes of Might and Magic II: Open-Source Project that You Want to Be Part of
                                  +6 2.4k 0 0
                                • Date Processing Attracts Bugs or 77 Defects in Qt 6
                                  +1 1.1k 0 0
                                • Algorithms in Go: Dutch National Flag
                                  +5 1k 5 4
                                • Should We Initialize an Out Parameter Before a Method Returns?
                                  +4 807 1 0

                                Please pay attention

                                Your account

                                • Log in
                                • Sign up

                                Sections

                                • Posts
                                • Hubs
                                • Companies
                                • Users
                                • Sandbox

                                Info

                                • How it works
                                • For Authors
                                • For Companies
                                • Documents
                                • Agreement
                                • Terms of service

                                Services

                                • Ads
                                • Subscription plans
                                • Content
                                • Seminars
                                • Megaprojects
                                © 2006 – 2021 «Habr»
                                Language settings
                                About
                                Support
                                Mobile version
                                Language settings
                                Interface
                                Content