Sitepen https://www.sitepen.com/blog Enterprise Web Apps Done Right Wed, 02 Oct 2024 17:24:54 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en All rights reserved 2024, SitePen <![CDATA[Leveling-Up Your Dev Team]]> https://www.sitepen.com/blog/leveling-up-your-dev-team https://www.sitepen.com/blog/leveling-up-your-dev-team Mon, 10 Jul 2023 13:55:24 GMT <![CDATA[

Software projects succeed or fail based on the quality of the teams behind them. Expert developers can be hard to find. So how do you get junior developers to level up? It’s not enough to teach how to use a framework or tech stack. Good developers can follow a pattern.

]]>
Leadership Project Management
<![CDATA[TypeScript 5.0 Cheat Sheet]]> https://www.sitepen.com/blog/typescript-cheat-sheet https://www.sitepen.com/blog/typescript-cheat-sheet Wed, 07 Jun 2023 09:12:25 GMT <![CDATA[

This cheat sheet is an adjunct to our Definitive TypeScript Guide. Originally published November 2018.

]]>
JavaScript TypeScript
<![CDATA[Redesigning Enterprise Apps Efficiently: The Bottom Up Approach]]> https://www.sitepen.com/blog/redesigning-enterprise-apps-efficiently-the-bottom-up-approach https://www.sitepen.com/blog/redesigning-enterprise-apps-efficiently-the-bottom-up-approach Fri, 19 May 2023 13:04:20 GMT <![CDATA[

Not long ago, good design was considered nice to have, but non-essential to a product or company. In today’s market, however, good design has become a commodity.

]]>
UI Design Enterprise Apps Development
<![CDATA[Getting Started with WebRTC]]> https://www.sitepen.com/blog/getting-started-with-webrtc https://www.sitepen.com/blog/getting-started-with-webrtc Tue, 16 May 2023 08:57:28 GMT <![CDATA[

Did you know that a desktop browser has almost everything you need to make video calls? A client-side web app can use the WebRTC API, which is built into modern browsers, to access a system’s camera(s), start a video stream, and connect to a remote system, all without requiring any third party plugins.

]]>
Video Web Development
<![CDATA[The Definitive TypeScript 5.0 Guide]]> https://www.sitepen.com/blog/update-the-definitive-typescript-guide https://www.sitepen.com/blog/update-the-definitive-typescript-guide Tue, 21 Mar 2023 04:32:52 GMT <![CDATA[

Originally published October 2018. Updated March 2023. This article describes the features and functionality of TypeScript 5.0. One of the most interesting languages for large-scale application development is Microsoft’s TypeScript. TypeScript is unique in that it is a superset of JavaScript, but with optional types, interfaces, generics, and more.

]]>
JavaScript TypeScript Tutorials
<![CDATA[Building a Serverless Chat Application with Supabase]]> https://www.sitepen.com/blog/building-a-serverless-chat-application-with-supabase https://www.sitepen.com/blog/building-a-serverless-chat-application-with-supabase Tue, 14 Mar 2023 02:12:40 GMT <![CDATA[

Modern times have seen an explosion in services providing a multitude of serverless possibilities, but what is serverless? Does this mean there are no servers? You’d think, but no. 

]]>
Realtime React Milestone Mayhem Serverless Supabase
<![CDATA[Using Redux-Saga to Write a Game Loop]]> https://www.sitepen.com/blog/using-redux-saga-to-write-a-game-loop https://www.sitepen.com/blog/using-redux-saga-to-write-a-game-loop Mon, 13 Mar 2023 10:39:52 GMT <![CDATA[

Redux-Saga is an intuitive side effect manager for Redux.

]]>
TypeScript React Milestone Mayhem Redux Redux Saga
<![CDATA[Writing an Online Multiplayer Game for the Web and Native]]> https://www.sitepen.com/blog/writing-an-online-multiplayer-game-for-the-web-and-native https://www.sitepen.com/blog/writing-an-online-multiplayer-game-for-the-web-and-native Wed, 08 Mar 2023 07:53:10 GMT <![CDATA[

A few years ago, we created a little card game that poked fun at all the ups and downs of a typical development milestone. Players can enjoy development iterations reduced to simple card draws, with each card designed to spark laughs and conversations about past project experiences.

]]>
TypeScript React Native Expo Milestone Mayhem Supabase github actions
<![CDATA[Design to Development: Bridging the Gap for a Successful Handoff]]> https://www.sitepen.com/blog/design-to-development-bridging-the-gap-for-a-successful-handoff https://www.sitepen.com/blog/design-to-development-bridging-the-gap-for-a-successful-handoff Tue, 07 Mar 2023 05:23:57 GMT <![CDATA[

Let’s be honest, getting designs from your UX team into the hands of your engineering team in a way that makes sense is rarely easy. Add tight deadlines, team changes, and miscommunication to this process, and your application will likely end up looking very different than what you expected.

]]>
UI Design Documentation Design Web Development
<![CDATA[Exploring the Creative Possibilities of Markov Chains for Text Generation]]> https://www.sitepen.com/blog/exploring-the-creative-possibilities-of-markov-chains-for-text-generation https://www.sitepen.com/blog/exploring-the-creative-possibilities-of-markov-chains-for-text-generation Thu, 23 Feb 2023 07:04:50 GMT <![CDATA[

News about AI is everywhere right now. Whether it’s ChatGPT or Stable Diffusion, we’re using AI algorithms to generate text and images.

]]>
AI Algorithms Markov chains
<![CDATA[Using the Local File System to Enrich Your Apps]]> https://www.sitepen.com/blog/using-the-local-file-system-to-enrich-your-apps https://www.sitepen.com/blog/using-the-local-file-system-to-enrich-your-apps Wed, 15 Feb 2023 06:26:57 GMT <![CDATA[

Use the File System Access API to read, write, and edit files on the local file system directly from the browser.

]]>
File System API
<![CDATA[Unlocking the Power of Parser Combinators: A Beginner’s Guide]]> https://www.sitepen.com/blog/unlocking-the-power-of-parser-combinators-a-beginners-guide https://www.sitepen.com/blog/unlocking-the-power-of-parser-combinators-a-beginners-guide Thu, 09 Feb 2023 02:27:01 GMT <![CDATA[

In this article, we’re going to explore a particular type of parser that is conceptually simple, super flexible, and crazy easy to test. We’ll use these parsers to help us solve a problem that many of us have been faced with and frustrated by: parsing dates.

]]>
Parser Combinators TypeScript
<![CDATA[Beyond the Code: A Look at the Next Steps in Mobile App Development]]> https://www.sitepen.com/blog/beyond-the-code-a-look-at-the-next-steps-in-mobile-app-development https://www.sitepen.com/blog/beyond-the-code-a-look-at-the-next-steps-in-mobile-app-development Tue, 07 Feb 2023 07:03:53 GMT <![CDATA[

Developing a mobile app is a major accomplishment, but it’s just the first step in a long journey.

]]>
mobile Testing
<![CDATA[Going Private: How to Set Up and Use a Private Node Registry with Expo Application Services]]> https://www.sitepen.com/blog/going-private-node-registry-with-eas https://www.sitepen.com/blog/going-private-node-registry-with-eas Fri, 03 Feb 2023 03:00:00 GMT <![CDATA[

We discuss the benefits of using a private node registry with Expo Application Services, as well as the steps involved in using such a registry.

]]>
React Native Expo Node Registry EAS
<![CDATA[Software & Data Architecture: Part 2]]> https://www.sitepen.com/blog/software-data-architecture-part-2 https://www.sitepen.com/blog/software-data-architecture-part-2 Wed, 01 Feb 2023 03:14:44 GMT <![CDATA[

In the first part of this article, we learned about fundamental data architecture and modeling concepts that provide valuable insights into your system.

]]>
Enterprise Apps Development Software Architecture Design Information Security Data Modeling Software Development Life Cycle
<![CDATA[Software & Data Architecture: Part 1]]> https://www.sitepen.com/blog/software-data-architecture-part-1 https://www.sitepen.com/blog/software-data-architecture-part-1 Tue, 24 Jan 2023 06:52:08 GMT <![CDATA[

The definitions of ‘information architecture’ and ‘data architecture’ are, unfortunately, pretty broad. They cover many areas of systems engineering and are applicable across several disciplines, including the design of business processes, user experiences, and software implementations. Every concept you can find in any accepted definition for the terms has value.

]]>
Software Development Life Cycle Enterprise Apps Development Software Architecture Design Information Security Data Modeling
<![CDATA[The State of Machine Learning 2023]]> https://www.sitepen.com/blog/the-state-of-machine-learning-2023 https://www.sitepen.com/blog/the-state-of-machine-learning-2023 Wed, 18 Jan 2023 10:56:26 GMT <![CDATA[

2022 increased the public spotlight on AI like no other year with the virality of image generation tools like DALL-E and Midjourney, text compositions from ChatGPT, and the increasing sophistication of humanoid robots.

]]>
Machine Learning Artificial Intelligence Computer Vision Natural Language Processing
<![CDATA[Intro to tRPC]]> https://www.sitepen.com/blog/intro-to-trpc https://www.sitepen.com/blog/intro-to-trpc Tue, 13 Dec 2022 09:44:50 GMT <![CDATA[

The benefits of TypeScript are numerous, from strong type safety, code maintenance to refactoring, and more. It’s also not uncommon today for web developers to be responsible for both the front end and the back end of a project.

]]>
TypeScript Web Development
<![CDATA[Advanced TypeScript 4.8 Concepts: Classes and Types]]> https://www.sitepen.com/blog/advanced-typescript-concepts-classes-and-types https://www.sitepen.com/blog/advanced-typescript-concepts-classes-and-types Wed, 16 Nov 2022 02:30:00 GMT <![CDATA[

Originally published November 2018. Updated November 2022.

]]>
JavaScript TypeScript
<![CDATA[The Basics of Proxy]]> https://www.sitepen.com/blog/the-basics-of-proxy https://www.sitepen.com/blog/the-basics-of-proxy Tue, 08 Nov 2022 03:17:33 GMT <![CDATA[

Modern JavaScript is amazing. There are so many features you might not have had a chance to use, and some that are probably being utilized by some of your favorite frameworks and tooling.

]]>
JavaScript Proxy
<![CDATA[Intro to HTML-first Frontend Frameworks]]> https://www.sitepen.com/blog/intro-to-html-first-frontend-frameworks https://www.sitepen.com/blog/intro-to-html-first-frontend-frameworks Mon, 31 Oct 2022 04:02:17 GMT <![CDATA[

In the beginning was HTML, and our pages were fast. But they were boring, so we added JavaScript.  JavaScript ended up being so capable that we ended up creating entire applications with it, dynamically creating and destroying DOM interactively to users’ delight.

]]>
JavaScript Performance Front-end HTML First
<![CDATA[Intro to Feature Toggles]]> https://www.sitepen.com/blog/intro-to-feature-toggles https://www.sitepen.com/blog/intro-to-feature-toggles Wed, 26 Oct 2022 06:32:41 GMT <![CDATA[

Feature toggles (sometimes referred to as feature flags) are an engineering practice aiming to control application behavior without the need to deploy a code change. The behaviors that toggles can affect range from hiding under development features, limited feature release (canary) to a subset of users, or used to switch to fallback implementation in the event of a system issue, and more.

]]>
Enterprise Apps Development Continuous Integration Software Delivery Pattern Architecture
<![CDATA[CI/CD Challenges: An Enterprise Overview of Continuous Integration, Delivery, and Deployment]]> https://www.sitepen.com/blog/ci-cd-challenges-an-enterprise-overview https://www.sitepen.com/blog/ci-cd-challenges-an-enterprise-overview Mon, 24 Oct 2022 10:48:08 GMT <![CDATA[

Continuous integration, continuous delivery, and continuous deployment implementations cover a wide range of automation possibilities for your software. This article will provide an overview of these three principles, the benefits they can bring to your engineering efficiency, and potential challenges.

]]>
Architecture Enterprise Apps Development Continuous Integration Software Delivery
<![CDATA[Intl for Your Apps]]> https://www.sitepen.com/blog/intl-for-your-apps https://www.sitepen.com/blog/intl-for-your-apps Fri, 07 Oct 2022 06:34:18 GMT <![CDATA[

At some point when you build applications with a wide user base, you find that you need to support various combinations of languages and locales. This could be in the form of having to support a locale from the browser, or maybe a user has defined their preferred locale in their profile, so you need to display data in a different locale from the browser default.

]]>
i18n Localization Internationalization
<![CDATA[Jest + ESM: Almost There…]]> https://www.sitepen.com/blog/jest-esm-almost-there https://www.sitepen.com/blog/jest-esm-almost-there Thu, 08 Sep 2022 06:18:35 GMT <![CDATA[

Jest is one of the most popular testing frameworks, but it hasn’t really kept up with the growing support for native JavaScript modules (ESM) in the developer community. A fresh install of Jest will simply not work with native modules.

]]>
Jest esm Testing
<![CDATA[The Basics of a Monorepo: Where Projects Go to Meet]]> https://www.sitepen.com/blog/the-basics-of-a-monorepo-where-projects-go-to-meet https://www.sitepen.com/blog/the-basics-of-a-monorepo-where-projects-go-to-meet Tue, 30 Aug 2022 09:17:55 GMT <![CDATA[

You may not need a monorepo, but it’s useful to know what they are and what they have to offer. You could have a monorepo that is a mix of frontend, backend, utilities, linters, or more, each with its own set of build tools, and various needs.

]]>
Web Development Monorepo
<![CDATA[The Web Speech API: Can You Hear Me Now?]]> https://www.sitepen.com/blog/the-web-speech-api-can-you-hear-me-now https://www.sitepen.com/blog/the-web-speech-api-can-you-hear-me-now Wed, 17 Aug 2022 04:47:08 GMT <![CDATA[

How often have you wanted to yell at your computer or phone? What if your device could save that tirade as a text in an email or note you could review in the future, a memento of your favorite outbursts? Or, maybe you want to provide your users a more hands-free experience, with alerts that also speak to you. Or you simply want to add a clean voice-to-text component to your application.

]]>
JavaScript Web Development Web Speech API
<![CDATA[Give Svelte a Try]]> https://www.sitepen.com/blog/give-svelte-a-try https://www.sitepen.com/blog/give-svelte-a-try Thu, 11 Aug 2022 08:45:28 GMT <![CDATA[

Svelte has become increasingly popular over the last several years, even being voted the “most loved” web development framework in the 2021 Stack Overflow Developer Survey. Quite a few articles have been written about how much nicer Svelte is to work with than React.

]]>
React Svelte Front-end
<![CDATA[Welcome to Web Bundles]]> https://www.sitepen.com/blog/welcome-to-web-bundles https://www.sitepen.com/blog/welcome-to-web-bundles Fri, 08 Jul 2022 07:46:34 GMT <![CDATA[

Web bundles are an exciting part of the web packaging specification. They provide you the ability to package up your entire website into a single bundle and share it with others.

]]>
Web Development JavaScript
<![CDATA[Spend Some Time With the Temporal API]]> https://www.sitepen.com/blog/spend-some-time-with-the-temporal-api https://www.sitepen.com/blog/spend-some-time-with-the-temporal-api Tue, 14 Jun 2022 01:51:00 GMT <![CDATA[

Ask almost any developer what their greatest fear is and one deep-seated topic will rise above the rest… dates.

]]>
JavaScript Tools Temporal API
<![CDATA[Why Type Annotations in JavaScript are a Good Idea]]> https://www.sitepen.com/blog/why-type-annotations-in-javascript-are-a-good-idea https://www.sitepen.com/blog/why-type-annotations-in-javascript-are-a-good-idea Tue, 17 May 2022 05:58:33 GMT <![CDATA[

In March 2022, a Stage 0 proposal was announced that would add TypeScript-like type annotations to the JavaScript language. The utility and ergonomics of static types for JavaScript have been debated since before TypeScript’s inception; some developers feel that types add needless complexity to the language, while others feel that types add a much-needed safety net.

]]>
JavaScript TypeScript Open Source
<![CDATA[A Recipe for the Perfect Software Delivery Storm: Part 2]]> https://www.sitepen.com/blog/a-recipe-for-the-perfect-software-delivery-storm-part-2 https://www.sitepen.com/blog/a-recipe-for-the-perfect-software-delivery-storm-part-2 Tue, 05 Apr 2022 02:51:17 GMT <![CDATA[

The first half of this 2-part series highlighted why ongoing maintenance is vital for the health of large-scale enterprise systems, especially heading into a substantial upgrade or replacement project as the system reaches end-of-life. We inverted the problem and started describing a recipe for implementing the worst “best” possible enterprise system upgrade project a business could ever want.

]]>
Anti-Patterns Software Delivery Humor
<![CDATA[A Recipe for the Perfect Software Delivery Storm: Part 1]]> https://www.sitepen.com/blog/a-recipe-for-the-perfect-software-delivery-storm-part-1 https://www.sitepen.com/blog/a-recipe-for-the-perfect-software-delivery-storm-part-1 Mon, 04 Apr 2022 02:22:59 GMT <![CDATA[

Enterprise software delivery for large-scale projects is complex. It requires substantial time and financial resources to complete, whereas a single system can cost millions of dollars and take years to deliver.

]]>
Humor Anti-Patterns Software Delivery
<![CDATA[Doing It All With Deno]]> https://www.sitepen.com/blog/doing-it-all-with-deno https://www.sitepen.com/blog/doing-it-all-with-deno Fri, 01 Apr 2022 02:17:23 GMT <![CDATA[

We’ve talked before about some of the great features Deno brings to the table: first-class TypeScript support, a solid standard library, support for Web standards, and implicit security. All of this makes Deno great for writing scripts and servers, but it also works well for writing client-side applications.

]]>
TypeScript React Deno
<![CDATA[4 Ingredients to Successful Software Development]]> https://www.sitepen.com/blog/4-ingredients-to-successful-software-development https://www.sitepen.com/blog/4-ingredients-to-successful-software-development Thu, 31 Mar 2022 02:00:00 GMT <![CDATA[

Software engineering is one of the most challenging endeavors we can engage in today. Successful software projects must address the vast scope of today’s applications while paying meticulous attention to the small details that can make the difference between a fast, efficient system and a slow, cumbersome burden.

]]>
Leadership Web Development Project Management
<![CDATA[Doing More with Expo: Using Custom Native Code]]> https://www.sitepen.com/blog/doing-more-with-expo-using-custom-native-code https://www.sitepen.com/blog/doing-more-with-expo-using-custom-native-code Thu, 24 Mar 2022 06:52:20 GMT <![CDATA[

Expo, a framework that significantly improves the React Native developer experience, has become very popular in the last couple of years. Its “managed” workflow lets developers work entirely in React; the underlying native app, including the often messy process of updating React Native, is completely taken care of by the framework.

]]>
React Native Blueshift Expo
<![CDATA[React Native Everywhere: iMessage Apps and Input Services]]> https://www.sitepen.com/blog/react-native-everywhere-imessage-apps-and-input-services https://www.sitepen.com/blog/react-native-everywhere-imessage-apps-and-input-services Fri, 08 Oct 2021 06:16:23 GMT <![CDATA[

React Native is great for writing mobile applications. It lets you use web paradigms for UI construction, which are usually much simpler than the native analogues.

]]>
mobile React Native Swift
<![CDATA[Automate Web Vitals Checks with Github Actions and Lighthouse]]> https://www.sitepen.com/blog/automate-web-vitals-checks-with-github-actions-and-lighthouse https://www.sitepen.com/blog/automate-web-vitals-checks-with-github-actions-and-lighthouse Wed, 04 Aug 2021 09:22:01 GMT <![CDATA[

Introduction Web Vitals scores can have a huge influence on your search engine rankings and directly impact your user’s experience when visiting your website. Follow our guide to automating Web Vitals checks against your Vercel CI Deployment using GitHub Actions and ensure that you don’t introduce performance issues into your code that could affect your search engine ranking.

]]>
Modernization GitHub Lighthouse Performance
<![CDATA[Deno: Desktop JS Evolved]]> https://www.sitepen.com/blog/deno-desktop-js-evolved https://www.sitepen.com/blog/deno-desktop-js-evolved Thu, 29 Jul 2021 12:09:28 GMT <![CDATA[

Deno, introduced by Node.js creator Ryan Dahl during JSConf 2018, has grown into a credible alternative to Node.js, and the JavaScript and TypeScript communities have continued to track Deno’s progress. Like Node.js, Deno is a system for executing JavaScript code in various environments ( desktop, command-line, server, etc.).

]]>
JavaScript TypeScript Node.js Deno
<![CDATA[Improving Web Application Security with a Content Security Policy]]> https://www.sitepen.com/blog/improving-web-application-security-with-csp https://www.sitepen.com/blog/improving-web-application-security-with-csp Wed, 14 Jul 2021 05:06:48 GMT <![CDATA[

A Content Security Policy (CSP) is an important aspect of securing websites and web applications. CSP is a resource security specification (W3C recommendation) for web browsers.

]]>
Testing Security
<![CDATA[Taming Strings with Template Literal Types]]> https://www.sitepen.com/blog/taming-strings-with-template-literal-types https://www.sitepen.com/blog/taming-strings-with-template-literal-types Fri, 18 Jun 2021 05:35:45 GMT <![CDATA[

Among the vast number of improvements that ES2015 brought to the JavaScript language was a powerful feature called “template literals.” Naturally, TypeScript, as a superset of JavaScript, has supported this useful construct since its beginning. However, TypeScript 4.1 introduced a novel application of the template literal concept to increase the power and usefulness of its type-system: it introduced something called a template literal type.

]]>
JavaScript TypeScript
<![CDATA[PWAs: Blurring the Line Between Native and Web Applications]]> https://www.sitepen.com/blog/pwas-blurring-the-line-between-native-and-web-applications https://www.sitepen.com/blog/pwas-blurring-the-line-between-native-and-web-applications Tue, 15 Jun 2021 06:49:09 GMT <![CDATA[

Today’s software development landscape has never been more challenging. The rich capabilities of modern hardware and the high consumer expectations for performance and stability combine to ensure that developers need as much help as possible to meet their deadlines.

]]>
Web Development Progressive Web Applications
<![CDATA[My Engineers Love TypeScript, but Will it Actually Make My Project Better?]]> https://www.sitepen.com/blog/my-engineers-love-typescript-but-will-it-actually-make-my-project-better https://www.sitepen.com/blog/my-engineers-love-typescript-but-will-it-actually-make-my-project-better Thu, 10 Jun 2021 05:29:51 GMT <![CDATA[

TypeScript has become a hugely popular alternative to JavaScript in the frontend web development community. Many engineering teams are convinced it is a critical tool that allows them to write better code faster.

]]>
JavaScript TypeScript Modernization
<![CDATA[How to git by with a GUI]]> https://www.sitepen.com/blog/how-to-git-by-with-a-gui https://www.sitepen.com/blog/how-to-git-by-with-a-gui Mon, 07 Jun 2021 12:26:31 GMT <![CDATA[

Getting started with Git can be a daunting task, especially if you are not at home in the command line. Fortunately, Git is a mature and widely used tool so there is a lot of reference and “How do I…?” material available.

]]>
Development Life Cycle Git
<![CDATA[Rome: The Last JavaScript Package]]> https://www.sitepen.com/blog/rome-the-last-javascript-package https://www.sitepen.com/blog/rome-the-last-javascript-package Tue, 01 Jun 2021 06:30:55 GMT <![CDATA[

Rome is a new set of tools for working with web-facing technologies like JavaScript, TypeScript, JSON, HTML, Markdown, and CSS. The toolchain currently supports linting and formatting, with active plans to also support bundling, compiling, minification, type checking, testing, and documentation generation.

]]>
JavaScript TypeScript Rome
<![CDATA[An Introduction to Continuous Software Development]]> https://www.sitepen.com/blog/an-introduction-to-continuous-software-development https://www.sitepen.com/blog/an-introduction-to-continuous-software-development Fri, 28 May 2021 04:11:11 GMT <![CDATA[

Improve customer satisfaction and maintain an edge over competitors by getting cutting-edge features into production faster and with fewer defects with Continuous Software Development techniques. Continuous Software Development is a term applied to a set of incremental strategies that aim to reduce the delay between development and deployment of new features.

]]>
Continuous Integration
<![CDATA[How to Simplify Angular Unit Test Authoring]]> https://www.sitepen.com/blog/simplify-angular-unit-test-authoring https://www.sitepen.com/blog/simplify-angular-unit-test-authoring Thu, 27 May 2021 07:12:33 GMT <![CDATA[

Are you working with Angular?  Have you written hundreds of unit tests and do you feel like it is taking way more time to write the tests than it did to write the application code?  Let’s talk about ways to speed up the authoring of those Angular unit tests and get back to doing the fun stuff. Angular components interact with users through the DOM and you want your automated tests to do the same.  Here is an example of some test code that clicks a save button.

]]>
Angular Testing
<![CDATA[Hitchhikers Guide to NFTs]]> https://www.sitepen.com/blog/hitchhikers-guide-to-nfts https://www.sitepen.com/blog/hitchhikers-guide-to-nfts Wed, 26 May 2021 04:06:23 GMT <![CDATA[

As the world warms up to the idea that cryptocurrencies are here to stay, many have started to think more deeply about the advantages these digital currencies offer over traditional money. Transactions are fast, security is guaranteed by design, and third-party verification is instantly and indefinitely possible.

]]>
Ethereum Blockchain
<![CDATA[Nine Principles of Modern Data Architecture]]> https://www.sitepen.com/blog/nine-principles-of-modern-data-architecture https://www.sitepen.com/blog/nine-principles-of-modern-data-architecture Mon, 24 May 2021 10:29:10 GMT <![CDATA[

It has been said that all businesses today are IT businesses. They just happen to make their money selling different things.

]]>
Modernization Architecture
<![CDATA[Size Matters: The Value of Performance Optimization]]> https://www.sitepen.com/blog/size-matters-the-value-of-performance-optimization https://www.sitepen.com/blog/size-matters-the-value-of-performance-optimization Fri, 21 May 2021 05:50:48 GMT <![CDATA[

At SitePen, web application development is the core of what we do. We pride ourselves on our reputation for creating rich web apps that are highly responsive and reliable.

]]>
Performance Dojo Modernization
<![CDATA[Angular Components Library: More Than Just Material]]> https://www.sitepen.com/blog/angular-components-library-more-than-just-material https://www.sitepen.com/blog/angular-components-library-more-than-just-material Thu, 20 May 2021 06:24:40 GMT <![CDATA[

The Angular Components library started its life as Angular Material, a set of Material Design components built for Angular by the Angular team. Released around the time of Angular 5, the Angular Material library consisted of some 30 material components.

]]>
TypeScript Angular HTML
<![CDATA[How to Choose A Web Development Partner]]> https://www.sitepen.com/blog/how-to-choose-a-web-development-partner-2 https://www.sitepen.com/blog/how-to-choose-a-web-development-partner-2 Wed, 19 May 2021 10:45:44 GMT <![CDATA[

SitePen is a web development company focused on modernizing apps, tools, and teams for the Enterprise. Our claim to fame is our long-standing development team that through the years has created, developed, and supported the longest-lived enterprise platform for client-side web development, the Dojo Toolkit.

]]>
Web Development
<![CDATA[Vetting a UI Component Library]]> https://www.sitepen.com/blog/vetting-a-ui-component-library https://www.sitepen.com/blog/vetting-a-ui-component-library Mon, 10 May 2021 05:44:37 GMT <![CDATA[

When developing web applications, choosing a UI component library is one of the earliest decisions your team has to make. Beyond reducing the amount of functionality your team has to maintain, UI component libraries shield developers from the complexities involved in designing user interactions that are accessible and behave correctly across browsers and devices.

]]>
JavaScript Accessibility css HTML UI Libraries
<![CDATA[Considerations When Modernizing Legacy Applications]]> https://www.sitepen.com/blog/considerations-when-modernizing-legacy-applications https://www.sitepen.com/blog/considerations-when-modernizing-legacy-applications Wed, 28 Apr 2021 04:55:17 GMT <![CDATA[

Software development and usage of software-driven products are rapidly evolving subject areas. Healthy competition means crafting applications becomes quicker and cheaper over time.

]]>
Web Development Architecture Project Management Modernization
<![CDATA[Life Without Callbacks]]> https://www.sitepen.com/blog/life-without-callbacks https://www.sitepen.com/blog/life-without-callbacks Thu, 22 Apr 2021 04:44:52 GMT <![CDATA[

Let’s face it. Reactive programming and the traditional web APIs are not friends.

]]>
React Web Components
<![CDATA[5 Tips for “Spring Cleaning” Your Agile Practices]]> https://www.sitepen.com/blog/5-tips-for-spring-cleaning-your-agile-practices https://www.sitepen.com/blog/5-tips-for-spring-cleaning-your-agile-practices Tue, 20 Apr 2021 03:33:15 GMT <![CDATA[

Maybe it’s the spring air and the budding trees. Maybe it’s the longer daylight hours.

]]>
Agile Project Management Team Health
<![CDATA[Floating on Tailwind CSS]]> https://www.sitepen.com/blog/floating-on-tailwind-css https://www.sitepen.com/blog/floating-on-tailwind-css Thu, 15 Apr 2021 11:16:21 GMT <![CDATA[

As modern reactive front ends have begun to converge on effective module patterns and universal approaches to common application paradigms, it’s not uncommon to see much of the variance between frontends as far as how they expose and implement their given style guide. The implementation and the delivery of application styles to an underlying component tree have become almost an art form, where each application attempts to solve the ever-present CSS problems of naming and reuse in the best, most effective way possible.

]]>
css Web Development
<![CDATA[Add CarPlay to your React Native App]]> https://www.sitepen.com/blog/add-carplay-to-your-react-native-app https://www.sitepen.com/blog/add-carplay-to-your-react-native-app Thu, 08 Apr 2021 05:03:06 GMT <![CDATA[

CarPlay is an Apple iOS car integration standard that allows you to display content from your iPhone onto your compatible car head unit and control your phone. Common uses for this include casting music from services such as Spotify or Apple Music or for trip navigation using a map application.

]]>
TypeScript mobile React Native CarPlay
<![CDATA[React Native: Crash Course for the Business-Side]]> https://www.sitepen.com/blog/react-native-crash-course-for-the-business-side https://www.sitepen.com/blog/react-native-crash-course-for-the-business-side Wed, 31 Mar 2021 06:48:36 GMT <![CDATA[

Mobile development mostly deals with 2 platforms: iOS and Android. There are distinct ecosystems for both platforms — each has its own languages (Java and Kotlin for Android, Objective-C, and Swift for iOS), its own standard environment (Android Studio for Android, Xcode for iOS), its own app architectures, app stores, libraries, etc.

]]>
mobile React Native
<![CDATA[How to Choose a Software Development Company]]> https://www.sitepen.com/blog/how-to-choose-a-software-development-company https://www.sitepen.com/blog/how-to-choose-a-software-development-company Thu, 25 Mar 2021 08:21:27 GMT <![CDATA[

There are many articles and blog posts on the internet that attempt to advise readers on how to choose a software development company. Almost all of them discuss the traits and attributes that make one vendor superior to another.

]]>
Web Development
<![CDATA[Get Lean with Your MVP by Hacking Human Psychology]]> https://www.sitepen.com/blog/get-lean-with-your-mvp-by-hacking-human-psychology https://www.sitepen.com/blog/get-lean-with-your-mvp-by-hacking-human-psychology Mon, 22 Mar 2021 08:30:38 GMT <![CDATA[

Most agile product teams have heard the concepts around using a Minimum Viable Product (MVP) to learn about what customers want, Lean Startup style, but the process of defining an MVP to fulfill those goals often proves to be easier said than done. Let it be reiterated that an MVP in software development is not needed when the market and/or user needs are well known, leading to much confusion and dilution of terminology commonality in which the enterprise world has used the term to simply refer to the first release of any product and the inevitable scoping such a release receives.

]]>
Leadership Agile
<![CDATA[Software takes more than “the right technology”]]> https://www.sitepen.com/blog/software-takes-more-than-the-right-technology https://www.sitepen.com/blog/software-takes-more-than-the-right-technology Fri, 26 Feb 2021 05:04:28 GMT <![CDATA[

Carpenters have lots of tools to pick from. Drills, impact drivers, circular saws, and miter saws; each tool may be really good for a specific purpose and a great carpenter will know when to use each one.

]]>
Architecture Software Architecture Design
<![CDATA[Introduction to Machine Learning with JavaScript]]> https://www.sitepen.com/blog/introduction-to-machine-learning-with-javascript https://www.sitepen.com/blog/introduction-to-machine-learning-with-javascript Mon, 19 Oct 2020 08:37:14 GMT <![CDATA[

Machine learning is a subset of AI that is concerned with algorithms that can improve through experience. Experience in this case generally translates to being fed lots of data.

]]>
JavaScript Machine Learning TensorFlow
<![CDATA[Agile Project Management: Best Practices and Methodologies]]> https://www.sitepen.com/blog/agile-project-management-best-practices-and-methodologies https://www.sitepen.com/blog/agile-project-management-best-practices-and-methodologies Mon, 19 Oct 2020 08:33:22 GMT <![CDATA[

Want to get the most out of your dev management process?  This article covers some of the best practices and methodologies SitePen uses to accomplish enterprise-level development goals.    We’ll start with some basics on Agile methodology, then we’ll provide practical info about how our experience has culminated in a lean development process that turns ideas into milestones, and ultimately into product outcomes. We focus on instilling best practices throughout the software development lifecycle in all areas of the project to ensure that we not only leave behind a healthy codebase but also the healthy processes and teams to maintain and extend it for years to come.

]]>
Agile Project Management
<![CDATA[What’s new in TypeScript 4.0?]]> https://www.sitepen.com/blog/whats-new-in-typescript-4-0 https://www.sitepen.com/blog/whats-new-in-typescript-4-0 Tue, 29 Sep 2020 07:37:04 GMT <![CDATA[

The recent release of TypeScript 4.0 offers a smorgasbord of improvements including improvements to coding editor experience, build scenarios and support for variadic tuple types. Let’s take a closer look at some of these improvements a developer can make use of in this latest release.

]]>
TypeScript
<![CDATA[Architecture Spotlight: Event Sourcing – Part Two]]> https://www.sitepen.com/blog/architecture-spotlight-event-sourcing-part-two https://www.sitepen.com/blog/architecture-spotlight-event-sourcing-part-two Thu, 06 Aug 2020 08:00:00 GMT <![CDATA[

In the previous architecture spotlight entry, we discussed Event Sourcing and illustrated the concept with a simple banking account example. We laid out many of its pros and cons to help readers decide if the pattern would be useful to them.

]]>
Event Sourcing Architecture Pattern Web Development
<![CDATA[What is a 2nd Generation Framework?]]> https://www.sitepen.com/blog/what-is-a-2nd-generation-framework https://www.sitepen.com/blog/what-is-a-2nd-generation-framework Mon, 03 Aug 2020 09:43:49 GMT <![CDATA[

An article on 2nd Generation JavaScript Frameworks & Libraries: beyond Angular, React, and Vue! recaps Geertjan Wielenga’s talk on the evolution of JavaScript and the influence of the enterprise in recent years. Wielenga spoke of the pioneers of JavaScript frameworks and libraries including Dojo (1.x), Mootools, Extjs, jQuery, and YUI which were among the first libraries to address the needs of the developer.

]]>
Frameworks Dojo Toolkit Dojo
<![CDATA[Increasing Value in Your Software Development Lifecycle]]> https://www.sitepen.com/blog/increasing-value-in-your-software-development-lifecycle https://www.sitepen.com/blog/increasing-value-in-your-software-development-lifecycle Thu, 23 Jul 2020 04:40:04 GMT <![CDATA[

Today, many software projects rely on some form of iterative software development lifecycle (SDLC) to incrementally deliver features to their users. A feature is identified, analyzed, designed, scoped, implemented, tested, and ultimately shipped to users – and this cycle is repeated for all features throughout a project’s lifetime.

]]>
Agile Scrum SDLC
<![CDATA[Writing Tests that Work]]> https://www.sitepen.com/blog/writing-tests-that-work https://www.sitepen.com/blog/writing-tests-that-work Tue, 30 Jun 2020 10:18:49 GMT <![CDATA[

Your team realizes that testing is valuable. Your team creates tests for already completed features.

]]>
Automated Testing Testing Web Development
<![CDATA[Why Automated Testing Matters]]> https://www.sitepen.com/blog/why-automated-testing-matters https://www.sitepen.com/blog/why-automated-testing-matters Tue, 30 Jun 2020 10:07:05 GMT <![CDATA[

Your software development team released an MVP application into production. The application only had a few features and the codebase is far from perfect, but there are big plans for the future! Your team presses on, adding features and your user base continues to grow.

]]>
Testing Web Development Automated Testing
<![CDATA[Smart Contracts: A Tutorial]]> https://www.sitepen.com/blog/smart-contracts-a-tutorial https://www.sitepen.com/blog/smart-contracts-a-tutorial Wed, 17 Jun 2020 10:26:46 GMT <![CDATA[

Now that we’ve demystified smart contracts and better understand what they are and how they work, let’s build our own contract on top of the Ethereum blockchain. Because smart contracts are computer programs at their core, many of the concepts that we’ll use to build a basic contract will seem familiar.

]]>
Solidity Blockchain Cryptocurrency Ethereum Bitcoin
<![CDATA[Demystifying Smart Contracts]]> https://www.sitepen.com/blog/demystifying-smart-contracts https://www.sitepen.com/blog/demystifying-smart-contracts Wed, 17 Jun 2020 10:25:10 GMT <![CDATA[

Smart contracts are often described as a transformative new technology that borders on magic, able to remove third-parties and monetary risk alike from business deals using the power of the blockchain. The autonomous execution and enforcement of an agreement may sound like something out of a Harry Potter novel, but the maturation of blockchain-based programming techniques have made smart contracts more of a reality than ever.  Many types of business transactions today require intermediate parties to facilitate the exchange of goods or services.

]]>
Blockchain Cryptocurrency Ethereum Bitcoin
<![CDATA[An Even More Modern Terminal-Based Development Environment]]> https://www.sitepen.com/blog/an-even-more-modern-terminal-based-development-environment https://www.sitepen.com/blog/an-even-more-modern-terminal-based-development-environment Mon, 15 Jun 2020 05:00:45 GMT <![CDATA[

It’s been a year since I last talked about my development environment. Many things remain the same: I’m using neovim, zsh, and tmux.

]]>
Terminal
<![CDATA[The Importance of Good Software Architecture]]> https://www.sitepen.com/blog/the-importance-of-good-software-architecture https://www.sitepen.com/blog/the-importance-of-good-software-architecture Wed, 10 Jun 2020 05:48:02 GMT <![CDATA[

Software architecture is the analysis, thought and design considerations that form the foundational scaffolding for a successful software system. If you write software for work or as a hobby, whether you know it or not, you’re already dealing with software architecture and the processes of making architectural decisions within your applications.

]]>
Pattern Web Development Architecture Software Architecture Design
<![CDATA[Progressively Adopting TypeScript in a Dojo Toolkit Application]]> https://www.sitepen.com/blog/progressively-adopting-typescript-in-a-dojo-toolkit-application https://www.sitepen.com/blog/progressively-adopting-typescript-in-a-dojo-toolkit-application Wed, 03 Jun 2020 13:38:44 GMT <![CDATA[

TypeScript has become a mainstay of modern web development libraries. Consuming functions and widgets written by a third party can be error-prone without some type of guidance.

]]>
Dojo Toolkit TypeScript
<![CDATA[A Smooth Transition: Designing for the Development Handoff]]> https://www.sitepen.com/blog/a-smooth-transition-designing-for-the-development-handoff https://www.sitepen.com/blog/a-smooth-transition-designing-for-the-development-handoff Wed, 03 Jun 2020 11:35:17 GMT <![CDATA[

In an olympic sprint relay, four runners operate as a team to sprint a total of four hundred meters. In order to compete at a record-setting level, an athlete needs to be capable of running one hundred meters in less than ten seconds.

]]>
EnterpriseJS UI Design Design Software Development Life Cycle
<![CDATA[Business Analysis: One of the Overlooked Areas of Successful Software Development]]> https://www.sitepen.com/blog/business-analysis-one-of-the-overlooked-areas-of-successful-software-development https://www.sitepen.com/blog/business-analysis-one-of-the-overlooked-areas-of-successful-software-development Tue, 02 Jun 2020 10:04:54 GMT <![CDATA[

As a career business analyst, I’ve lost count of the number of times I’ve asked this question. More often than not, stakeholders are ready to discuss solutions before dissecting the problem itself.

]]>
Business Analysis
<![CDATA[Disciplined Engineering – Part 3: Refining Your Engineering Process]]> https://www.sitepen.com/blog/disciplined-engineering-part-3-refining-your-engineering-process https://www.sitepen.com/blog/disciplined-engineering-part-3-refining-your-engineering-process Thu, 21 May 2020 10:39:50 GMT <![CDATA[

This is part 3 of the Disciplined Engineering series.  It is for teams that have an established engineering process with confidence around the quality of their application. This article will help improve your engineering game by identifying the common patterns that will further improve your team’s focus on quality.

]]>
Employee Onboarding Testing Accountability
<![CDATA[Disciplined Engineering – Part 2: Creating Code Confidence]]> https://www.sitepen.com/blog/disciplined-engineering-part-2-creating-code-confidence https://www.sitepen.com/blog/disciplined-engineering-part-2-creating-code-confidence Thu, 21 May 2020 10:39:13 GMT <![CDATA[

This is part 2 of the Disciplined Engineering series. It focuses on improving the confidence of the code produced by your team.

]]>
TypeScript Testing Continuous Integration
<![CDATA[Disciplined Engineering – Part 1: Building an Engineering Process]]> https://www.sitepen.com/blog/disciplined-engineering-part-1-building-an-engineering-process https://www.sitepen.com/blog/disciplined-engineering-part-1-building-an-engineering-process Thu, 21 May 2020 10:38:31 GMT <![CDATA[

This is part 1 of the Disciplined Engineering series.  It is for teams that want to establish a culture of engineering excellence for their organization. For teams that already have an established process, we recommend reading Part 2: Creating Code Confidence.

]]>
Accountability Development Life Cycle Agile Project Management
<![CDATA[Snapshot Testing: Benefits and Drawbacks]]> https://www.sitepen.com/blog/snapshot-testing-benefits-and-drawbacks https://www.sitepen.com/blog/snapshot-testing-benefits-and-drawbacks Tue, 19 May 2020 09:15:14 GMT <![CDATA[

Snapshot testing has become very popular for front end-development over the last few years. The term has almost become synonymous with Jest and React, but it can be used to test more than just components.

]]>
Intern Testing Jest Enterprise Apps Development Snapshot React
<![CDATA[Sensible Improvements in TypeScript 3.9]]> https://www.sitepen.com/blog/sensible-improvements-in-typescript-3-9 https://www.sitepen.com/blog/sensible-improvements-in-typescript-3-9 Fri, 15 May 2020 13:18:06 GMT <![CDATA[

The recent TypeScript 3.9 release primarily focuses on performance and stability, but it does include some language updates that are worth a closer look. Continuing its quest to save you from yourself, TypeScript 3.9 expands on the uncalled function checks that were introduced in version 3.7.

]]>
JavaScript TypeScript
<![CDATA[Performance Testing with k6]]> https://www.sitepen.com/blog/performance-testing-with-k6 https://www.sitepen.com/blog/performance-testing-with-k6 Wed, 13 May 2020 08:35:23 GMT <![CDATA[

There’s an old adage in the software industry – premature optimization is the root of all evil. A corollary to this should be – no optimization is just as bad as premature optimization.

]]>
k6 Performance Testing Web Development
<![CDATA[Accessibility Inspectors: A Basic Guide]]> https://www.sitepen.com/blog/accessibility-inspectors-a-basic-guide https://www.sitepen.com/blog/accessibility-inspectors-a-basic-guide Wed, 06 May 2020 10:10:02 GMT <![CDATA[

As accessibility-minded developers working on accessibility-minded teams, we strive to design and build inclusive applications that yield a pleasant experience for all users. However, despite our best efforts we may make mistakes and implement features in a sub-optimal way, or worse, discover that some users cannot use those features at all.

]]>
Accessibility
<![CDATA[Virtual Reality in 2020]]> https://www.sitepen.com/blog/virtual-reality-in-2020 https://www.sitepen.com/blog/virtual-reality-in-2020 Tue, 05 May 2020 11:08:40 GMT <![CDATA[

Virtual reality (VR) is one of the most interesting emerging technologies for the web in 2020. Recently at HalfStack Phoenix I shared insights on VR, WebVR, the web, and what makes VR a lasting technology that will change the way we interact with information over the coming decade.

]]>
VR Web VR
<![CDATA[Progressively Adopting TypeScript in an Application]]> https://www.sitepen.com/blog/progressively-adopting-typescript-in-an-application https://www.sitepen.com/blog/progressively-adopting-typescript-in-an-application Thu, 30 Apr 2020 07:00:43 GMT <![CDATA[

SitePen is a huge advocate for TypeScript and the benefits of having well-typed code. TypeScript is especially powerful when used by medium and large teams that want to find ways to increase their overall confidence in their code.

]]>
TypeScript Web Development Babel WebPack
<![CDATA[Getting Started with React Native]]> https://www.sitepen.com/blog/getting-started-with-react-native https://www.sitepen.com/blog/getting-started-with-react-native Mon, 06 Apr 2020 12:49:38 GMT <![CDATA[

React Native is a JavaScript framework for writing hybrid native mobile applications for both iOS and Android platforms. React Native uses the same JSX and React development approach you would take for developing for the browser, but applications get built as native applications in Objective-C (for iOS) or Java (for Android) by the React Native tooling.

]]>
Frameworks React Native JavaScript TypeScript React
<![CDATA[Architecture Spotlight: Event Sourcing]]> https://www.sitepen.com/blog/architecture-spotlight-event-sourcing https://www.sitepen.com/blog/architecture-spotlight-event-sourcing Thu, 02 Apr 2020 05:16:47 GMT <![CDATA[

Event sourcing is a powerful architectural pattern that records all changes made to an application’s state, in the sequence in which the changes were originally applied. This sequence serves as both the system of record where current state can be sourced from, as well as an audit log of everything that happened within the application over its lifetime.

]]>
Pattern Web Development Event Sourcing Architecture
<![CDATA[New TypeScript Features that Improve the Developer Experience]]> https://www.sitepen.com/blog/new-typescript-features-that-improve-the-developer-experience https://www.sitepen.com/blog/new-typescript-features-that-improve-the-developer-experience Wed, 18 Mar 2020 05:24:59 GMT <![CDATA[

In many ways, TypeScript is more like a powerful linting and documentation tool to author better JavaScript, rather than a separate programming language. One significant benefit of TypeScript is its deliberate support for some of the latest ECMAScript language features.

]]>
JavaScript TypeScript
<![CDATA[What Makes Intern Different]]> https://www.sitepen.com/blog/what-makes-intern-different https://www.sitepen.com/blog/what-makes-intern-different Tue, 10 Mar 2020 05:13:26 GMT <![CDATA[

Intern has always taken a different path in the pursuit of flexible automated web app testing. In the early days, Intern leveraged AMD modules when most other testing frameworks were not modular or only supported CommonJS modules, allowing Intern to support modular code in any environment.

]]>
JavaScript Intern Testing
<![CDATA[Why did we start TSConf?]]> https://www.sitepen.com/blog/learn-typescript-best-practices-at-tsconf https://www.sitepen.com/blog/learn-typescript-best-practices-at-tsconf Fri, 06 Mar 2020 11:34:56 GMT <![CDATA[

The ubiquity of JavaScript is undeniable; it’s the universal language of the web — a position that no other languages hold. JavaScript is flexible, able to adapt and grow as the web grows.

]]>
TSConf JavaScript TypeScript Conferences
<![CDATA[HalfStack Conference – Phoenix, January 2020]]> https://www.sitepen.com/blog/halfstack-conference-phoenix-january-2020 https://www.sitepen.com/blog/halfstack-conference-phoenix-january-2020 Tue, 03 Mar 2020 05:33:03 GMT <![CDATA[

HalfStack is a series of tech conferences focused on half of the web development stack – specifically, the part you interface with. It lives up to its claims of being “an authentic, high value experience for attendees and sponsors focused on UI-centric JavaScript and web development.” Friday, January 17, 2020 Alamo Drafthouse, Chandler, Arizona The morning got off to a great start with comfortable seating and fine dining at the Alamo Drafthouse in Chandler.

]]>
JavaScript Conferences
<![CDATA[Exploring the Network Information API]]> https://www.sitepen.com/blog/exploring-the-network-information-api https://www.sitepen.com/blog/exploring-the-network-information-api Mon, 18 Nov 2019 07:31:13 GMT <![CDATA[

In 2007, we were invited to speak at the Apple WWDC event. At the time we didn’t know why we were invited.

]]>
EnterpriseJS JavaScript mobile Pattern
<![CDATA[How to Pick a Web Mapping Library for your App]]> https://www.sitepen.com/blog/how-to-pick-a-web-mapping-library-for-your-app https://www.sitepen.com/blog/how-to-pick-a-web-mapping-library-for-your-app Thu, 07 Nov 2019 07:04:01 GMT <![CDATA[

With the boom of location-based technologies like mobile location services and the Geolocation API in the browser, we have seen the growth of mapping and location inside of applications. Alongside this we have seen numerous mapping libraries appear for the web, allowing developers to build map-based experiences into their apps.

]]>
EnterpriseJS JavaScript
<![CDATA[JSConf US 2019: Pushing JavaScript Beyond the Browser]]> https://www.sitepen.com/blog/jsconf-us-2019-pushing-javascript-beyond-the-browser https://www.sitepen.com/blog/jsconf-us-2019-pushing-javascript-beyond-the-browser Mon, 30 Sep 2019 09:21:13 GMT <![CDATA[

As a first-time JSConf attendee, I happily embraced the welcoming culture and fun atmosphere – surfing, anyone? But I was even more impacted by the presentations centered around JavaScript expanding beyond the browser, using JavaScript to help others, and the focus on community. Of course I’m an avid JavaScript engineer and believer (why else would I be at JSConf), but I left feeling awed and inspired after seeing how progressive and impactful the JavaScript ecosystem can be.

]]>
JavaScript Conferences JSConf 2019 Open Source
<![CDATA[Next Generation Virtual Scrolling]]> https://www.sitepen.com/blog/next-generation-virtual-scrolling https://www.sitepen.com/blog/next-generation-virtual-scrolling Wed, 25 Sep 2019 05:55:51 GMT <![CDATA[

Rendering large data sets in the browser while optimizing for performance and accessibility is a complex problem. The current approach to handling long lists of data is using an infinite scroll pattern to incrementally load and render data just before the data enters the view.

]]>
EnterpriseJS JavaScript HTML5 Performance
<![CDATA[Getting Started with Electron, Typescript, React and Webpack]]> https://www.sitepen.com/blog/getting-started-with-electron-typescript-react-and-webpack https://www.sitepen.com/blog/getting-started-with-electron-typescript-react-and-webpack Tue, 17 Sep 2019 05:55:46 GMT <![CDATA[

If you need to build a desktop application today, Electron is an increasingly common choice. It is cross-platform and is built using the same web technologies that you probably already know.

]]>
EnterpriseJS JavaScript Node.js React
<![CDATA[Using Progressive Enhancement to Design for Accessibility]]> https://www.sitepen.com/blog/using-progressive-enhancement-to-design-for-accessibility https://www.sitepen.com/blog/using-progressive-enhancement-to-design-for-accessibility Mon, 05 Aug 2019 07:44:55 GMT <![CDATA[

The web is for everyone. That includes web apps built on web architecture.

]]>
UI Design Accessibility
<![CDATA[Using WebAssembly with Web Workers]]> https://www.sitepen.com/blog/using-webassembly-with-web-workers https://www.sitepen.com/blog/using-webassembly-with-web-workers Mon, 22 Jul 2019 08:35:19 GMT <![CDATA[

When building web apps, writing processing intensive code can be a challenge. One issue is getting predictable running times across browsers and JavaScript engines that optimise different code paths differently, as well as producing code that doesn’t interfere with user experience.

]]>
EnterpriseJS JavaScript Performance WebAssembly
<![CDATA[Deploying a Dojo App with Docker]]> https://www.sitepen.com/blog/deploying-a-dojo-app-with-docker https://www.sitepen.com/blog/deploying-a-dojo-app-with-docker Tue, 16 Jul 2019 07:44:28 GMT <![CDATA[

So you’ve built an amazing app using Dojo and now you are ready to go live. After a bit of research, you learn that traditional deployments are challenging! Luckily, the days of FTPing files are long gone, and we can rely on Docker for fast, reliable deployments.

]]>
Node.js Dojo Web Infrastructure EnterpriseJS JavaScript Performance