Sway 1.0-beta.1 release highlights
Sway 1.0-beta.1, a major release of the i3-compatible Wayland compositor, is now available with significant stability and feature improvements.
Sway 1.0-beta.1, a major release of the i3-compatible Wayland compositor, is now available with significant stability and feature improvements.
A guide to writing Vue.js components that work correctly in both server-side rendering (SSR) and client-side environments, covering common pitfalls and solutions.
Building a Mortal Kombat controller using TensorFlow.js, CNNs, and transfer learning for posture classification from a webcam feed.
A tutorial on writing tests for Apollo Client queries and mutations in a React application using a mocked GraphQL server.
Explains how to register a service both as an interface and as its concrete type in ASP.NET Core's built-in dependency injection container.
A beginner-friendly guide explaining what a pull request is, using an analogy, and detailing the steps to submit one on GitHub.
A guide to using Azure Functions with Java, covering the v2 runtime, local development, and the Java worker for serverless applications.
An update on the svy2lme R package for fitting linear mixed models with complex survey data, including a comparison with Stata.
Laravel Telescope is a free, open-source debugging assistant for Laravel applications, providing detailed insights into requests, jobs, and more.
Explains that Test-Driven Development is about iterative problem-solving and small steps, not just writing tests first.
A tutorial on setting up a Node.js backend server using HapiJS for a React application, covering basic server creation and project structure.
An introduction to the new switch expressions feature in Java 12, covering its syntax, benefits, and how to use it.
SQL Server 2019's Master Data Services (MDS) finally replaces the Silverlight-based web interface with a modern, browser-agnostic HTML front-end.
A developer shares their experience and practical tips for successfully preparing for and passing the Certified Kubernetes Administrator (CKA) exam.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A tutorial on building a responsive form layout using CSS Grid, covering column definitions and vertical alignment.
A Swift tutorial on creating a custom UIView subclass by loading and integrating a xib file, including handling outlets and constraints.
A developer shares 10 frequently violated clean code principles, covering naming, comments, duplication, and formatting.
A tutorial on building a REST API using the Koa.js framework for Node.js, covering setup, features, and testing.
A guide to structuring large Laravel codebases by domain or module, grouping related business logic like contracts and invoicing for better organization.