Blog Logo
TAGS

Automation Is Hard & We Are Doing It Wrong • Johan Abildskov • GOTO 2022

Automation Is Hard & We Are Doing It Wrong • Johan Abildskov • GOTO 2022

The speaker, Johan, introduces himself and discusses his experience as a software engineer and author. He believes that while Git is useful, it is working on the wrong level of abstraction to be of mu...

Read more...

Cloudy - Create a CMS out of your EF Core context

# Cloudy creates a CMS out of your EF Core context. Just create your DbContext, Models, and hook up Cloudy. Configure behavior with UI hints. Cloudy scaffolds the previously mentioned model and shows ...

Read more...

Boosting Theory-of-Mind Performance in Large Language Models via Prompting

Large language models have shown remarkable success in many tasks, but they still face challenges in complex reasoning. One area of specific interest is theory-of-mind (ToM) reasoning, which involves ...

Read more...

Getting Started with LangChain: A Beginners Guide to Building LLM-Powered Applications

LangChain is a framework that helps in building LLM-powered applications easily. It provides a generic interface to a variety of different foundation models, a framework to manage prompts, and a centr...

Read more...

Using modern decorators in TypeScript

Learn how to use the new official TypeScript decorators in TypeScript 5.0, including the benefits associated with decorators, a demo of modern decorators, and how to refactor existing decorators. Disc...

Read more...

Whats Next: WebStorm 2023.2 Roadmap

In this blog post, WebStorm gives a sneak peek into the upcoming release of WebStorm 2023.2. The release will focus on the stable new UI, adding support for CSS Nesting, improving Vue.js support, and ...

Read more...

Low-code LLM: Visual Programming over LLMs

This paper introduces a novel human-LLM interaction framework, Low-code LLM, that incorporates six types of low-code visual programming interactions to achieve more controllable and stable responses. ...

Read more...

Super-charging git rebase with git absorb

In this post, Andrew Lock talks about using the git-absorb tool to automatically create fixup! commits for use with git rebase. He explains what git-absorb does, how to install it, and how to configur...

Read more...

Platform as a Runtime (PaaR) - Beyond Platform Engineering

Platform Engineering is a crucial aspect of software development, and Wix has been practicing it for over a decade. In this article, Aviran Mordo, VP Engineering at Wix.com, shares insights into the n...

Read more...

Trinity Admin-Panel – a powerful SPA for managing website backends

Trinity is a powerful Single-Page Application (SPA) administration tool that makes managing your websites backend a breeze. With a feature-rich and beautifully-designed interface built using C# and A...

Read more...

Amazon’s quiet open source revolution

After years of getting a free ride from open source projects, Amazon Web Services (AWS) is developing its own obsession with contributing. Service teams at AWS seem to be getting the message that to d...

Read more...

Extending the Context Length of BERT using Recurrent Memory Transformer

This technical report introduces a new architecture, Recurrent Memory Transformer (RMT), that extends the context length of BERT, one of the most effective Transformer-based models in natural language...

Read more...

Multi-model, NoSQL Real-time Data Platform for Large-scale JSON and SQL Use Cases | Aerospike

The Aerospike Real-time Data Platform is a multi-model, NoSQL database offering the lowest latency and predictable performance at any scale, with five-nines uptime and up to 80% less infrastructure re...

Read more...

Strategies for Data Quality with Apache Spark

Data quality is crucial for the success of any data-driven organization. In this article, we explore the data quality landscape and how to ensure data quality across all data pipeline stages with Apac...

Read more...

GPTSEO - Re-write hundreds of articles a day

GPTSEO is a Python tool that scrapes entire blogs or knowledgebases and automatically generates hundreds of new, and SEO unique articles by using the power of ChatGPT. You can edit the prompt to get i...

Read more...

Hyena Hierarchy: Towards Larger Convolutional Language Models

In this paper, we propose Hyena, a subquadratic drop-in replacement for attention, constructed by interleaving implicitly parametrized long convolutions and data-controlled gating. Our proposed method...

Read more...

System Design Blueprint: The Ultimate Guide

In this blog post, Love Sharma provides a comprehensive guide and cheat sheet for developing a robust and scalable system. The post covers essential components such as DNS, load balancing, API Gateway...

Read more...

Teach Yourself Computer Science - A Guide to Learning Computer Science for Self-Taught Engineers and Bootcamp Graduates

Learn computer science without investing years and a small fortune in a degree program. Study nine subjects using suggested textbooks and video lecture series in roughly the presented order. Aim for 1...

Read more...

Testcontainers for .NET

Testcontainers for .NET is a library that supports tests with throwaway instances of Docker containers for all compatible .NET Standard versions. Choose from pre-configured modules or create your own ...

Read more...

ChatGPTs Astonishing Potential Unveiled in Inside Story | TED Talk by Greg Brockman

In this TED talk, Greg Brockman, the CTO of OpenAI, explores the advanced capabilities of ChatGPT, an AI-powered chatbot that can generate human-like responses. He delves into how ChatGPT is revolutio...

Read more...