tedo-publisher 1.3.353 β†’ 1.3.354

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCCA\uD83D\uDEE0\uFE0F\uD83D\uDCDA\u2728";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-10-10T00:00:00Z";
13
+ export declare const devBucketName = "idn-recofied-dev";
14
+ export declare const prodBucketName = "idn-recofied";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const s={softwareSelectionGuides:{title:"Software Selection Guides: Your Path to the Perfect Software πŸ’»",description:"Explore expertly curated guides to simplify your software selection process. Get tailored recommendations and resources to empower your decisions! πŸ“Š",slug:"software-selection-guides",children:{beginnerGuides:{title:"Beginner's Guides to Choosing Software: Start Smart πŸš€",description:"Dive into our beginner-friendly guides that help you understand software selection essentials. Get started on your journey to making informed choices! πŸ“š",slug:"beginner-guides",children:null},advancedStrategies:{title:"Advanced Strategies for Software Selection: Master the Game 🎯",description:"Unlock advanced strategies to refine your software selection process. Tailor your search and enhance productivity with our expert recommendations! πŸ”",slug:"advanced-strategies",children:null},industrySpecificRecommendations:{title:"Industry-Specific Software Recommendations: Tailored Solutions 🏒",description:"Discover software recommendations tailored to various industries. Leverage insights to find the tools that best fit your business needs! πŸ“ˆ",slug:"industry-specific-recommendations",children:null},other:{title:"Other Software Selection Resources: Expand Your Knowledge πŸ“–",description:"Explore additional resources and insights for software selection. Enhance your understanding and find the right tools for your needs! 🌟",slug:"other-software-selection-resources",children:null}}},toolComparisons:{title:"Comprehensive Software Tool Comparisons for Smart Choices",description:"Explore detailed tool comparisons to make informed software choices. Get valuable insights tailored to your needs! πŸ› οΈπŸ’‘",slug:"software-tool-comparisons",children:{featureByFeatureAnalysis:{title:"In-Depth Feature By Feature Analysis of Software Tools",description:"Discover detailed feature comparisons of various software tools to find your perfect match! πŸ“Šβœ¨",slug:"feature-by-feature-analysis",children:null},pricingComparison:{title:"Detailed Pricing Comparison for Software Options",description:"Compare pricing structures across software options to ensure you get the best value for your investment! πŸ’°πŸ”",slug:"pricing-comparison",children:null},userReviewsComparisons:{title:"Comprehensive User Reviews Comparisons for Software",description:"Read and compare genuine user reviews of software to find the best solutions tailored to your needs! πŸ“β­",slug:"user-reviews-comparisons",children:null},other:{title:"Miscellaneous Comparisons on Software Tools",description:"Explore various other relevant comparisons to enhance your software selection process. πŸ§πŸ”§",slug:"other-software-comparisons",children:null}}},caseStudies:{title:"Insightful Case Studies on Software Implementations & Trends πŸ“Š",description:"Explore an array of case studies that reveal the intricacies of successful software implementations, failures, and industry trends. πŸ“ˆ",slug:"insightful-case-studies-software-implementations-trends",children:{successfulImplementations:{title:"Successful Implementations: Real-World Software Success Stories 🌟",description:"Dive into successful implementations that showcase the effective deployment of software solutions. Learn from the best! πŸš€",slug:"successful-implementations-real-world-stories",children:null},failureAnalyses:{title:"Failure Analyses: Learning from Software Implementation Mistakes πŸ› οΈ",description:"Examine case studies that analyze software deployment failures to avoid similar pitfalls and enhance your selection process. πŸ“‰",slug:"failure-analyses-software-implementation-mistakes",children:null},industryTrendCaseStudies:{title:"Industry Trend Case Studies: Insights and Innovations πŸ“ˆ",description:"Discover case studies that delve into industry trends, providing insights on how software shapes various sectors. πŸ”",slug:"industry-trend-case-studies-insights-innovations",children:null},other:{title:"Other Case Studies: Diverse Perspectives on Software Usage 🌐",description:"Explore a collection of diverse case studies that do not fit into typical categories to broaden your software understanding. πŸ“š",slug:"other-case-studies-diverse-perspectives",children:null}}},expertInsights:{title:"Expert Insights for Software Selection | Data-Driven Recommendations",description:"Explore the expert insights section for tailored software recommendations and data-driven resources to streamline your software selection process. πŸ–₯οΈπŸ“ˆ",slug:"expert-insights-software-selection",children:{topExpertOpinions:{title:"Top Expert Opinions on Software Choices | Trusted Insights",description:"Discover top expert opinions that guide you in making informed software choices based on industry experience and data. πŸ’‘πŸ› οΈ",slug:"top-expert-opinions-software",children:null},emergingTrends:{title:"Emerging Trends in Software | Stay Ahead of the Curve",description:"Learn about the emerging trends in software that are shaping the industry and how they can impact your decisions. πŸš€πŸ“Š",slug:"emerging-trends-software",children:null},softwarePerformanceMetrics:{title:"Software Performance Metrics | Optimize Your Choices",description:"Understand key software performance metrics to help optimize your choices and enhance productivity in your organization. πŸ“ˆπŸ”",slug:"software-performance-metrics",children:null},other:{title:"Additional Resources on Software Selection | Comprehensive Guides",description:"Access additional resources and comprehensive guides for software selection to assist in your decision-making journey. πŸ“šπŸ€",slug:"other-resources-software-selection",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,s)=>Object.assign(Object.assign({},e),{[s.name]:[s.description]})),{}),o=e.AUTHORS_INFO.map((e=>e.name)),i="πŸ“ŠπŸ› οΈπŸ“šβœ¨",r=Object.keys(s),n=[],a=[];for(const e of r){const t=s[e];if(null==t?void 0:t.children){n.push(...Object.keys(t.children));for(const e of n){const s=t.children[e];(null==s?void 0:s.children)&&a.push(...Object.keys(s.children))}}}const l="2024-10-10T00:00:00Z",c="recofied",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=i,exports.authors=t,exports.authorsNames=o,exports.categories=r,exports.dataStructure=s,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=n,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ SoftwareType = "Software Type",
3
+ UserIntent = "User Intent",
4
+ FeaturesRequired = "Features Required",
5
+ BudgetRange = "Budget Range",
6
+ IndustryFocus = "Industry Focus"
7
+ }
8
+ type SoftwareTypeValues = 'Productivity Tools' | 'Marketing Software' | 'Project Management' | 'Accounting Solutions' | 'Customer Relationship Management (CRM)';
9
+ type UserIntentValues = 'Personal Use' | 'Small Business' | 'Enterprise Solutions' | 'Freelancer Needs' | 'Non-Profit Organizations';
10
+ type FeaturesRequiredValues = 'Collaboration Tools' | 'Automation Capabilities' | 'Reporting & Analytics' | 'Mobile Accessibility' | 'Integration with Other Software';
11
+ type BudgetRangeValues = 'Free to $50' | '$51 to $100' | '$101 to $500' | '$501 to $1,000' | '$1,000+';
12
+ type IndustryFocusValues = 'E-commerce' | 'Education' | 'Healthcare' | 'Finance' | 'Technology';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.SoftwareType]: SoftwareTypeValues[];
15
+ [FiltersNames.UserIntent]: UserIntentValues[];
16
+ [FiltersNames.FeaturesRequired]: FeaturesRequiredValues[];
17
+ [FiltersNames.BudgetRange]: BudgetRangeValues[];
18
+ [FiltersNames.IndustryFocus]: IndustryFocusValues[];
19
+ };
20
+ export declare const softwareTypeValues: SoftwareTypeValues[];
21
+ export declare const userIntentValues: UserIntentValues[];
22
+ export declare const featuresRequiredValues: FeaturesRequiredValues[];
23
+ export declare const budgetRangeValues: BudgetRangeValues[];
24
+ export declare const industryFocusValues: IndustryFocusValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).SoftwareType="Software Type",e.UserIntent="User Intent",e.FeaturesRequired="Features Required",e.BudgetRange="Budget Range",e.IndustryFocus="Industry Focus";const t=["Productivity Tools","Marketing Software","Project Management","Accounting Solutions","Customer Relationship Management (CRM)"],s=["Personal Use","Small Business","Enterprise Solutions","Freelancer Needs","Non-Profit Organizations"],r=["Collaboration Tools","Automation Capabilities","Reporting & Analytics","Mobile Accessibility","Integration with Other Software"],o=["Free to $50","$51 to $100","$101 to $500","$501 to $1,000","$1,000+"],a=["E-commerce","Education","Healthcare","Finance","Technology"],i={[exports.FiltersNames.SoftwareType]:[],[exports.FiltersNames.UserIntent]:[],[exports.FiltersNames.FeaturesRequired]:[],[exports.FiltersNames.BudgetRange]:[],[exports.FiltersNames.IndustryFocus]:[]},n={[exports.FiltersNames.SoftwareType]:t,[exports.FiltersNames.UserIntent]:s,[exports.FiltersNames.FeaturesRequired]:r,[exports.FiltersNames.BudgetRange]:o,[exports.FiltersNames.IndustryFocus]:a},l=()=>JSON.stringify(n,null,2);exports.budgetRangeValues=o,exports.featuresRequiredValues=r,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.industryFocusValues=a,exports.initialFilters=i,exports.softwareTypeValues=t,exports.userIntentValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),u=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.budgetRangeValues=t.budgetRangeValues,exports.featuresRequiredValues=t.featuresRequiredValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.industryFocusValues=t.industryFocusValues,exports.initialFilters=t.initialFilters,exports.softwareTypeValues=t.softwareTypeValues,exports.userIntentValues=t.userIntentValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=u.END_STEP,exports.FILTERS_INFO=u.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=u.IMAGES_PROHIBITED_WORDS,exports.START_STEP=u.START_STEP,exports.TARGET_AUDIENCE=u.TARGET_AUDIENCE,exports.ZERO_SECTION=u.ZERO_SECTION,exports.portalInfo=u.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Recofied is an innovative infotainment articles portal designed to provide users with data-driven, tailored recommendations and resources for selecting the right software. The platform focuses on simplifying the software selection process by offering insights based on user needs and industry trends.\n - Detailed description: Recofied stands out in the crowded landscape of software recommendation platforms by prioritizing data-driven insights to inform its content. Users are presented with comprehensive guides, expert analyses, and curated lists that cater to diverse needs\u2014whether for personal use, small businesses, or large enterprises. The portal utilizes a unique algorithm that takes into account user preferences, software performance metrics, and market trends to present customized recommendations, ensuring that readers find the software solutions that best suit their requirements. By integrating user reviews, case studies, and side-by-side comparisons, Reconfied elevates the decision-making experience and empowers users to make informed choices.\n - Target audience: The target audience for Recofied includes tech-savvy individuals, small business owners, entrepreneurs, IT professionals, and decision-makers in organizations who seek reliable information on software options. These users value detailed insights, expert recommendations, and tailored solutions that enhance their productivity and streamline their operations.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Needs Assessment\n- Identifying User Requirements\n- Evaluating Current Software Solutions\n\n## Data-Driven Insights\n- Market Trends Overview\n- Performance Metrics\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Needs Assessment, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "tech-savvy individuals, business professionals, IT professionals";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Recofied is an innovative infotainment articles portal designed to provide users with data-driven, tailored recommendations and resources for selecting the right software. The platform focuses on simplifying the software selection process by offering insights based on user needs and industry trends.\n - Detailed description: Recofied stands out in the crowded landscape of software recommendation platforms by prioritizing data-driven insights to inform its content. Users are presented with comprehensive guides, expert analyses, and curated lists that cater to diverse needsβ€”whether for personal use, small businesses, or large enterprises. The portal utilizes a unique algorithm that takes into account user preferences, software performance metrics, and market trends to present customized recommendations, ensuring that readers find the software solutions that best suit their requirements. By integrating user reviews, case studies, and side-by-side comparisons, Reconfied elevates the decision-making experience and empowers users to make informed choices.\n - Target audience: The target audience for Recofied includes tech-savvy individuals, small business owners, entrepreneurs, IT professionals, and decision-makers in organizations who seek reliable information on software options. These users value detailed insights, expert recommendations, and tailored solutions that enhance their productivity and streamline their operations.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Needs Assessment\n- Identifying User Requirements\n- Evaluating Current Software Solutions\n\n## Data-Driven Insights\n- Market Trends Overview\n- Performance Metrics\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Needs Assessment, IF it's applicable to the theme of the article.\n",s="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",r="tech-savvy individuals, business professionals, IT professionals",a="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=a,exports.START_STEP=s,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Highly detailed illustration of ${a}, ${o}, for an article ${t} in a leading technology publication, showcasing software interfaces, coding environments, and technological innovation, clean and modern tech magazine style, accurate representation of software, user interfaces, programming, development tools, and tech gadgets, 4K, 8K resolution, minimalistic design, clear visuals, no blur, depth of field, modern digital art, precise and informative, tech-focused imagery`,negativePrompt:e.SD_NEGATIVE_PROMPT,options:{steps:7,cfg_scale:3}}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Experts at Recofied | Your Software Guides",description:"Discover the minds behind Recofied! 🌟 Experts providing tailored software insights for your needs. Dive into our authors' backgrounds and specialties!"},[exports.PageNames.Home]:{title:"Recofied | Your Go-To Source for Software Recommendations",description:"Welcome to Recofied! πŸŽ‰ Get personalized, data-driven software recommendations and resources to make informed decisions. Start your journey to the perfect solution today!"},[exports.PageNames.NotFound]:{title:"Page Not Found | Recofied",description:"Oops! πŸ˜• The page you're looking for doesn't exist. Explore our homepage for data-driven software recommendations and valuable resources!"},[exports.PageNames.AboutUs]:{title:"About Recofied | Your Software Selection Partner",description:"Learn about Recofied! 🧠 We’re dedicated to providing tailored software insights and data-driven recommendations to help you find the right tools for your needs."},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Recofied",description:"Your privacy matters! πŸ”’ At Recofied, we ensure your data is safe while providing you with the best software recommendations. Read our privacy policy to learn more."},[exports.PageNames.Terms]:{title:"Terms of Service | Recofied",description:"Understand our terms! πŸ“œ Review the guidelines and policies guiding your experience at Recofied as you explore software recommendations tailored for you."},[exports.PageNames.Sitemap]:{title:"Sitemap | Recofied",description:"Navigate easily! πŸ—ΊοΈ Check out the Recofied sitemap for a structured overview of all our software recommendations and resources. Find what you need effortlessly!"}},t=[{name:"Anita Rao",description:"Anita Rao is a seasoned technology consultant and software analyst with over a decade of experience in the IT industry. She specializes in market research and data-driven solutions, providing insights into the latest software trends for businesses.",meta_title:"Anita Rao - Expert Software Analyst and Consultant",meta_description:"Discover articles by Anita Rao, a seasoned technology consultant with a decade of experience in software analysis, providing tailored recommendations for business solutions."},{name:"Rajesh Kapoor",description:"Rajesh Kapoor is a data scientist with a passion for developing customized software solutions. With his extensive background in data analysis, Rajesh helps businesses make informed decisions through insightful articles and recommendations.",meta_title:"Rajesh Kapoor - Data Scientist & Software Solutions Expert",meta_description:"Explore insightful articles by Rajesh Kapoor, a data scientist specializing in custom software solutions and data analysis for informed business decisions."},{name:"Sneha Iyer",description:"Sneha Iyer is a technology writer and digital marketer with over 8 years of experience in the software industry. Her expertise lies in creating content that helps readers navigate the complex world of software options available today.",meta_title:"Sneha Iyer - Technology Writer & Digital Marketing Specialist",meta_description:"Read articles by Sneha Iyer, a technology writer with 8 years of experience in the software industry, guiding readers through software decisions with tailored insights."},{name:"Vikram Sharma",description:"Vikram Sharma is a software engineer and author with a focus on enterprise solutions. He has worked with numerous startups and established firms, providing valuable recommendations on software tools tailored for various needs.",meta_title:"Vikram Sharma - Software Engineer & Enterprise Solutions Expert",meta_description:"Discover the insights of Vikram Sharma, a software engineer specializing in enterprise solutions, providing recommendations on the best software tools for businesses."},{name:"Priya Mehta",description:"Priya Mehta is a tech enthusiast and content creator who blends storytelling with technology insights. With her experience in software evaluation, she provides engaging articles that help users make informed software choices.",meta_title:"Priya Mehta - Tech Enthusiast & Content Creator",meta_description:"Explore engaging articles by Priya Mehta, a tech enthusiast with expert insights on software evaluation and recommendations tailored to user needs."},{name:"Amit Desai",description:"Amit Desai is a product manager and author known for his expertise in software development and user experience. He writes articles that offer detailed comparisons and recommendations based on user feedback and data analytics.",meta_title:"Amit Desai - Product Manager & Software Development Expert",meta_description:"Read articles by Amit Desai, a product manager specializing in software development, offering data-driven comparisons and recommendations for users."},{name:"Neha Singh",description:"Neha Singh is a software consultant and writer with a focus on SaaS applications. Based on her extensive experience in the tech industry, she provides tailored resources to help businesses choose the right software solutions.",meta_title:"Neha Singh - SaaS Consultant & Writer",meta_description:"Discover valuable insights by Neha Singh, a SaaS consultant focused on helping businesses select the appropriate software solutions through tailored resources."},{name:"Karan Gupta",description:"Karan Gupta, a software architect and technology advocate, has over 12 years of experience in software design and implementation. His articles focus on architectural approaches and best practices for selecting software solutions.",meta_title:"Karan Gupta - Software Architect & Technology Advocate",meta_description:"Explore articles by Karan Gupta, a software architect with 12 years of experience, providing insights on best practices for selecting and designing software solutions."},{name:"Ravi Nair",description:"Ravi Nair is a software engineer and technical writer known for his ability to simplify complex software topics. He provides DATA-driven content that guides users through the nuances of choosing the right software.",meta_title:"Ravi Nair - Software Engineer & Technical Writer",meta_description:"Read articles by Ravi Nair, a technical writer who simplifies software topics, helping users navigate the complexities of software selection with ease."},{name:"Shreya Puri",description:"Shreya Puri is an IT consultant and writer with a deep understanding of data-driven strategies. She focuses on creating comprehensive guides that assist businesses in making educated software selection decisions.",meta_title:"Shreya Puri - IT Consultant & Software Guide Author",meta_description:"Discover comprehensive guides by Shreya Puri, an IT consultant specializing in data-driven strategies for informed software selection and business growth."},{name:"Ravi Kumar",description:"Ravi Kumar is a seasoned software analyst with over a decade of experience in evaluating technology solutions. He has a background in computer science and has worked with multiple Fortune 500 companies, helping them select the right software tools to optimize their operations. His insights focus on software performance metrics and user satisfaction.",meta_title:"Ravi Kumar - Expert Software Analyst at Recofied",meta_description:"Explore insights and tailored recommendations from Ravi Kumar, an experienced software analyst with over 10 years in the industry, specializing in technology solutions for Fortune 500 companies."},{name:"Anjali Patel",description:"Anjali Patel is a data-driven consultant and software evaluation expert with extensive research experience in SaaS products. With a Master's in Information Technology, she combines solid analytical skills with a keen eye for emerging software trends, enabling her to provide actionable recommendations for businesses.",meta_title:"Anjali Patel - Software Evaluation Consultant at Recofied",meta_description:"Discover expert analysis and recommendations from Anjali Patel, a data-driven consultant specializing in SaaS products and software evaluation for businesses."},{name:"Suresh Nair",description:"Suresh Nair has over 15 years of experience in IT consulting and software selection. He has a passion for helping businesses leverage technology to boost their efficiency. His expertise lies in analyzing software solutions using metrics that matter to small and medium enterprises.",meta_title:"Suresh Nair - IT Consulting Expert at Recofied",meta_description:"Get insights from Suresh Nair, an expert IT consultant with 15 years in software selection, focused on helping SMEs leverage tech for better efficiency."},{name:"Rajesh Mehta",description:"Rajesh Mehta is a software development specialist with a decade of experience in agile project management and software deployment. His practical knowledge helps him analyze software tools from a developer's perspective, offering tailored insights to improve project outcomes.",meta_title:"Rajesh Mehta - Software Development Specialist at Recofied",meta_description:"Explore articles by Rajesh Mehta, a software development specialist with 10 years in agile project management, providing insights on project software tools."},{name:"Pooja Sharma",description:"Pooja Sharma is a market researcher and software analyst dedicated to helping businesses find the right technology solutions. With significant experience in competitive analysis, her recommendations are grounded in data and tailored to meet the unique needs of various industries.",meta_title:"Pooja Sharma - Market Researcher at Recofied",meta_description:"Learn from Pooja Sharma, a dedicated market researcher and software analyst with expertise in competitive analysis and tailored technology solutions."},{name:"Aakash Desai",description:"Aakash Desai is a software quality assurance engineer with a strong background in software functionality testing and evaluation. With nearly 12 years of industry experience, he specializes in assessing software performance and has worked with a range of software tools across different sectors.",meta_title:"Aakash Desai - Software Quality Assurance Expert at Recofied",meta_description:"Read insights by Aakash Desai, a quality assurance engineer with 12 years of experience in software testing, focusing on software performance evaluations."},{name:"Sneha Bhatia",description:"Sneha Bhatia is a technology enthusiast and content creator who has been covering software solutions for over 5 years. With her background in digital marketing, she excels at translating complex software features into user-friendly content and actionable insights.",meta_title:"Sneha Bhatia - Technology Content Creator at Recofied",meta_description:"Explore articles by Sneha Bhatia, a technology enthusiast with 5 years of experience in software solutions, translating complex concepts into user-friendly content."},{name:"Vikram Choudhury",description:"Vikram Choudhury is a data analyst with a specialization in software recommendation systems. With numerous projects focused on big data and software analytics, his expertise lies in helping users make informed software choices based on comprehensive data-driven insights.",meta_title:"Vikram Choudhury - Data Analyst at Recofied",meta_description:"Get insights from Vikram Choudhury, a data analyst specializing in software recommendation systems and data-driven insights for software choices."},{name:"Deepika Rao",description:"Deepika Rao is a software engineer turned consultant with 7 years of experience working on software design and usability testing. Her unique background enables her to provide a comprehensive view of both the technical and user perspectives in software selection.",meta_title:"Deepika Rao - Software Consultant at Recofied",meta_description:"Discover insights from Deepika Rao, a former software engineer turned consultant with a focus on software design and usability testing."},{name:"Aditi Sharma",description:"Aditi Sharma is a tech enthusiast and software consultant with over 8 years of experience in the software industry. With a degree in Computer Science from the Indian Institute of Technology (IIT), she specializes in data-driven decision-making and software recommendations tailored to user needs. Aditi is passionate about simplifying software selection processes for businesses and individuals.",meta_title:"Aditi Sharma - Software Consultant and Tech Enthusiast | Recofied",meta_description:"Explore insights from Aditi Sharma, a software consultant with 8+ years in the industry. Discover data-driven software recommendations tailored to your needs on Recofied."},{name:"Rohan Gupta",description:"Rohan Gupta is an experienced software analyst and data scientist with a focus on providing actionable insights for B2B software solutions. Rohan has worked with startups and established companies, helping them navigate their software choices with tailored recommendations. He holds a master's degree in Data Science and is known for his clear and informative writing style.",meta_title:"Rohan Gupta - Data Scientist & Software Analyst | Recofied",meta_description:"Meet Rohan Gupta, a software analyst with expertise in B2B solutions. Get personalized software recommendations backed by data on Recofied."},{name:"Preeti Malhotra",description:"Preeti Malhotra is a digital marketer and software strategist with a wealth of experience in e-commerce and technology. With over 7 years in the industry, she brings a unique perspective to software evaluation and selection. Preeti enjoys empowering businesses by providing tailored software recommendations that enhance operational efficiency.",meta_title:"Preeti Malhotra - Digital Marketer & Software Strategist | Recofied",meta_description:"Unlock effective software strategies with Preeti Malhotra, a digital marketer dedicated to tailored recommendations for your business needs on Recofied."},{name:"Karan Joshi",description:"Karan Joshi is a software engineer and product reviewer with over 5 years of experience in the tech industry. He has a keen eye for user experience and is dedicated to providing in-depth reviews and comparisons of software solutions. Karan’s insights aim to help users make informed decisions about the tools they choose.",meta_title:"Karan Joshi - Software Engineer & Product Reviewer | Recofied",meta_description:"Dive into software reviews with Karan Joshi, a software engineer committed to providing expert analysis and tailored recommendations on Recofied."},{name:"Vikram Iyer",description:"Vikram Iyer is a senior product manager with over a decade of experience in software development and management. His expertise lies in evaluating the effectiveness and suitability of various software platforms. Vikram uses data-driven methods to assist businesses in selecting the best technology to meet their needs.",meta_title:"Vikram Iyer - Senior Product Manager & Software Expert | Recofied",meta_description:"Gain wisdom from Vikram Iyer, a senior product manager focused on data-driven software solutions that cater to your business requirements on Recofied."},{name:"Suman Reddy",description:"Suman Reddy is a tech writer and software consultant with a focus on small to medium enterprises. With over 4 years of experience, she specializes in helping businesses identify the right software solutions that align with their unique requirements. Suman’s articles are filled with practical tips and real-world examples.",meta_title:"Suman Reddy - Tech Writer & Software Consultant | Recofied",meta_description:"Explore expert insights from Suman Reddy, a tech writer dedicated to providing tailored software recommendations for SMEs on Recofied."},{name:"Anil Bansal",description:"Anil Bansal is a data analyst and software expert with over 9 years of industry experience. He specializes in leveraging analytics to empower businesses in their software selection journey. Anil's articles focus on data-driven insights that help users choose the best software for their specific needs.",meta_title:"Anil Bansal - Data Analyst & Software Expert | Recofied",meta_description:"Take advantage of Anil Bansal's expertise in data analysis and software selection. Read more on tailored software recommendations on Recofied."},{name:"Sneha Kapoor",description:"Sneha Kapoor is an IT consultant and software recommendator with over 5 years of experience. With a robust background in information technology and customer service, she focuses on helping clients identify and utilize the software tools that best fit their operations. Sneha aims to enhance effectiveness through informed software choices.",meta_title:"Sneha Kapoor - IT Consultant & Software Recommendator | Recofied",meta_description:"Explore software solutions guided by Sneha Kapoor, an IT consultant dedicated to helping you find the best-fit software for your operational needs on Recofied."},{name:"Deepak Verma",description:"Deepak Verma is a software engineer turned tech writer with over 6 years of experience. He merges his technical expertise with writing to provide insights into the latest software trends and recommendations. Deepak’s informative content is aimed at making software selection simpler for professionals in various sectors.",meta_title:"Deepak Verma - Software Engineer & Tech Writer | Recofied",meta_description:"Learn from Deepak Verma, a tech writer and software engineer committed to simplifying software selection with expert recommendations on Recofied."},{name:"Anjali Sharma",description:"Anjali is a seasoned tech journalist with over 10 years of experience in the software industry. With a background in computer science, she specializes in providing insights into software trends and offering practical advice to businesses. Anjali has contributed to various tech publications and is passionate about helping organizations leverage technology effectively.",meta_title:"Anjali Sharma - Software Industry Expert | Recofied",meta_description:"Discover insights and expert advice from Anjali Sharma, a proficient tech journalist with over a decade of experience in the software industry on Recofied."},{name:"Vikram Mehta",description:"Vikram is an accomplished software consultant with a rich experience spanning 15 years. He has a deep understanding of data analytics and software implementation, helping businesses make informed decisions about their technology investments. His articles are aimed at providing tailored recommendations for software selection.",meta_title:"Vikram Mehta - Software Consultant | Recofied",meta_description:"Explore tailored software recommendations and insights from Vikram Mehta, an expert consultant with 15 years of experience, on Recofied."},{name:"Pooja Gupta",description:"Pooja is a data analyst and tech enthusiast with over 8 years in the field. She focuses on creating data-driven content that empowers readers to make knowledgeable software choices. Pooja's contributions reflect her analytical approach and her commitment to delivering valuable resources.",meta_title:"Pooja Gupta - Data Analyst & Tech Writer | Recofied",meta_description:"Read Pooja Gupta’s insightful articles on data-driven software recommendations and resources on Recofied, enhancing your technology choices."},{name:"Rohan Bansal",description:"Rohan is a software engineer with 12 years of experience in developing and reviewing software solutions. His expertise lies in evaluating software performance and usability, enabling him to provide comprehensive reviews and recommendations for users seeking the right tools.",meta_title:"Rohan Bansal - Software Engineer & Reviewer | Recofied",meta_description:"Get expert software reviews and recommendations from Rohan Bansal, a software engineer with 12 years of industry experience, on Recofied."},{name:"Suresh Patel",description:"Suresh is a product manager and technology strategist with 10 years of experience in the software sector. He leverages his knowledge to guide organizations in selecting software that aligns with their strategic goals and operational needs.",meta_title:"Suresh Patel - Product Manager & Tech Strategist | Recofied",meta_description:"Discover strategic software selection tips and expert insights from Suresh Patel, a product manager with 10 years of experience, on Recofied."},{name:"Deepa Nair",description:"Deepa is a digital transformation consultant with over 9 years of experience in software solutions. She specializes in providing actionable advice on choosing software that drives efficiency and innovation within organizations.",meta_title:"Deepa Nair - Digital Transformation Consultant | Recofied",meta_description:"Explore Deepa Nair's insights on software selection and digital transformation to enhance your business efficiency on Recofied."},{name:"Rajesh Verma",description:"Rajesh is an experienced software developer and writer, bringing over 8 years of industry knowledge. His articles focus on evaluating software tools and their capabilities, providing readers with the resources needed to make informed choices.",meta_title:"Rajesh Verma - Software Developer & Writer | Recofied",meta_description:"Uncover valuable software evaluation insights from Rajesh Verma, a seasoned developer and writer with 8 years of experience, on Recofied."},{name:"Kavita Joshi",description:"Kavita is a business analyst with more than 6 years of experience in software recommendations. She focuses on bridging the gap between technical specifications and business needs, providing readers with clear, actionable advice.",meta_title:"Kavita Joshi - Business Analyst & Software Advisor | Recofied",meta_description:"Get actionable software recommendations from Kavita Joshi, a business analyst with over 6 years of experience, on Recofied."},{name:"Arjun Kumar",description:"Arjun is a technology advisor and content creator with extensive experience in software evaluation and selection. With a passion for helping businesses succeed, he provides insightful articles that focus on data-driven software choices.",meta_title:"Arjun Kumar - Technology Advisor & Content Creator | Recofied",meta_description:"Read Arjun Kumar’s expert articles on data-driven software recommendations and insights, designed to help your business succeed, on Recofied."},{name:"Dr. Emily Chen",description:"Dr. Emily Chen is a software development expert with over 10 years of experience in crafting tailored solutions for various industries. She holds a Ph.D. in Computer Science and has contributed to several research projects focused on data-driven software recommendations. Her insights empower users to make informed software choices.",meta_title:"Dr. Emily Chen - Software Development Expert",meta_description:"Explore articles by Dr. Emily Chen, a seasoned expert in software development specializing in data-driven recommendations for effective software selection."},{name:"Michael O'Reilly",description:"Michael O'Reilly is a technology journalist and consultant with more than 15 years in the tech industry. His experience spans across reviewing software solutions and advising businesses on optimizing their software stack, making him a sought-after voice in software recommendations.",meta_title:"Michael O'Reilly - Technology Journalist & Consultant",meta_description:"Read insights from Michael O'Reilly, a tech journalist dedicated to providing tailored software recommendations and valuable resources for businesses."},{name:"Sophia Patel",description:"Sophia Patel is a data analyst with a strong focus on software evaluation. With 8 years of experience in data-driven analytics, she provides readers with comprehensive guides and resources for selecting the right software for their needs.",meta_title:"Sophia Patel - Data Analyst & Software Evaluator",meta_description:"Discover expert advice from Sophia Patel, data analyst specializing in software evaluation with practical resources for software selection."},{name:"David Martinez",description:"David Martinez is a seasoned software developer and project manager with a keen eye for market trends. His 12 years of experience include consulting for startups and large enterprises, providing tailored software solutions that meet business demands.",meta_title:"David Martinez - Software Developer & Project Manager",meta_description:"Gain insights from David Martinez, a project manager and software developer with expertise in tailored software solutions and industry trends."},{name:"Aisha Khan",description:"Aisha Khan is a UX/UI designer with a passion for improving user experience through better software choices. With over 7 years in design, she focuses on how usability impacts software selection and ensures user satisfaction.",meta_title:"Aisha Khan - UX/UI Designer & Software Strategist",meta_description:"Learn from Aisha Khan, a UX/UI designer who shares strategies to improve usability in software selection tailored for users' needs."},{name:"Ali Hassani",description:"Ali Hassani is an IT consultant with 9 years of experience helping businesses choose the right software. His expertise in systems integration and software analysis offers valuable insights into making informed decisions.",meta_title:"Ali Hassani - IT Consultant & Software Analyst",meta_description:"Explore insights by Ali Hassani, an IT consultant specializing in software analysis and selection, providing essential resources for businesses."},{name:"Catherine Blake",description:"Catherine Blake is a digital marketing strategist who has worked extensively with SaaS products. With over 6 years in the industry, she offers recommendations on effective software choices that enhance marketing efforts.",meta_title:"Catherine Blake - Digital Marketing Strategist",meta_description:"Read expert recommendations from Catherine Blake, a digital marketing strategist focused on SaaS products and their impact on marketing success."},{name:"Max Nguyen",description:"Max Nguyen is a software engineer and technical writer with experience in various programming languages. Over his 11 years in the field, he has authored numerous articles centered on software insights and comparisons.",meta_title:"Max Nguyen - Software Engineer & Technical Writer",meta_description:"Delve into articles by Max Nguyen, a software engineer offering technical insights and comparisons of software solutions for informed decision-making."},{name:"Julia Roberts",description:"Julia Roberts is a business analyst specialized in software solutions for enterprises. With 10 years of experience, she is adept at translating technical aspects into actionable recommendations for software selection.",meta_title:"Julia Roberts - Business Analyst & Software Specialist",meta_description:"Access valuable insights from Julia Roberts, a business analyst focused on providing evidence-based software recommendations for enterprises."},{name:"Rahul Singh",description:"Rahul Singh is a cloud solutions architect with expertise in software deployment and service integrations. With 13 years in the tech field, he contributes to understanding how cloud-based solutions can influence software choices.",meta_title:"Rahul Singh - Cloud Solutions Architect",meta_description:"Discover insights from Rahul Singh, a cloud solutions architect sharing strategies for selecting cloud-based software tailored to business needs."},{name:"Alice Johnson",description:"Alice Johnson is a tech enthusiast with over 10 years of experience in software analysis and digital transformation. She holds a degree in Computer Science and has worked with several Fortune 500 companies to streamline their software choices. With a keen eye for detail and a passion for helping businesses optimize their tech stack, Alice provides valuable insights on software recommendations in today’s dynamic digital landscape.",meta_title:"Alice Johnson - Software Recommendations Expert at Recofied",meta_description:"Explore the articles of Alice Johnson, a seasoned tech expert and software analyst at Recofied, sharing data-driven insights and tailored recommendations for software solutions."},{name:"Rajesh Kumar",description:"Rajesh Kumar is an IT consultant and software industry veteran based in India, with over 15 years of experience in helping organizations select the right technology solutions. He specializes in business intelligence tools and data analytics software, bringing a wealth of knowledge in the areas of digital strategy and transformation. Rajesh’s articles guide readers through complex software landscapes with tailored recommendations.",meta_title:"Rajesh Kumar - IT Consultant at Recofied",meta_description:"Read expert articles by Rajesh Kumar, an IT consultant with 15 years of experience, offering tailored recommendations for software solutions on Recofied."},{name:"Maria Garcia",description:"Maria Garcia is a software development specialist and writer from Spain, passionate about bridging the gap between technology and users. With a Master's degree in Software Engineering and a background in user experience design, Maria crafts clear, informative articles that help users understand software features and capabilities, and make informed decisions.",meta_title:"Maria Garcia - Software Development Specialist at Recofied",meta_description:"Discover insights from Maria Garcia, a software development specialist who simplifies complex concepts and offers recommendations for software solutions on Recofied."},{name:"Michael Thompson",description:"Michael Thompson is a seasoned product manager and software evaluation expert from the United States. With over a decade of experience in technology product management, he has developed a deep understanding of market trends and software performance metrics. Michael writes detailed, research-backed reviews that assist businesses in choosing the most effective tech solutions.",meta_title:"Michael Thompson - Product Manager at Recofied",meta_description:"Explore the expert insights of Michael Thompson, a product manager specializing in software evaluations and market trends at Recofied."},{name:"Anya Petrov",description:"Anya Petrov is a data analyst and technology writer from Russia. With a strong background in statistical modeling and software implementation, Anya focuses on using data-driven insights to help businesses make optimal software choices. Her articles offer practical guidance for organizations navigating the complex world of software selection.",meta_title:"Anya Petrov - Data Analyst at Recofied",meta_description:"Read articles by Anya Petrov, a data analyst dedicated to using data-driven insights for software selection on Recofied."},{name:"Fatima Alwi",description:"Fatima Alwi is a digital strategist and software consultant with roots in the Middle East. With years of experience in identifying software solutions for various industries, she specializes in small business needs and user-friendly options. Fatima’s writing reflects her commitment to helping businesses choose the right software tailored to their unique requirements.",meta_title:"Fatima Alwi - Digital Strategist at Recofied",meta_description:"Discover insights from Fatima Alwi, a digital strategist helping businesses navigate software choices with ease at Recofied."},{name:"Liam O'Connor",description:"Liam O'Connor is an experienced software architect from Ireland with extensive expertise in enterprise software development. He has worked on numerous large-scale software projects, providing insights into best practices for system selection and integration. Liam’s articles delve into technical aspects while offering practical recommendations for businesses.",meta_title:"Liam O'Connor - Software Architect at Recofied",meta_description:"Explore Liam O'Connor's expert guidance on enterprise software solutions and system integration at Recofied."},{name:"Chloe Yang",description:"Chloe Yang is a tech journalist and software analyst from China, focusing on software reviews and technology trends. With a background in journalism and several years of writing for tech publications, Chloe breaks down complicated software concepts into relatable content. Her insights help users find the right software for their personal and professional needs.",meta_title:"Chloe Yang - Tech Journalist at Recofied",meta_description:"Discover Chloe Yang's articles that simplify software reviews and technology trends, helping you make informed decisions on Recofied."},{name:"John Smith",description:"John Smith is a veteran entrepreneur and software consultant from Canada. With over 20 years of experience in the software industry, he has helped startups and established companies streamline their operations through effective software solutions. His articles deliver practical advice and insights tailored to each reader's software needs.",meta_title:"John Smith - Software Consultant at Recofied",meta_description:"Read expert insights from John Smith, a software consultant with 20 years of experience in helping businesses choose effective software solutions at Recofied."},{name:"Nina Patel",description:"Nina Patel is a cloud computing expert and technology writer from the UK. With multiple certifications in cloud technologies and a proven track record in cloud software selection, Nina provides readers with data-backed articles that guide them through the cloud landscape, helping businesses make informed decisions on cloud services.",meta_title:"Nina Patel - Cloud Computing Expert at Recofied",meta_description:"Explore Nina Patel's insights on cloud technologies and selection strategies, providing valuable guidance on choosing cloud software at Recofied."}],a=t.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=t,exports.AUTHORS_META=a,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#270e3e;--theme-color-8:#37175c;--theme-color-7:#4f217a;--theme-color-6:#6c2c9e;--theme-color-5:#8b38c5;--theme-color-3:#c094e4;--theme-color-2:#71379b;--color-bg-layout:#f8f8f8;--color-bg-hover:#e0dfdf;--article-border-radius:17px;--btn-border-radius:12px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.353",
3
+ "version": "1.3.354",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [