Latest from todaynewsJavaScript Temporal to ease dates and timesSupport for JavaScript’s new Temporal object is finally arriving in web browsers, giving developers a simpler alternative to the problematic Date. By Paul KrillJan 31, 20252 minsJavaScriptProgramming LanguagesWeb Development news TypeScript checks returns for conditional and indexed access typesBy Paul KrillJan 30, 20253 minsJavaScriptProgramming LanguagesTypescriptnews Java-based organizations mostly use Java for AI development – reportBy Paul KrillJan 28, 20253 minsJavaJavaScriptKotlin newsBun 1.2 squashes Node.js compatibility bugsBy Paul Krill Jan 24, 20253 minsJavaScriptNode.jsTypescript analysisState of JavaScript: Highlights of the JavaScript developer surveyBy Matthew Tyson Jan 22, 202510 minsDevelopment Libraries and FrameworksJavaScriptProgramming Languages newsNode.js set to stabilize type strippingBy Paul Krill Jan 18, 20252 minsJavaScriptNode.jsTypescript newsAngular team unveils strategy for 2025By Paul Krill Jan 14, 20253 minsAngularJavaScriptTypescript newsOracle refuses to yield JavaScript trademark, Deno Land saysBy Paul Krill Jan 10, 20252 minsJavaScriptProgramming LanguagesTechnology Industry analysisWhy JavaScript's still on top in 2025By Matthew Tyson Jan 10, 20253 minsJavaScriptNode.jsTypescript ArticlesnewsGleam 1.7 brings faster record updatesNew version of the type-safe language for the Erlang virtual machine and JavaScript runtimes is geared to offer better performance. By Paul Krill Jan 07, 2025 3 minsJavaScriptProgramming LanguagesSoftware DevelopmentnewsJavaScript is still number one – JetBrains reportJavaScript remains the most used programming language, while TypeScript, Rust, and Python surge, according to JetBrains’ State of Developer Ecosystem report. By Paul Krill Dec 16, 2024 3 minsJavaJavaScriptPythonhow-toIntro to Express.js: Advanced programming with templates, data persistence, and formsTake your Express applications to the next level with Pug and SQLite, then wrap it all up by using dynamic HTMX to create and deliver forms.By Matthew Tyson Dec 11, 2024 8 minsDevelopment Libraries and FrameworksJavaScriptWeb DevelopmentnewsPython a shoo-in for Tiobe language of the yearPython is not only the most popular programming language, but also the fastest growing by far, according to Tiobe’s popularity index. By Paul Krill Dec 09, 2024 3 minsJavaJavaScriptPythonfeatureWhat is TypeScript? Strongly typed JavaScriptTypeScript builds on JavaScript's popularity while adding features to make enterprise developers happier and more productive.By Josh Fruhlinger Dec 06, 2024 9 minsJavaScriptProgramming LanguagesTypescripthow-toIntro to Express.js: Endpoints, parameters, and routesExpress is a popular HTTP server and middleware platform for Node.js, and here you'll learn some of the top reasons why. Get started with request handling and more in Express.js.By Matthew Tyson Dec 04, 2024 8 minsDevelopment Libraries and FrameworksJavaScriptNode.jsopinionJust say no to JavaScriptJavaScript gives you too many ways to shoot yourself in the foot. Just what you’d expect from a programming language that was created in a week. By Nick Hodges Dec 04, 2024 7 minsJavaScriptProgramming LanguagesTypescriptnewsUSPTO petitioned to cancel Oracle’s JavaScript trademarkDeno Land has petitioned the US Patent and Trademark Office to strip Oracle of its ownership of the JavaScript trademark, accusing Oracle of trademark abandonment and fraud.By Paul Krill Nov 25, 2024 3 minsJavaScriptProgramming LanguagesTechnology IndustrynewsTypeScript 5.7 arrives with improved error reportingMicrosoft’s strongly typed JavaScript is now available in a production release, featuring new checks for variables that were never initialized.By Paul Krill Nov 22, 2024 3 minsJavaScriptProgramming LanguagesTypescriptnewsAngular 19 bolsters server-side rendering with incremental hydrationNow available in a developer preview, incremental hydration allows Angular devs to annotate parts of a template to be loaded lazily on specific triggers. By Paul Krill Nov 21, 2024 3 minsAngularJavaScriptTypescriptnewsAzure Container Apps launches Python, JavaScript interpreters Also included are custom dynamic sessions, enabling fast access to built-in Python and JavaScript code interpreter sandboxes without containers.By Paul Krill Nov 20, 2024 2 minsCloud ComputingJavaScriptPythonhow-toIs the React compiler ready for prime time?The new React compiler is now in production use at Meta. Let's take a look under the hood and see how it works and what it might mean for the future of front-end development.By Matthew Tyson Oct 30, 2024 7 minsJavaScriptReactSoftware Development Show more Show less View all Video on demand videoHow to remove sensitive data from repositories | Git DisastersEver committed sensitive information to a git repository and realized it all too late? You can always erase the repo and start over, but there are other, more elegant solutions. In this video we explore a few options for deleting confidential data from git repositories, both built into the git tool and available as third-party solutions. Jan 31, 2025 5 minsPython How to automate web app testing with Playwright Jan 09, 2025 5 minsPython Exploring new features in Cython 3.1 Jan 07, 2025 5 minsPython How to use watchdog to monitor file system changes using Python Dec 17, 2024 3 minsPythonSee all videos Explore a topic Analytics Artificial Intelligence Careers Cloud Computing Data Management Databases Development Tools Devops Emerging Technology Generative AI Java Microsoft .NET Open Source Programming Languages View all topics Show me moreLatestArticlesVideos news AWS tightens default security on Redshift By Howard Solomon 04 Feb 20255 mins Data and Information Security news Rust update fixes ‘forever’ compilation By Paul Krill 04 Feb 20252 mins Programming LanguagesRustSoftware Development news Automated builds, tests, and quality gates are key to software quality – report By Paul Krill 04 Feb 20253 mins Software Development video The power of Python's abstract base classes 13 Dec 20245 mins Python video Text drawing and screen capture with Python's Pillow library 25 Nov 20243 mins Python video Use \"__main__\" in Python to make packages runnable 22 Nov 20243 mins Python