Skip to content
Home » Archives for Alex Rins » Page 3

Alex Rins

Graph optimizations on a tensorflow serveable created using tfEstimator

Optimizing Your TensorFlow Serveable: Unleashing the Power of Graph Optimization TensorFlow Serving, a powerful framework for deploying trained TensorFlow models, offers various mechanisms to optimize your serveable for performance. This article delves into the realm of graph optimization, focusing on how to leverage these techniques within the context of tf.Estimator models. Understanding Graph Optimization Think of a TensorFlow model as… Read More »Graph optimizations on a tensorflow serveable created using tfEstimator

Unable to import webpackbundled UMD library as an ES6 import

Webpack-Bundled UMD Libraries and ES6 Imports: A Common Pitfall and Solution In the modern JavaScript landscape, ES6 modules have become the preferred method for organizing and importing code. However, when dealing with libraries distributed as UMD (Universal Module Definition) bundles created by webpack, you might encounter the dreaded “Cannot find module” error when attempting to import them as ES6 modules.… Read More »Unable to import webpackbundled UMD library as an ES6 import

How to get rollup to include a dependency from another package in a lerna monorepo in its transpilation TypeScript

Getting Rollup to Play Nice: Including Dependencies from Other Packages in a Lerna Monorepo Building a large, modular application with TypeScript and Lerna can be a powerful combination. However, managing transpilation with Rollup in a monorepo can present a unique challenge: how do you get Rollup to recognize and include dependencies from other packages within your monorepo? This article will… Read More »How to get rollup to include a dependency from another package in a lerna monorepo in its transpilation TypeScript

WordPress How to update user password using REST API

Updating User Passwords in WordPress with the REST API The WordPress REST API offers a powerful way to manage your website’s data programmatically, including user information. This article will guide you through the process of updating user passwords securely using the REST API. Important Note: Implementing this feature requires careful consideration of security. Always handle sensitive information like passwords with… Read More »WordPress How to update user password using REST API

Get Sorry you are not allowed to create posts as this user when using WP Rest API and Application Password

“Sorry, you are not allowed to create posts as this user” Error with WP REST API and Application Passwords: Causes and Solutions Encountering the “Sorry, you are not allowed to create posts as this user” error while using the WordPress REST API with Application Passwords can be frustrating. This article will delve into the common causes behind this error and… Read More »Get Sorry you are not allowed to create posts as this user when using WP Rest API and Application Password