Best of WindowsAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Docker For Frontend Developers

    Docker For Frontend Developers is a short and simple guide of docker, useful for frontend developers. It ensures that the working environment is same for all developers and all servers i.e, production, staging and testing. Anyone can setup the project in seconds, no need to mess with config, install libraries, setup dependencies and set up dependencies. The command creates a hello-world image.

  2. 2
    Article
    Avatar of changelogChangelog·4y

    Real world application

    Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. The Electron app is written in plain-old HTML and JavaScript. The Tauri app installer is around 2,5MB (!!!), while the Electron install is around ~85MB. Tauri has many security features built-in by default. You can even explicitly enable or disable certain APIs.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    My developer workflow using WSL, tmux and Neovim

    Microsoft made Windows Subsystem for Linux also known as WSL. I use Oh My Zsh to manage my zsh configuration, which makes it trivial to install and use plugins. To install Starship, Starship is a minimal, highly customizable and super fast prompt. Neovim is the best code editor for me because of its speed and ease of customization. All the configuration is written in Lua.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·4y

    Visual Studio Code July 2022

    Visual Studio Code will be released in June 2022 (version 1.70) There are many updates in this version that we hope you'll like, some of the key highlights include: Title bar customization - Hide/show menu bar, Command Center, or layout control.

  5. 5
    Article
    Avatar of dzDZone·4y

    7 Great Terminal/CLI Tools Not Everyone Knows

    Exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. The video gives a short overview of how to use the tools mentioned above work.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Command Line Commands – CLI Tutorial

    Windows command line is one of the most powerful utilities on a Windows PC. With it, you can interact with the OS directly and do a lot of things not available in the graphical user interface (GUI) In this article, I’ll show you 40 commands you can use on the Windows command line that can boost your confidence taskkill – Terminates a Running Task To kill a task.

  7. 7
    Article
    Avatar of devtoDEV·4y

    Windows Commands CheatSheet you needed

    bcdboot Enables you to quickly set up a system partition, or to repair the boot environment located on the system partition. Displays and modifies the Internet-to-adapter address translation tables used by the Address in Networks and communication management assoc Displays or modifies file name extension associations.

  8. 8
    Article
    Avatar of hashnodeHashnode·4y

    Terraform Basics

    Terraform is an infrastructure management tool developed by HashiCorp. It lets you provision and maintain cloud resources like Servers, Networking, Storage etc. It is a tool/command line program we run to define and make changes to our infrastructure. We can think terraform as Setting up blank canvas, but we still need other tools to Not its not lets understand this.

  9. 9
    Article
    Avatar of tuts_plusTuts+·4y

    How to Use async in PHP

    The former method of task execution is called synchronous execution and the latter is called asynchronous execution. In this tutorial, we will learn how to perform multiple tasks in parallel in PHP by using the Spatie async library. The library uses the symfony/process component to create and manage different child processes. The content of each file is a random hexadecimal string that is 4096 bytes long. The content is just a random Hexadecinal string.

  10. 10
    Article
    Avatar of itsfossIt's Foss·4y

    What is the Difference Between macOS and Linux?

    Linux is not an operating system but needs different components like desktop environments. There are plenty of differences between the two UNIX-like operating systems. Both give access to Unix commands, bash/zsh, and other shells. If you want to personalize, take control of the operating system’s nuts and bolts, Linux should be the perfect pick. The out-of-the-box experience with Linux is inconsistent.

  11. 11
    Article
    Avatar of geekflareGeekflare·4y

    12 Best Frameworks and Toolkits to Build Desktop Applications

    Tauri 1.0 uses the Rust programming language, which has become rapidly popular as a language for building next-generation applications. Tauri has a dedicated team that works on security patches regularly to make the platform capable of resisting sophisticated cyber threats.

  12. 12
    Article
    Avatar of hashnodeHashnode·4y

    Explain in 5 Levels of Difficulty: Linux

    The Linux kernel was first released to the public in 1991 by Finnish computer science student Linus Torvalds. The kernel is the core of a Linux operating system and provides basic services such as memory management, process management, device drivers, and system call handling.

  13. 13
    Article
    Avatar of ossOpen Source Way·4y

    5 note-taking apps for Linux

    Joplin is available on Linux, Windows, macOS, Android, and iOS. Trillium is a hierarchical note-taking application with a focus on knowledge building bases. Trilium is available as a desktop application for Linux and Windows, as well as a web application that you can host on your own Linux server.

  14. 14
    Article
    Avatar of electronElectron·4y

    Electron 20.0.0

    Electron 20.0.0 has been released! It includes upgrades to Chromium 104, V8 10.4, and Node.js 16.15.0. The Electron team is excited to announce the release of Electron.0! You can install it with node@latest or download it from our releases website.

  15. 15
    Article
    Avatar of theregisterThe Register·4y

    Ex-Microsoft UX director blasts Windows 11 Start menu

    Ex-Microsoft UX director Jensen Harris blasts Windows 11 Start menu. Harris: "It should represent the very best UI design the company is capable of... Design matters.

  16. 16
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Dual Boot Windows 10 and Ubuntu – Linux Dual Booting Tutorial

    You can download Rufus from their website to create a bootable USB drive. The next step is to install the Ubuntu distro on your Windows 10 PC. If you still cannot see your bootable drive, head over to your boot menu by getting into BIOS. It’s possible to see it as “Ubuntu” too.

  17. 17
    Article
    Avatar of hashnodeHashnode·4y

    A kick-start to use Linux with Windows (WSL)!

    WSL (WSL) is a tool provided by Microsoft to run Linux natively on Windows. It’s designed to be a seamless experience, essentially providing a full Linux shell that can interact with your Windows filesystem. WSL isn’t a fullLinux desktop experience that you might get by running Ubuntu in VirtualBox References to the Debian OS typically refer to the Linux kernel.

  18. 18
    Article
    Avatar of logrocketLogRocket·4y

    The state of Rust GUI libraries

    Rust has been growing in popularity over time, likely due to its flexibility and vibrant open source community. You can use many packages and crates to develop fast, complex GUI applications in Rust. We’ll also compare these GUI libraries and discuss how they’re a good choice for building your GUI application.