Linear Diffs

Linear이 GitHub과 연동하여 코드 변경 사항을 Linear 내에서 직접 리뷰할 수 있는 'Linear Diffs' 기능을 출시했다. 사용자는 풀 리퀘스트(PR) 상세, 변경 파일, CI 체크, 코멘트를 Linear에서 바로 확인하고, 리뷰 승인이나 변경 요청, 머지까지 수행할 수 있다. 리뷰 탭에서는 자신이 관련된 PR을 한눈에 관리할 수 있으며, Unified와 Split 뷰를 지원해 코드 비교 편의성을 높였다. 또한, PR 활동에 대한 알림 설정도 가능해 개발 워크플로우 내에서 효율적인 코드 리뷰가 가능하다.

https://linear.app/docs/diffs

#codereview #githubintegration #pullrequest #developertools #linear

Reviews – Linear Docs

This guide is intended to give you an overview of Linear's features, discover their flexibility, and provide tips for how to use Linear to improve the speed, value, and joy of your work.

ChatGPT Codex: Takeaways

Learn how ChatGPT Codex and TDD work together to automate coding, testing, and GitHub PRs, safely and efficiently.

Victor Nava

OpenAI now lets ChatGPT integrate with GitHub via its new "Deep Research" beta feature, helping developers analyze and understand complex code faster and more efficiently.

#OpenAI #ChatGPT #GitHubIntegration #AIforDevelopers #DeepResearch #CodingWithAI #TechUpdate #TECHi

Read Full Article Here :- https://www.techi.com/chatgpt-github-deep-research-integration/

ChatGPT Deep Research Integrated with GitHub, OpenAI Announced  

On May 9, OpenAI announced integrating ChatGPT Deep Research with GitHub. The feature is currently rolled out in beta and available to ChatGPT Plus, Pro, and

TECHi
🧐 Ah, the Raspberry Pi #Lidar Scanner! Because clearly the world needs yet another DIY project that combines everyone's favorite $35 computer with the one trillionth version of a 'better' Github integration. 🚀✨ Now, armed with this unstoppable duo, you too can scan your cat in 3D while achieving absolutely nothing of practical value! 🐱🔍
https://github.com/PiLiDAR/PiLiDAR #RaspberryPi #DIYProjects #GithubIntegration #3DScanning #CatScanner #HackerNews #ngated
GitHub - PiLiDAR/PiLiDAR

Contribute to PiLiDAR/PiLiDAR development by creating an account on GitHub.

GitHub

Master Data Science with SAS and Python for Customer Churn | CoListy
Learn to manage data science projects with SAS and Python. Predict customer churn and deploy models in production with SAS Viya Workbench. | CoListy
#freeonlinelearning #colisty #courselist #datascienceprojects #sasviya #python #customerchurn #machinelearning #dataengineering #githubintegration #cloudanalytics #predictivemodeling

https://colisty.netlify.app/courses/modern-data-science-with-sas_-viya_-workbench-and-python/

Master Data Science with SAS and Python for Customer Churn

Learn to manage data science projects with SAS and Python. Predict customer churn and deploy models in production with SAS Viya Workbench. | CoListy

I am so proud of this. It took me a few months to get it right. And wow… it was hard to mix PHP and JavaScript while not being able to explain this to chatGTP. It took less time to just google it. But it still helped with the manual work for the form, like, the many modifications I had to do on names of fields. I still need to update my data with books from 2019 and before, but that will take a while since I am missing a lot of details.

See how my library looks here!

So why? Why did I make this plugin? The idea was to just have it as a local file on my computer for easy access. But then I got ambitious. I got to write the plugin where I could display the HTML file (after spending endless hours trying to make it pure PHP 😅 and giving up…). But I just wanted an easy way to update the books I’ve read on my JSON file in GitHub, without doing it manually.

Firstly, we need to create some things in Github:

  • a public repo
  • a token
  • an empty JSON file in the path you wish (books/library.json)
  • Then we code the plugin:

    You can find the whole code here.

    Basically, I select a book which is in my list already. Then I add the information. Warning, my star reviews are backwards because I could not figure out how to make them normal (left to right). So right now they are 54321 instead of 12345. It works for me! 😁 And I am not fighting hours for this little hobby. If I released this as an official plugin, I would have to. So think of this as alpha!

    I select the book, I update the information, and I SAVE before committing. You can save multiple modifications before committing, which is pretty neat. Yet, I am still paranoid, so I commit every 3 books or so… The download button was the initial build, where I was planning on committing manually the file to the repo. But I thought if GitHub has APIs, why not make it easier? There you have it. If I were to release it, I would add a set-up page to edit the token and repo information. But if you know what you are doing, you can just manually modify everything or use this as a template for anything else you might want or data you might want to show and edit from WordPress.

    Talking about showing, this is the front end code. I just open an HTML block in a WordPress page and that is it!

    #book-data-editing #book-information-management #book-review-management #easy-book-updates #github-api-integration #github-integration #github-repository-plugin #github-token-authentication #json-file-manipulation #json-file-updates #php-and-javascript-plugin #wordpress-book-management #wordpress-front-end-code #wordpress-html-block-usage #wordpress-plugin-development

    https://marisabel.nl/blog/2023/08/21/my-library-wordpress-plugin/

    My Library – ✏ marisabel writes stuff