-
GIT token access issue – use special API url !
GIT token access issue will usually be that You are using a wrong url. When accessing files through the GitLab API using an access token you must use a special API URL, not the regular browser URL you see in firefox when navigating the repository. Using the standard browser URL will not work with API authentication tokens. Why Use the API URL? The regular repository URLs are designed for web browsers and do not support token-based authentication. (They could, but they just don`t :)) The GitLab API requires you to call its specific endpoints, which accept access tokens and return the raw file data or JSON metadata. URL Comparison Parameter…
-
How to get a QR code idea
How to get a QR code idea ? Taking breaks and relaxing is essential for creativity. Masahiro Hara invented the QR code not by working overtime, but while enjoying a simple game of Go. Watching the stones on the board he had an epiphany… a new way to organize information. A simple graphic design. Digital. Coded. It lead him to the invention of a tool that changed the world. The QR CODE. Hara’s story shows that the best ideas often come when the mind is at ease. Instead of forcing solutions, enjoying moments of calm can help new connections form naturally. These quiet times help the brain see things differently.…
-
How to shutdown windows without updating – cdm – shutdown /s /t 0
Windows often prompts users to install pending updates during shutdown or restart. Fortunately, using the Command Prompt (cmd), you can bypass updates and shut down your system immediately. This article explains how to use the “shutdown /s /t 0” command effectively. Understanding the command The “shutdown /s /t 0” command is a simple Windows cmd instruction that forces the computer to shut down instantly without processing updates. Here’s what each parameter means: Command Description shutdown /s Shuts down the computer after a default 30-second delay (can be modified with /t). shutdown /s /t 0 Shuts down the computer immediately (similar to /p). shutdown /f Forces running applications to close without…
-
GraphQL approach to APIs
GraphQL is a query language and runtime for APIs that has transformed the way developers approach data retrieval and manipulation. Developed by Facebook in 2012 and open-sourced in 2015, GraphQL offers a more efficient and flexible alternative to traditional REST APIs. Its core principle is to allow clients to request precisely the data they need, no more and no less, which significantly reduces over-fetching and under-fetching of information. GraphQL provides a single endpoint where clients can send complex queries to fetch data from multiple sources in a single API call. One of its key strengths lies in its use of a strongly-typed schema that defines the structure of available data,…
-
GitLab dev to qa merge conflict with no resolution options
GitLab dev to qa merge conflict with no resolution options can occur on multiple different occasions. One of the main reasons You can run into is : You can still check it out locally. The merge request You will be able to see and resolve in intellij or command line, whatever You fancy. At least you will be able to pull and just use the things that causes the conflic from QA. Unfortunetly it might require You to work on some changes again. For more stability i would do it one branch after the other so gitlab will not have issues when we first merge everything from QA using qa…
-
Before:2023 google hack – get results before the AI crap
Before:2023 – add this before the search query and get results before the AI crappy era. In addition it should also render a lot more organic results without pesky ads. Since the algorith changes it feels like everything thing is either sponsored or just plain in ad. Call me a tin foil hat but the dead internet theory isn`t that dead anymore 😉 I miss the internet where people blogged and wrote their thoughts like on myspace. Too bad it didn`t work out, everything got monetized. Try to add “+blog” to hopefully find a personal blog of a person that really dug into your problem and has a nicely documented…
-
How to set empty array in dijon using scala
There is a simple method that allows to set empty array in dijon and You will not find it on the main page of dijon repository. dijon.`[]` This is actually a byte array in the end. Oh… and remember that jsoniter will by default remove the empty variables on any kind of DTO when serializing …



















