\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Deniz Aslantatar (denizaslan)} \pdfinfo{ /Title (ai-tools-for-developers-part-1.pdf) /Creator (Cheatography) /Author (Deniz Aslantatar (denizaslan)) /Subject (AI Tools for Developers Part 1 Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{1D1DA3} \definecolor{LightBackground}{HTML}{F0F0F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{AI Tools for Developers Part 1 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Deniz Aslantatar (denizaslan)} via \textcolor{DarkBackground}{\uline{cheatography.com/204833/cs/43688/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Deniz Aslantatar (denizaslan) \\ \uline{cheatography.com/denizaslan} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 18th June, 2024.\\ Updated 18th June, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{0.96117 cm} x{1.78503 cm} x{1.8308 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Code debugging}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{CodeAnt AI}} & AI to detect \& auto-fix bad code & \{\{link="https://www.codeant.ai/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Andres GPT}} & Programming error support. & \{\{link="https://peaku.co/andres-gpt"\}\}link here \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Flo}} & Automated code error identification and resolution. & \{\{link="https://flocli.vercel.app/"\}\}link here \tn % Row Count 10 (+ 4) % Row 3 \SetRowColor{white} {\bf{Explain by Whybug}} & Let AI explain your buggy code and how to fix it. & \{\{link="https://explain.whybug.com/"\}\}link here \tn % Row Count 14 (+ 4) % Row 4 \SetRowColor{LightBackground} {\bf{Hatchet}} & Improved incident response for on-call engineers & \{\{link="https://gethatchet.com/"\}\}link here \tn % Row Count 18 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96117 cm} x{1.78503 cm} x{1.8308 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{User experience analysis}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{UserSketch}} & Chat with your company's data, track every user interaction. & \{\{link="https://usersketch.com/"\}\}link here \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} {\bf{UserWatch}} & AI-driven insights into user behavior on your website. & \{\{link="https://userwatch.xyz/"\}\}link here \tn % Row Count 8 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{Thepanel}} & Dynamic analytics platform for modern products & \{\{link="https://thepanel.framer.ai/"\}\}link here \tn % Row Count 12 (+ 4) % Row 3 \SetRowColor{white} {\bf{Design Copilot AI}} & Get instant UI/UX feedback with AI. & \{\{link="https://design-copilot.ai/"\}\}link here \tn % Row Count 15 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{WEVO}} & Effortless UX Research for Teams & \{\{link="https://wevo.ai/"\}\}link here \tn % Row Count 18 (+ 3) % Row 5 \SetRowColor{white} {\bf{UX Pilot}} & Enhance your UX design process with AI-powered tools. & \{\{link="https://uxpilot.ai/"\}\}link here \tn % Row Count 22 (+ 4) % Row 6 \SetRowColor{LightBackground} {\bf{CXCortex}} & Improve customer interactions across channels. & \{\{link="https://www.hostcomm.co.uk/solutions/cx-analytics"\}\}link here \tn % Row Count 27 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.77809 cm} x{1.87657 cm} x{1.92234 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Frontend Development}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{MDN Plus}} & Web development support assistant & \{\{link="https://developer.mozilla.org/en-US/plus"\}\}link here \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} {\bf{SnippetHub}} & Generate unit tests and use AI features in VS Code. & \{\{link="https://www.snippethub.io/"\}\}link here \tn % Row Count 8 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{Code-GPT}} & Code explanation extension for Visual Studio Code. & \{\{link="https://marketplace.visualstudio.com/items?itemName=vaibhavacharya.code-gpt-va"\}\}link here \tn % Row Count 15 (+ 7) % Row 3 \SetRowColor{white} {\bf{OpenRefactor}} & Improved code refactoring in Visual Studio Code. & \{\{link="https://marketplace.visualstudio.com/items?itemName=gabrielgrinberg.openrefactorai"\}\}link here \tn % Row Count 22 (+ 7) % Row 4 \SetRowColor{LightBackground} {\bf{Fronty}} & Conversion of images into HTML and CSS & \{\{link="https://fronty.com/"\}\}link here \tn % Row Count 25 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96117 cm} x{1.78503 cm} x{1.8308 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Code reviews}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Wasps}} & AI code review in your IDE & \{\{link="https://www.wasps.dev/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Trag}} & Review your pull request in minutes, not days & \{\{link="https://usetrag.com/"\}\}link here \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{HOJI AI}} & AI Software reviews! & \{\{link="https://app.hoji.ai/"\}\}link here \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} {\bf{CodeSensAI}} & AI-powered tool for intelligent code review and insights. & \{\{link="https://www.codesensai.com/"\}\}link here \tn % Row Count 13 (+ 4) % Row 4 \SetRowColor{LightBackground} {\bf{Pull Request Help}} & Automated code review for GitHub (56) & \{\{link="https://pullrequest.help/"\}\}link here \tn % Row Count 16 (+ 3) % Row 5 \SetRowColor{white} {\bf{Pullflow}} & Improved code review and pull request collaboration. & \{\{link="https://pullflow.com/"\}\}link here \tn % Row Count 20 (+ 4) % Row 6 \SetRowColor{LightBackground} {\bf{Adrenaline Json}} & Identification of code errors and debugging. & \{\{link="https://useadrenaline.com/"\}\}link here \tn % Row Count 23 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.50347 cm} x{2.05965 cm} x{2.01388 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Code optimization}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Useway}} & Optimized code for accessible web products. & \{\{link="https://userway.org/fixmycode/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Pixee}} & Your Automated Product Security Engineer. & \{\{link="https://www.pixee.ai/"\}\}link here \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09848 cm} x{1.73926 cm} x{1.73926 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Domain name ideas}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Domain Name Generator}} & Use AI to generate domain names for your website. & \{\{link="https://www.domainnamegenerator.pro/"\}\}link here \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64078 cm} x{1.96811 cm} x{1.96811 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Regex generation}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{RGX Tools}} & Automate regex writing with our AI-powered tool. & \{\{link="https://rgx.tools/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{AIRegex}} & Create custom regex patterns using AI. & \{\{link="https://www.airegex.pro/"\}\}link here \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64078 cm} x{1.96811 cm} x{1.96811 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{ChatGPT for Slack}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Albert AI}} & Your AI powered assistant for Slack. & \{\{link="https://albert-ai.bot/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Locusive}} & Chat with your data using Locusive's chatbot for Slack. & \{\{link="https://www.locusive.com/"\}\}link here \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{Slack GPT}} & Chatbot automates language in Slack. & \{\{link="https://slack.com/resources/using-slack/the-future-of-intelligent-productivity-powered-by-slack-ai"\}\}link here \tn % Row Count 14 (+ 7) % Row 3 \SetRowColor{white} {\bf{KNO}} & Aided product users via conversational support. & \{\{link="https://www.alltius.ai/products/kno-for-slack"\}\}link here \tn % Row Count 18 (+ 4) % Row 4 \SetRowColor{LightBackground} {\bf{GPTChat}} & Supercharge your Slack team with the power of AI & \{\{link="https://gptchat.carrd.co/"\}\}link here \tn % Row Count 21 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.68655 cm} x{1.92234 cm} x{1.96811 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{User interfaces}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Formulator}} & Rapid web app development with drag-and-drop UI. & \{\{link="https://formulator.app/"\}\}link here \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Galileo}} & Transforming text prompts into delightful UI designs instantly. & \{\{link="https://www.usegalileo.ai/explore"\}\}link here \tn % Row Count 7 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96117 cm} x{1.78503 cm} x{1.8308 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{SEO keywords}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Low KD Finder}} & Discover low competition keywords for any website. & \{\{link="https://www.lowkdfinder.com/"\}\}link here \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} {\bf{Rankify}} & AI SEO keyword research that actually works & \{\{link="https://www.tryrankify.com/"\}\}link here \tn % Row Count 7 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Keyword Generator}} & Generate targeted Google Ads keywords. & \{\{link="https://adsby.co/free-keyword-generator"\}\}link here \tn % Row Count 11 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64078 cm} x{1.96811 cm} x{1.96811 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{SEO optimization}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Seona AI}} & Boost your SEO and expand customer reach with Seona AI. & \{\{link="https://seonaai.com/"\}\}link here \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} {\bf{BlitzBear}} & Outrank your SERP competitors in just a few clicks & \{\{link="https://blitzbear.com/"\}\}link here \tn % Row Count 7 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{QuickSEO}} & Track and improve your SEO performance effortlessly & \{\{link="https://quickseo.io/"\}\}link here \tn % Row Count 10 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}