[angularjs]
- Change Page Title in Angular Route
- Test Angular Directive With Isolate Scope
- Disable ngClick
- Preload Route Data in Angular
- Namespacing Angular Controller Attributes
- When to Use Curlies in Angular Directives
- ngStyle Background
- Make Jsonp Requests with AngularJs
- Pass Values From the Page to AngularJs
- AngularJs Find Element in Context
- Mocha Testing AngularJs Dependency Injection
- Minimized AngularJs Dependency Injection
[clojure]
- What I Learned in Conjure School
- Format Clojure Code in Neovim
- Connect Conjure to an Existing nREPL Session
- Evaluate Clojure From Neovim
- Filter a Map in Clojure
- Define Functions in Clojure
- Loop Through Map in Clojure
- asdf: The Best Version Manager
- Setup ClojureScript with Shadow CLJS
- Simplest Clojure Test
- Install Clojure
[communication]
- Direct Requests Bring Results
- Deadlines Constrain the Solution Space
- Conversations Without a Computer
- Use Slack Channels to Broadcast
- Does Leaving a Slack Channel Make You Sad?
- Define Limits for Greater Productivity
- Cut the Chatter
- When Product & Developers Talk
- Repeating Yourself
- Verbal Value Statements
- Slack Survival Guide
- Why Log Your Issues
[css]
- Order Tailwind Styles in Layers
- Tailwind Parent Selector
- Export Multiple Stylesheets to postcss-import
- Center Grid Cells on Page
- Hide YouTube Shorts
- Keep an Image in Aspect Ratio
- CSS-only Fading Slideshow
- Global Access to Container Queries
- Expand a 2-Column Grid to 3 Columns
- I Don't Like Tailwind
- Webpack Skips CSS Import
- Make a Repeating Style with nth-child
- When a font-face is Downloaded
- Respect OS Dark Mode in JavaScript
- Prevent Children from Filling CSS Grid Cell
- 100vw Horizontal Scrollbar
- Create a Bezier Curve Clipping Path
- Change Parent Upon Child Focus in React
- CSS Animation Timing Function Per Keyframe Segment
- Controlling pointer-events
- What is CSSNext?
- Override CSS Modules with react-styleable
- CSSNext Variable Fallback
- Mobile-first Media Queries
- Responsive Proportional Video
- Style Children in styled-jsx
- How to Make a Postcss Plugin
- Spacing Between Multi-line Flexbox Child Elements
- Package.json "style" Attribute
- Load Both CSS and CSS Modules With Webpack
- CSS Module Selectors Pile Up with postcss-import
- Update Body Class in React
- I Love CSS Modules
- Style File Input
- ngStyle Background
- CSS Vertical Height of Text
- Cons of CSS Preprocessors
- Responsive Table with Scrolling
- Greater Flexibility with Responsive Design
- Most Seamless Iframe
- Replace Text With Css-Defined Image
[django]
- Set Django Logout Redirect URL
- Add a Migration for a Non-null ForeignKey Field in Django
- django_content_type_app_label_key Constraint on Heroku
- Django loaddata on Heroku
- Jquery, Ajax, Json on Django
- Find django-admin.py
- Context Processors Put Content On Multiple Pages
- Django Pagination
- Will a Captcha Block Spam?
[elixir]
- Error Response Shapes in Ash Graphql
- Restore Postgres Dump to Ash
- Implementing Ash Policies for GraphQL
- Make a Lowercase Enum in Absinthe
- Run an Ecto Query in an Ash Manual Action
- Writing a Subquery in Ecto
- Remove Parens in Elixir Formatter
- Avoid Unix Socket Connections with Postgres PGHOST
- Test Postgres Connection
- Run Elixir Tests in Watch Mode
- Run a Single Elixir Test
- Install Erlang on Ubuntu 22.04
[git]
- Count Git Blame Lines on Current Files
- Create a Custom Commitlint Pattern
- See TODOs in a PR
- Cleanup Local Git Branches
- Open Git Log Files from the Terminal
- Undo Git Commit Amend
- Debugging with Git Bisect
- Git Reset Single File to Origin Version
- Auto Resolve Git Rebase, Take Incoming Change
- Automate Separate Commits in Bash
- Enforce a Git Commit Message Format
- Why Log Your Issues
[i3]
- Connect to AWS VPN from i3
- Mark i3 Windows and Navigate Marks
- Add a Script to dmenu
- Computer-specific i3 Config
- Start Apps in i3 with Keyboard Shortcuts
- Add a Printer in i3
- Adjust Keyboard Repeat Rate in i3
- Remap Keys in i3
- Set Screen Brightness in i3
- Config Multiple Monitors in i3
- Adjust Volume in Linux with Alsamixer
- Set Screen Resolution in i3 with Xrandr
[java]
- Read Request Body in Spring Bean
- Custom Exception Handling for AccessDeniedException
- Calling Webservices in Java
- Backbone and JAX-RS
- Stored Procedures in Spring Jdbc
- Debugging Remote Tomcat from IntelliJ with Style
- Java Encryption - Illegal Key Size
- Generic Interfaces Arabian Magic
- Parameterized States in Webflow
- Change Maven JDK
- InstallCert for Java Security Certificate
- Environment-based Dependency Injection
- Variable Declaration Performance
- EasyMock Cause-Effect Exception Mapping
- Expose Fields via Java Reflection
- ConcurrentModificationException Within One Thread
- Arrays.asList returns immutable List
- Java Reflection for methods with primitive params
- Facelets Template Includes and Params
- Create Custom Facelets Component
- Use Java Reflection to Get Field w/ Accessor
- JSF ValidationError with Custom Converters
- Update Alternatives
- Null SelectItem Option
[jest]
- Mock process.env in Jest
- Start Server in Jest
- Compile JSX in @swc/jest Tests
- Run Jest on Native ES Modules
- Jest Unexpected Token in TypeScript
- Test an Intersection Observer in React
- Mock Fetch in a Jest Test
- Isolate Jest Integration Tests in a Shared Database
- Generate Snapshot Tests from Storybook
- Jest on a Lerna Repo
[js]
- Sort By Two Fields in JavaScript
- Alternatives to Spread Operator Reduce
- Catch Error Thrown from setTimeout
- Serialize Undefined Static Props in NextJS
- Why Use the function Keyword in JavaScript
- Bubble Events in React
- Convert FormData to JSON
- Timezone-specific Date Accessors in JavaScript
- JavaScript Dates and UTC
- Store UTC Dates in Postgres with JavaScript
- Set Timezone by Name in JavaScript Date
- Make Cypress Intercept Responses Dynamic
- Difference Between Promise.all and Promise.allSettled
- Scroll Restoration in JavaScript
- Respect OS Dark Mode in JavaScript
- Configure TypeORM by Injecting NestJS Config
- Find Circular Dependencies in JavaScript
- Fallback Ref in React
- Monitor JavaScript Bundle Size
- Environment Variables in Next.js
- Why Whitelist Props on Shared React Components
- Change Parent Upon Child Focus in React
- Expose Enum Props in React
- Ensure addons Version in a Storybook Addon
- Spread Operator or Destructuring
- React OneOf vs. OneOfType
- Don't Publish .bablerc to Npm
- Flowtype Props Passed to Children in React
- React Error Boundaries in Event Handlers
- Deploy Lerna Packages to Heroku
- Defaulting to Functional React Components
- Render Current Route Active Links on the Server
- Separating React Components Into Modules
- Modern Frontend Dev: Language Advances
- Modern Frontend Dev: Writing JavaScript
- JavaScript Arrow Function Return Rules
- Remove an Array Element Without Mutation
- Render CodeMirror on the Server
- Change Page Title in React
- Handling Touch and Mouse Clicks in the Browser
- JavaScript Arrow Functions with No Params
- Some Helpful Packages for NPM Scripts
- How the JSX Transform Works
- Mixing module.exports with exports
- Jest on a Lerna Repo
- Prettier on Spacemacs
- What is a Generator Function?
- Simplest async/await Function
- Import Local JS Modules Without ../'ing
- Serve Markdown with a Next.js Server
- How I Organize a JavaScript Module
- Import Parts of Node Packages with Slash
- Use Node APIs with Promises
- Load Both CSS and CSS Modules With Webpack
- Paths in Node
- React componentDidMount Not Called in Server Render
- How to Write a Webpack Loader
- Simplify Your Babel Setup with babel-preset-env
- Accessibility: Skip to Main Content
- Debug Node with Built-in Tools
- The Meaning of "Mount" in React
- Format JavaScript with Prettier
- Repainting My Mind with React
- How to Write Middleware for Redux
- Access Route Params in React Router v4
- Local Authentication in a Koa API
- How to Choose a Key in React
- Pause in Redux Saga
- Add Client-side Code Highlighting to Your Blog
- Debug.log in Elm Pipes
- Stub Dependencies in Node Without Proxyquire
- Handle Errors in a Node App
- Return an Array in GraphQL
- Testing es2015 Riot Tags
- react-dnd With Text Drag Preview
- Change Default NPM License
- Selecting a Directory in Electron
- Console.log Deep Objects
- Smart and Dumb Components in React
- Some Node Skills to Explore
- Test APIs Failing from Client
- What React Stateless Components are Missing
- Update Body Class in React
- Animating a Line in D3
- Using JavaScript's Function Bind
- pushState with webpack-dev-server
- List Npm Scripts
- Sinon Spies vs. Stubs
- Test React-Router Previous Params for Component Update
- React-Router with Flux
- D3 Class Operations
- Send Props to Children in React
- Set State in Callbacks in React
- Bower Resolutions
- Detecting Window Closing in Ember
- Testing Express Validator
- Grunt-init Exercism.io
- Change Page Title in Angular Route
- Use D3 rangeBands
- Rotate Gauge Needle in D3
- JavaScript Mixins
- How to Create a Bower Package
- Spies with Sinon and Chai
- Disable ngClick
- Preload Route Data in Angular
- Ember Dynamic Classes
- Namespacing Angular Controller Attributes
- Behavior of CoffeeScript Fat Arrow
- Access Model in Ember View
- Remove Mobile Safari Click Delay
- When to Use Curlies in Angular Directives
- ngStyle Background
- Match Ember and Handlebars Versions
- Access NodeJs App on Xip.io
- LiveReload for NodeJs
- Make Jsonp Requests with AngularJs
- Serve Json from Sinatra
- Https Redirect for Node on Heroku
- Pass Values From the Page to AngularJs
- AngularJs Find Element in Context
- How to Make a Pinterest Webservice
- Naming Anonymous JavaScript Functions
- Run a Single Mocha Test
- Authenticated Supertest Tests
- Mocha Testing AngularJs Dependency Injection
- Minimized AngularJs Dependency Injection
- Npm Install Local Files
- Impressions of Grunt
- RequireJs Paths in Prod, Test, and Build
- Environment Specific Variables in NodeJs
- Count Attributes in JavaScript Object
- Grunt and Testacular
- Test RequireJs Code in Testacular
- Run RequireJs with GruntJs
- An Environment-specific Grunt Build
- GruntJs Access to package.json
- A Grab Bag of Backbone Tips
- Every nth Item in Handlebars Loop
- Change Your Node Script Without Restarting
- How to Organize NodeJs Routes
- Pipe stdout to SocketIO
- Run a Shell Script from NodeJs
- Dynamically Require Optimized Modules in RequireJs
- Cross-Domain RequireJs Text
- Handlebars For-Loop Index
- i18n Strings in RequireJs
- Backbone Inheritance
- I18n Strings in Javascript
- Add/Remove Classes with Raw Javascript
- Access JS object fields
- Remove Whitespace in Html with Javascript
- Pass Parameters to Javascript Callback
[learning]
- Explore the Unhelpful
- Lock in Learning
- The Important Part of Learning is Outcomes
- I Don't Want to Learn That
- Recreate the Library
- Feeling Productive Means Learning
- You're More Engaged in Work You Like
- Motivation Within You to Act
- Learning Quotas and Thresholds
- Take a Chance on Yourself
- Programmer Struggle
- Exercism Review
[linux]
- Burn an MP3 CD in Linux
- Transfer Music to a Classic iPod on Linux
- Query System Specs in Linux
- Format an NTFS Drive in Linux
- Play Playlist with mpv
- Trigger Caps Lock From Linux Terminal
- Change Hostname in Linux
- Format USB Drive as FAT32
- Reduce System76 Fan Noise
- Type Diacritics in Linux
- Run AppImage on Pop!_OS
- Install Font on Linux
- Share Terminal Amongst Multiple Processes
- Add a Printer in i3
- Rip an Audio CD in Linux
- Create Playlist in cmus
- Burn Audio CD in Linux
- Take a Screenshot in Linux
- Color Picker in Linux
- List All Devices on Local Network with Linux
- Mount Network Drive on Linux
- Pipe a File to Clipboard Using xclip
- See Progress of dd Process
- Install Docker Desktop on Ubuntu
- Adjust Keyboard Repeat Rate in i3
- Remap Keys in i3
- Set Screen Brightness in i3
- Photo Slideshow in Ubuntu
- Config Multiple Monitors in i3
- Adjust Volume in Linux with Alsamixer
- Securely Wipe Hard Drive
- Convert HEIC to JPG on Pop!_OS
- Network Manager in the Terminal on i3
- Pacman Installs Fail with 404
- Pacman Reports Corrupt Packages
- Adjust Screen Brightness in Arch
- Connect iPhone to Arch Linux
- Set Screen Resolution in i3 with Xrandr
- Set up to Boot from MBR
- Copy ISO to Bootable USB Stick
- Create an IntelliJ Launcher in Ubuntu
- Change hostname on Ubuntu
- Synergy on Ubuntu
- Mount Samba FS on Linux
- InstallCert for Java Security Certificate
- Remapping Ctrl Key in Ubuntu
- Mark Logic 4 on Ubuntu 9.04
- VPN on Ubuntu Linux
- Virtual Box on Ubuntu Linux
- Application Audio Control in Ubuntu
- Crystal Reports in Ubuntu Linux
- Running Php in Apache on Linux
- Document Viewer in the Shell
[marklogic]
- How MarkLogic Made Me a Better Programmer
- XQuery Dynamic Order By
- Test-driven Development on MarkLogic
- I18n Strings in Javascript
- XQuery Browser Language Detection
- Unit Testing XQuery on MarkLogic
- Execution Context in MarkLogic
- Xdmp:Login Love
- Xquery Imports on MarkLogic
- XSD Validation in MarkLogic
- Unexpected Results in MarkLogic Xquery Type Coercion
- WebDAV on Windows 7
- Xquery Optimization Tips
- Mark Logic 4 on Ubuntu 9.04
[nextjs]
- Redirect in Middleware in Next.js 14
- Logging to DataDog from Next.js
- Rendering on Client Only in NextJS
- Form Submission in Next.js 13
- Set CORS Headers in Next 13 Response
- Set Favicon in Next 13
- Environment Variables in Next.js
- Next.js getInitialProps in All Components
- Deploy Next.js to Github Pages
- Style Children in styled-jsx
- Serve Markdown with a Next.js Server
- What is Next.js?
[nodejs]
- Encode Base64 in Node.js
- Test Postgres Connection
- asdf: The Best Version Manager
- Avoid Digital Envelope Routine Error in Node.js
- Environment Variables in Next.js
- Flowtype process.env
- Setup Flowtype for a Node.js Backend
- Upsert in Knex.js
- Lots of Node Dependencies
- Some Helpful Packages for NPM Scripts
- Mixing module.exports with exports
- Send Email with aws-sdk on Node.js Example
- Serve Markdown with a Next.js Server
- Import Parts of Node Packages with Slash
- Use Node APIs with Promises
- Paths in Node
- Debug Node with Built-in Tools
- Local Authentication in a Koa API
- Store Local User Password with bcrypt in Node
- Deploy create-react-app to Heroku on Node.js
- Stub Dependencies in Node Without Proxyquire
- Notify NewRelic of Error on UncaughtException
- Handle Errors in a Node App
- Console.log Deep Objects
- Some Node Skills to Explore
- List Npm Scripts
- Testing Express Validator
- Access NodeJs App on Xip.io
- LiveReload for NodeJs
- Https Redirect for Node on Heroku
- Npm Install Local Files
- Environment Specific Variables in NodeJs
- Change Your Node Script Without Restarting
- How to Organize NodeJs Routes
- Pipe stdout to SocketIO
- Run a Shell Script from NodeJs
[postgres]
- Restore Postgres Dump to Ash
- Avoid Unix Socket Connections with Postgres PGHOST
- Test Postgres Connection
- Store UTC Dates in Postgres with JavaScript
- Import SQL into Fly.io Postgres
- Connect psql to Kubernetes Postgres
- Fit Psql Output on the Screen
- Upgrade Incompatible Postgres Data Directory in Docker
- Find and Kill Locks on Postgres Tables
- django_content_type_app_label_key Constraint on Heroku
[productivity]
- Block Websites with /etc/hosts File
- Best Practice Overload
- Ubiquitous Language Tips
- We Want to Develop Software Like the Tech Giants
- Prefer Action
- Making is More Important Than How You Make It
- Continuously Not Delivering
- Limits Create Choices
- Define Limits for Greater Productivity
- Working in Open Space
- Feeling Productive Means Learning
[python]
- asdf: The Best Version Manager
- Change Directory in Python Subprocess
- Default Function Params in Python
- Test a Middleware with a Header in FastAPI
- Freeze Poetry Dependencies into requirements.txt
- Transfer Vars Between Pydantic Instances
- Write Nested Loop as List Comprehension
- Remove Key from Immutable Dict in Python
- Set Default Working Directory of Pytest in PyCharm
- Debug FastAPI with pdb
- Pass Params to Pytest Fixture
- Mark All Tests as Async in pytest
- Assert Exception Message in pytest
- Run Single pytest Test
- Watch Source and Re-run Pytest on Change
- Test a Distributed Lock in Dynamodb
- Simplest Pytest Setup
- Add a Migration for a Non-null ForeignKey Field in Django
- Serve a Directory
- django_content_type_app_label_key Constraint on Heroku
- Django loaddata on Heroku
- Find django-admin.py
- Context Processors Put Content On Multiple Pages
- Django Pagination
- Will a Captcha Block Spam?
[rails]
- Pagination Headers with Kaminari
- A JSON API Errors Serializer in Rails
- Expose HTTP Headers in CORS
- Permit Array in Rails Strong Parameters
- Debug Ruby and Rails
- Import Erb Into Karma
- Setup Slim on Sinatra
- Jumpstart Lab Ruby Training Review
- Multiple Yields in an ERB Template
- Rename Files in Rails Asset Pipeline
- Run a Pow Server on a VM
[react]
- Capture Right Click in React
- React is a Framework
- A Decade of React
- Bubble Events in React
- Compile JSX in @swc/jest Tests
- Type TypeScript React Functions
- Test an Intersection Observer in React
- Keyboard Control of Buttons in Testing Library
- Re-render DefaultValue when Value Changes in React
- Fallback Ref in React
- Why Whitelist Props on Shared React Components
- Change Parent Upon Child Focus in React
- Expose Enum Props in React
- React OneOf vs. OneOfType
- Flowtype Props Passed to Children in React
- React Error Boundaries in Event Handlers
- Defaulting to Functional React Components
- Naming Related Components in React
- Render Current Route Active Links on the Server
- Separating React Components Into Modules
- Render CodeMirror on the Server
- Change Page Title in React
- Override CSS Modules with react-styleable
- Change Webpack Config in create-react-app Without Ejecting
- How the JSX Transform Works
- Style Children in styled-jsx
- Ways to Compose React Components
- React componentDidMount Not Called in Server Render
- The Meaning of "Mount" in React
- Repainting My Mind with React
- How to Write Middleware for Redux
- Access Route Params in React Router v4
- How to Choose a Key in React
- Event Handler Naming in React
- Deploy create-react-app to Heroku on Node.js
- react-dnd With Text Drag Preview
- Smart and Dumb Components in React
- What React Stateless Components are Missing
- Update Body Class in React
- Testing React on jsdom
- Test React componentWillReceiveProps
- Test React-Router Previous Params for Component Update
- React-Router with Flux
- Send Props to Children in React
- Set State in Callbacks in React
[ruby]
- Ruby CLI Options Parsing
- Set Cookie on Rack Mock Request
- Pagination Headers with Kaminari
- A JSON API Errors Serializer in Rails
- Permit Array in Rails Strong Parameters
- Define Methods Dynamically in Ruby
- Call Dynamic Method in Ruby
- Exercism Review
- Save a Gem to Gemfile from Terminal
- Debug Ruby and Rails
- Access NodeJs App on Xip.io
- Serve Json from Sinatra
- Serve CoffeeScript from Sinatra
- Setup Slim on Sinatra
- Jumpstart Lab Ruby Training Review
- Rename Files in Rails Asset Pipeline
- Run a Pow Server on a VM
- Octopress vs. WordPress
[security]
- Implementing Ash Policies for GraphQL
- Store JSON Secret in Vault
- Use Vault for Local Dev Secrets
- Export Authy Desktop Data
- Generate a Password
- Local Authentication in a Koa API
- Store Local User Password with bcrypt in Node
- Setup Public/Private Key
- 'And' Spring @Secured Roles
- Encrypt your IMs in Pidgin
- AES Encryption Odyssey in Java with Bouncy Castle
- Xdmp:Login Love
- InstallCert for Java Security Certificate
[teams]
- Dev Silver Bullets Still Don't Exist
- Narrow Input Over Time
- Best Practice Overload
- Ubiquitous Language Tips
- Documentation Isn't Enough
- Nits in Merge Request Feedback
- More Managers, More Priorities
- Costs of Inter-team Tech Consolidation
- Not Done in a Corner
- Sharing Hope to Create a Future Together
- The Power of Team Combinations
- The Need to Do It All
- Working in Open Space
- People Will Remember Your Kindness
- When Product & Developers Talk
- Devops Asks a Lot
- Sharing Praise Brings Admiration
- A Sad Cyclops Appears in the Wild
- Context Assists Appreciation
- Hearing Bad Ideas
- Make Your Project Fun
- Determining the Health of Your Culture
- Working More Might Not Help Our Team
- In Favor of Codenames
- Make Software in the Estuary
- Breaking Down Knowledge Silos
[terminal]
- Use Vim Keybindings in Alacritty
- Empty the Trash from Terminal
- Format USB Drive as FAT32
- De-dup Files from the Terminal
- Render Markdown in the Terminal
- Open Git Log Files from the Terminal
- Share Terminal Amongst Multiple Processes
- Dictionary in the Shell
- Find and Replace Over Multiple Files in the Shell in MacOS
[testing]
- Load .env File in Jest
- Set up Multiple Jest Configs
- Test Localhost on Mobile Device
- Run Elixir Tests in Watch Mode
- Run a Single Elixir Test
- Start Server in Jest
- Compile JSX in @swc/jest Tests
- Maybe Don't Write a Test
- Run Jest on Native ES Modules
- Why and When Do I Test?
- Make Cypress Intercept Responses Dynamic
- Jest Unexpected Token in TypeScript
- Test a Middleware with a Header in FastAPI
- Test an Intersection Observer in React
- Debug FastAPI with pdb
- Pass Params to Pytest Fixture
- Mark All Tests as Async in pytest
- Assert Exception Message in pytest
- Simplest Clojure Test
- Run Single pytest Test
- Watch Source and Re-run Pytest on Change
- Fewer Mocks Better Tests
- Simplest Pytest Setup
- Keyboard Control of Buttons in Testing Library
- Mock Fetch in a Jest Test
- The Testing Pyramid Shows ROI
- Tests That Really Test
- Isolate Jest Integration Tests in a Shared Database
- Generate Snapshot Tests from Storybook
- More Code-like, Not English Spec Descriptions
- Stub Dependencies in Node Without Proxyquire
- Testing es2015 Riot Tags
- Test APIs Failing from Client
- Testing React on jsdom
- Test React componentWillReceiveProps
- Sinon Spies vs. Stubs
- Set Cookie on Rack Mock Request
- Destroy Duplicate Tests
- Test Angular Directive With Isolate Scope
- Spies with Sinon and Chai
- Test setTimeout with Jasmine
- Authenticated Supertest Tests
- Grunt and Testacular
- Test RequireJs Code in Testacular
- BusterJs with RequireJs/Backbone
- Jasmine Unit Testing with RequireJS
- Test-driven Development on MarkLogic
- Unit Testing XQuery on MarkLogic
- EasyMock Cause-Effect Exception Mapping
- Expose Fields via Java Reflection
- Java Reflection for methods with primitive params
[typescript]
- Type a Declared Function in TypeScript
- Create a File on Google Drive using Promises
- Strong Type Checks with AJV Additional Properties
- Generate Validator and Type Def with AJV
- Error Handling with Result Type
- TypeScript Type-safe Filter Boolean
- Unwrap a Promise in TypeScript
- Typescript Cannot Find CSS Module
- Type TypeScript React Functions
- Jest Unexpected Token in TypeScript
- Loop Through TypeScript Union Type
- Allow Only Keys of Interface in TypeScript
- Ignore Dependency Types in Typescript
- Narrow Interface Type in TypeScript
[webpack]
- Webpack Skips CSS Import
- How to Use Webpack's externals Property
- Change Webpack Config in create-react-app Without Ejecting
- Import Local JS Modules Without ../'ing
- Package.json "style" Attribute
- Load Both CSS and CSS Modules With Webpack
- Routing in React in a Static Site and Browser
- How to Write a Webpack Loader
- pushState with webpack-dev-server
[xquery]
- How MarkLogic Made Me a Better Programmer
- XQuery Dynamic Order By
- Test-driven Development on MarkLogic
- I18n Strings in Javascript
- XQuery Browser Language Detection
- Unit Testing XQuery on MarkLogic
- Execution Context in MarkLogic
- Xdmp:Login Love
- Xquery Imports on MarkLogic
- XSD Validation in MarkLogic
- Unexpected Results in MarkLogic Xquery Type Coercion
- Xquery Optimization Tips
- Caching Ajax Requests in IE