Coding tools news 2022

Here is a post where I post information on new and interesting coding tools on the comments.

825 Comments

  1. Tomi Engdahl says:

    Gitleaks: Open-source solution for detecting secrets in your code
    Gitleaks is an open-source SAST tool designed to detect and prevent hardcoded secrets such as passwords, API keys, and tokens in Git repositories
    https://www.helpnetsecurity.com/2024/06/27/gitleaks-open-source-solution-detecting-secrets-in-code/

    Reply
  2. Tomi Engdahl says:

    MoonBit: Wasm-Optimized Language Creates Less Code Than Rust
    MoonBit is an end-to-end programming language that’s optimized for WebAssembly, while also compiling to JavaScript and Assembly code.
    https://thenewstack.io/moonbit-wasm-optimized-language-creates-less-code-than-rust/

    Reply
  3. Tomi Engdahl says:

    Open Source ‘Eclipse Theia IDE’ Exits Beta to Challenge Visual Studio Code
    https://visualstudiomagazine.com/Articles/2024/06/27/eclipse-theia-ide.aspx

    Some seven years in the making, the Eclipse Foundation’s Theia IDE project is now generally available, emerging from beta to challenge Microsoft’s similar Visual Studio Code editor, with which it shares much tech.

    The Eclipse Theia IDE, part of the Eclipse Cloud DevTools ecosystem, primarily differs from VS Code in licensing and governance. Open-source champion Eclipse Foundation calls it a “true open-source alternative” to VS Code, which Microsoft has described as being “built” on open source but with proprietary elements like default telemetry with which usage data is collected.

    Reply
  4. Tomi Engdahl says:

    Serverless cloud technology fades away
    Serverless was a big deal for a hot minute, but now it seems old-fashioned, even though its basic elements, agility and scalability, are still relevant.
    https://www.infoworld.com/article/3715605/serverless-cloud-technology-fades-away.html

    It is becoming increasingly evident that serverless technology is losing relevance and will soon fade away in the cloud technology space. Why did this happen? What can we learn from this evolution of technology?

    When serverless computing first hit the streets over a decade ago as a cloud computing paradigm, it saved us from needing to handle detailed compute and storage configurations. Everything was done automatically at the time of execution. This seemed more evolution than revolution because PaaS systems were already doing an aspect of this type of computing.

    Today, serverless cloud technology is increasingly overshadowed in the cloud technology marketplace. Initially lauded for its promise of simplified infrastructure management and scalability, serverless computing has been pushed to the periphery as new trends and technologies capture the spotlight.

    Reply
  5. Tomi Engdahl says:

    https://hackaday.com/2024/07/07/c-compiler-exists-entirely-in-vim/

    8cc.vim is a C compiler that exists as pure Vimscript. Is it small? It sure is! How about fast? Absolutely not! Efficient? Also no. But does it work and is it neat? You betcha!

    https://github.com/rhysd/8cc.vim

    Reply
  6. Tomi Engdahl says:

    It’s not about avoiding technical debt at all costs but managing it wisely.

    In summary, managing legacy systems and addressing technical debt is a critical aspect of software development. It involves continuous improvement, strategic planning, and effective communication to overcome challenges and keep systems up-to-date.

    The ultimate goal is to maintain a fresh and functional codebase, free from the shackles of a bygone era. The key takeaway is this: it’s not about avoiding technical debt at all costs but managing it wisely.
    https://www.helmes.com/technical-debt-the-silent-killer-of-software-projects/

    Reply
  7. Tomi Engdahl says:

    Zed, GPU-accelerated IDE Written in Rust, is now available for Linux
    https://www.omgubuntu.co.uk/2024/07/zed-editor-linux-released#google_vignette

    Open-source editor Zed is now available for Linux.

    Zed is a GPL licensed IDE written in Rust, developed by the authors of the Atom editor and the creators of the Tree-sitter parser generator.

    Out-of-the-box it offers the essential features one expects of a modern IDE, including:

    Expansive language support
    Syntax highlighting
    Auto-indent
    Outline view
    Autocomplete
    Real-time collaboration tools
    Integrated terminal
    Vim mode
    Themes

    But it also has some unique touches, too.

    Notably, Zed is GPU-accelerated (by way of the Vulkan API). Combined with the editor’s Rust underpinnings, this editor boasts blazingly fast startup times, can open large files/projects instantly, and benefits from lower input latency than rival editors, like VS Code.

    Plus, Zed provides in-app integration with OpenAI’s ChatGPT (and Copilot on macOS builds). Once a valid API key is entered, users can quickly generate new code from prompts, refactor code entered by GPT’s archaic ancestor (a human); and troubleshoot issues.

    Reply
  8. Tomi Engdahl says:

    Python Meets JavaScript, Wasm With the Magic of PythonMonkey
    PythonMonkey enables developers to use Python code in JavaScript and vice versa with ease and virtually no performance loss.
    https://thenewstack.io/python-meets-javascript-wasm-with-the-magic-of-pythonmonkey/

    PythonMonkey, an innovative JavaScript runtime embedded within Python, is bridging the gap between two of the world’s most popular programming languages.

    PythonMonkey is a JavaScript runtime living inside of Python, built on top of Mozilla‘s SpiderMonkey engine. Developers can use it as a Python library for running JavaScript code in Python.

    Distributive, a Kingston, Ontario Canada-based cloud computing startup, built PythonMonkey so they could port their JavaScript NodeJS SDK directly to Python without having to maintain both projects, essentially cutting their code maintenance costs in half.

    “We’re hoping PythonMonkey will help bridge the gap between the millions of npm packages and Python developers as well as potentially one day standing on its own as a JavaScript runtime competing with Node.js, Bun and Deno but with the ability to use ‘any’ Python package from JS,” said Will Pringle, a software developer at Distributive.

    Indeed, PythonMonkey enables developers to use Python code in JavaScript and vice versa with ease and virtually no performance loss, Pringle wrote in a blog post introducing the technology last year — meanwhile, Distributive plans to release PythonMonkey 1.0 next month.

    WebAssembly API and Engine
    “For instance, it’ll be possible to call Python packages like NumPy from within a JavaScript library, or use NPM packages like crypto-js directly from Python,” Pringle wrote “Also, executing WebAssembly (Wasm) modules in Python becomes trivial using the WebAssembly API and engine from SpiderMonkey.”

    Yes, the library leverages SpiderMonkey’s features, including its WebAssembly engine, allowing Python to run untrusted Wasm code in a sandbox from a variety of languages such as C, C++, Rust, and others.

    Run JavaScript/WASM in Python: high-level SpiderMonkey bindings to Python with PythonMonkey
    https://medium.com/@willkantorpringle/pythonmonkey-javascript-wasm-interop-in-python-using-spidermonkey-bindings-4a8efce2e598

    Reply
  9. Tomi Engdahl says:

    The Python Linter Ruff Is a Win for Open Source — and Rust
    In 2022, Charlie Marsh wrote a fast open source Python linter in Rust. Now, Ruff gets millions of downloads per week, as Marsh learned the power of open source.
    https://thenewstack.io/the-python-linter-ruff-is-a-win-for-open-source-and-rust/

    Reply
  10. Tomi Engdahl says:

    CUSTOM MICROCODE COMPILER, MADE IN GOOGLE SHEETS
    https://hackaday.com/2024/07/07/custom-microcode-compiler-made-in-google-sheets/

    When homebrewing a CPU, one has to deal with microcode. Microcode is the low-level nuts and bolts of how, precisely, a CPU executes instructions (like opcodes) and performs functions such as updating the cycle counter or handling interrupt requests. To make this task easier, [Bob Alexander] created a microcode compiler built in Google Sheets to help with his own homebrew work, but it’s flexible and configurable enough to be useful to others, as well.

    https://www.galacticstudios.org/microcode-compiler/

    Reply
  11. Tomi Engdahl says:

    5 New Open Source Programming Languages That You Might Have Missed!
    You never know, one of these programming languages can be the next big thing!
    https://news.itsfoss.com/new-open-source-programming-languages/

    From the house of Apple, Pkl (pronounced Pickle) is a declarative programming language that was built as a configuration-as-code implementation with support for rich validation and tooling.

    They introduced this to address the shortcomings of static languages like YAML, JSON, and Property Lists, when configuration became more complex.

    Lax

    Being an under-development bit of kit, Lax was created because its creator felt that the way other languages parse and interpret code is “unnecessarily strict”.

    They wanted to demonstrate that it was possible to build a language with highly loose/flexible syntax that wouldn’t sacrifice on the level of performance and control offered by lower-level languages.

    Amber is a programming language that makes Bash scripting easier by allowing users to write Bash scripts in a high-level programming language, closer to what a human might understand easily.

    Marketed by its developer as a programming language that “solves the software shareability problem”, Scrapscript is meant to make software safe and sharable.

    Knowledge Graph Language (KGL) is the result of that.

    With KGL, you can interact with knowledge graphs in a straightforward way, carrying out tasks such as returning all connecting nodes, finding out how two separate nodes connect, and finding all attributes related to a node in a graph

    Reply
  12. Tomi Engdahl says:

    Python Developers Hold the Key to Blockchain Adoption
    You don’t need to know a niche language or have specialist skills in cryptography to participate; you just need Python.
    https://thenewstack.io/python-developers-hold-the-key-to-blockchain-adoption/

    Reply
  13. Tomi Engdahl says:

    The Top 12 Open-Source No-Code Tools with the Most GitHub Stars
    https://dev.to/nocobase/the-top-12-open-source-no-code-tools-with-the-most-github-stars-4aac

    In this article, we will explore 12 leading open-source, no-code tools on GitHub, each distinguished by its star ranking.

    Each tool is designed to streamline and accelerate the development process, though they each focus on different application scenarios.

    Reply
  14. Tomi Engdahl says:

    Goodbye Manual Prompting, Hello Programming With DSPy
    The DSPy framework aims to resolve consistency and reliability issues by prioritizing declarative, systematic programming over manual prompt writing.
    https://thenewstack.io/goodbye-manual-prompting-hello-programming-with-dspy/

    The development of scalable and optimized AI applications using large language models (LLMs) is still in its growing stages. Building applications based on LLMs is complex and time-consuming due to the extensive manual work involved, such as writing prompts.

    Prompt writing is the most important part of any LLM application as it helps us to extract the best possible results from the model. However, crafting an optimized prompt requires developers to rely heavily on hit-and-trial methods, wasting significant time until the desired result is achieved.

    Reply
  15. Tomi Engdahl says:

    Devs Need System Design Tools, Not Diagramming Tools
    Navigating The XY Problem: Reframing Questions to Solve the Right Problems.
    https://thenewstack.io/devs-need-system-design-tools-not-diagramming-tools/

    When engineering teams select tools for managing their software systems, particularly for design and visualization, they often encounter the XY problem.

    The XY problem arises when someone attempts to solve problem X using solution Y but faces challenges. Instead of seeking help for problem X, they request support for solution Y, obscuring the root cause and leading to miscommunication and suboptimal solutions.

    Reply
  16. Tomi Engdahl says:

    DevToys (Developer Tools App) is Now Available for Linux
    https://www.omgubuntu.co.uk/2024/07/devtoys-developer-tool-now-available-on-linux

    When Scott suggested I cover a new open-source app for Linux on the basis “it’s like Microsoft PowerToys for developers”, I wasn’t exactly sure what I’d be writing about — or why.

    But after reading the website for DevToys (the app in question) where’s described as a “Swiss Army knife for developers”, things suddenly made more sense.

    DevToys bakes in 30 tools to “help with daily development tasks”, saving programmers, coders, and web builders time and effort as part of their workflow, and perhaps easing the frustration which often stems from switching between different apps, CLI tools, and websites.

    To that end, DevToy’s overriding “USP” is one of convenience.

    Every task it tackles can be achieved using other software, plugins, command-line tools, websites, or good ol’ fashioned manual effort. The benefit it provides is all of those tools are present, accessible, and easy to find in one place.

    DevToys 2.0 offers 30 tools, including: –

    Converters for JSON YAML, date, number bases
    Encoders/Decoders for HTML, JWT, Base64, GZip, QR codes
    Formatters for JSON, SQL, XML
    Generators including hash, checksum, Lorem Ipsum, passwords
    Graphics tools like a colour blindness simulator, image compression/conversion
    Testers for JSONPath, RegEx, and XML
    Text helpers to preview markdown, compare text, change case, reorder

    https://devtoys.com/

    Reply
  17. Tomi Engdahl says:

    Coding From Scratch Creates New Risks
    The good news for organizations is that CodeOps combines AI and human ingenuity to minimize these risks while saving time and money.
    https://thenewstack.io/coding-from-scratch-creates-new-risks/

    Digital assets, including apps and websites, are a must-have for organizations, and those that are innovative, intuitive, and fun to use can go a long way toward building long-lasting customer relationships. Creativity helps businesses stand out in a crowded marketplace, but many need to realize that they don’t need to reinvent the wheel and start the app development process from scratch.

    In many new app development projects, a significant portion of the required code has already been written — up to 70% is often readily available. This code may originate from open source projects or have been previously developed by developers within the organization.

    Despite the abundance of existing code, efforts to prioritize code reuse have historically faced challenges. Solutions such as low- or no-code platforms often force disruption and demand new, non-transferable skill sets, contributing to resistance and failure. Many of these solutions also need more technical maturity to deliver on their promises.

    This is why organizations turn to CodeOps, an AI-driven software development process prioritizing systematic code reuse. This helps teams avoid wasting time reinventing the wheel and, more importantly, significantly reduces the risks associated with writing code from scratch, including:

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

*

*