1
1
just look... (kbin.social)

just look...

a place that offers me the chance to interact with various programmers in chat rooms

a place where I can send and receive files such as images and documents

a place where I can post things and interact with other people in the comments of my can

a place where I can post trends and upload several images in the same post so that people get to know my work or things that I identify with.

a place where I can talk freely and make new friends, all for free and without ads. Fuck me, I think we should all be there, guys. join now https://chat-to.dev

#programming

2
-1

Why use chat-to.dev compared to other technologies

It's better than stack overflow because you can have a conversation if you need help instead of having a long comment thread. It's better than IRC because the feed exists even when you're not online, without you having to create an inbox bot. It's better than discord because discord is a ball. And it's better than language-specific forums because sometimes you just have a general question that isn't framework/lang specific. So don't waste time and register now and have fun programming. https://chat-to.dev

#programming

3
2

This is the SECOND time in 3 days that I forgot that if statements in lisp are ternary. Someone needs to end me.

#programming

4
2

hello my username is JavaJuggler i am a programmer and i love to create things that help people in their daily lives. i am the creator and developer of https://chat-to.dev which is a site where programmers of all levels can create chat rooms to talk, share, teach and learn things related to programming. with this i decided to invite you to visit my site and enjoy all the features it contains. give me feedback if you visit my site. thanks #Programming #Coding #Developer #CodeNewbie #DevLife

5
2

As I have done for the past many years, I will again this year create a list of my favourite books on software development. In recent years I have started reading more about software architecture, therefore you will find some of these books as well. A lot of the books are the same as last year as many are timeless classics as the fundamental principles of software development do not change much over the years. Therefore these are not books that have been published in 2023. I have read most of the books on this list, a few are recommendations I have yet to read. # 1 The Pragmatic Programmer: Your Journey To Mastery ## Authors: David Thomas and Andrew Hunt book1 # 2 Head first Design patterns ## Authors: Eric Freeman, Bert Bates, Kathy Sierra and Elisabeth Robson book2 # 3 Test Driven Development ## Author: Kent Beck book3 # 4 Soft Skills: The software developer's life manual ## Author: John Sonmez book4 # 5 Cracking the Coding Interview: 189 Programming Questions and Solutions ## Author: Gayle Laakmann McDowell book5 # 6 Head First Python ## Author: Paul Barry book6 # 7 Release it! ##Authors: Michael T. Nygard book7 # 8 Building microservices ## Authors: Sam Newman book8 # 9 Refactoring ## Author: Martin Fowler book9 # 10 Domain-Driven Design: Tackling Complexity in the Heart of Software ## Author: Eric Evans book10 # 11 Enterprise Integration Patterns ## Authors: Gregor Hohpe and Bobby Woolf book11 # 12 Database Design Solutions ## Author: Rod Stephens book12 # 13 HTML and CSS + Javascript and Jquery ## Author: Jon Duckett book13 # 14 Don't make me think ## Author: Steve Krug book14 # 15 Learning C# by Developing Games with Unity ## Author: Harrison Ferrone book16 This is my short list, if you have a reference that I haven't shared here, I'd love to read it in the comments.

6
1

Anyone got any good alternatives to #stackoverflow?

#programming

7
1

If you've never programmed before I suggest you read Think Python, 2d edition. Its author was kind enough to provide it on his website free of charge. Though you can also buy a physical copy of it if you'd like. There's also a Java version available as well though I recommend you choose the Python version. If you've never used a Unix(-like) system before you should read this free book called The Linux Command Line by William Shotts. It teaches you how to use the Bash shell which is used on all major Unix systems (MacOS, Linux etc.) and as a programmer you will most likely be using the Bash shell a lot so learn it. A shell is a computer program that allows you to interact with your operating system by typing in commands. You don't even even need to have Linux installed to read this book. If you are using MacOS then you already are using Unix so you don't have to install anything else, just open up your Terminal but make sure that you are using Bash (Not sure if you are using Bash? Read this.). If you are on Windows you can use Cygwin. Reactionary Bash Tutorial which was written and linked in the comments by fschmidt also seems nice. If your knowledge of mathematics is lacking and/or you've simply forgotten a lot of stuff I suggest you read Precalculus: Mathematics for Calculus by Lothar Redlin, Saleem Watson and James Stewart. Then I suggest you read Digital Design and Computer Architecture David Harris and Sarah L. Harris. There's multiple editions of it available. I suggest you choose the RISC-V version since it's the most recent. This book will teach you how computers really work and since you will be working with computers for a living it makes sense to also learn how they work. The only prerequisite for it is knowledge of high-school mathematics and basics of DC circuits. If your knowledge of DC circuits is lacking check out this free course on Khan academy. Learning assembly language and C programming will also help you with understanding how software and hardware work together. For that I suggest Learn to Program with Assembly by Jonathan Bartlett and Beginning C: From Beginner to Pro by German Gonzalez-Morris and Ivor Horton. Afterwards you should learn about discrete mathematics since this field is used all-throughout the field of computer science. I suggest Mathematics: A Discrete Introduction by Edward A. Scheinerman. Then you should read Introduction to Algorithms, fourth edition by by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein. This is arguably the most important book on this list. Without the knowledge of algorithms you are nothing as a programmer so make sure you learn the basics well. Next up on the list is Computer Networking: A Top-Down Approach by James Kurose and Keith Ross. As a programmer most of the programs you will be making will interact with the internet some way or another so the knowledge of computer networks is important. Modern Operating Systems by Andrew Tanenbaum is also another important read if you want to understand how operating systems work under the hood. It will also help you understand how your computer programs interact with whatever OS you run them on. And finally we come to the topic of programming languages. If you want to know how programming languages work or you even want to make your own one you should read Introduction To The Theory Of Computation by Sipser Then read Compilers: Principles, Techniques, and Tools by Alfred Aho, Jeffrey Ullman, Ravi Sethi and Monica Lam. And that's all I wanted to say! If you've got any suggestions or questions please let me know!

8
1

have you ever done anything with Luan? what was your experience like?

#programming

9
1

## 404: An error message that occurs when what was requested could not be found. Broken or dead links often cause this. # A ## Accelerated mobile pages: Accelerated Mobile Pages (AMPs) are stripped-down web pages with minimal HTML intended to optimize search results on mobile devices. Because of their minimal nature, AMPs can offer faster load times and less data usage, improving visibility on mobile devices. ## Adaptive design: A way to build a website with several different layouts suited for different screen sizes. ## Algorithm: A set of steps for carrying out specific tasks. When an algorithm is created, developers document all the steps needed to solve a problem and what each step involves. ## API (application program interface): How computers and applications communicate with each other. ## Application (app): A type of software that allows the user to perform different tasks. ## Attribute: Information about elements of a component in your website design/build # B ## B2B web development: The process of designing and creating a website that serves as an online space for your business-to-business company. Good B2B web development will help consumers learn more about your business and browse and purchase products more efficiently. ## Back-end: Everything going on behind the scenes, powering what happens at the front-end. There are four main components of a back-end development software stack: The server, the database, the operating system, and the software. ## Bandwidth: Bandwidth refers to the maximum amount of data that can be transmitted between the Internet and your site in a given amount of time. Having a larger bandwidth allows you to move data faster and can improve user experience. ## Bootstrap: A free, open-source, front-end framework for designing websites and web apps, developed by Mark Otto and Jacob Thornton at Twitter to encourage consistency across internal tools. ## Browser: Program used to access the Internet and display web pages. When you type a web address or URL into a browser, it sends out a series of requests. It gathers different elements that make up the webpage, like images, ads, and content to display the page. ## Bug: An error or flaw that prevents a website or app from running correctly. # C ## Cache: The storage of certain elements to create faster load times for repeat website visitors. If a change is made to a website, users will need to clear their browser’s cache to see it. ## Classes: An identifier in CSS for specifying what you want to target with styling. In other programming languages, classes are broadly used as a blueprint to create something. ## CMS (content management system): The program you use to create and maintain your website’s content. A commonly used CMS is WordPress. ## Code: What web developers write using programming languages. ## Conversion: Goals you have for things on your websites, such as email signups and downloads. ## Cookies: Data sent by an Internet server to a browser. Whenever the browser accesses the same server, it sends that data back to track how often it accesses the server. ## Crawl: Occurs when search engines send bots to your website to find out which pages exist and don’t exist to determine what content should be displayed or removed in search results. ## CRM (customer relationship management): Software and applications used to gather, analyze, and maintain information about customers, donors, and prospects. ## CSS (cascading style sheet): Code that tells browsers how to display a webpage to users. This programming formats fonts, colors, and other visual elements. ## CTA (call to action): Buttons on your website to drive specific conversions or goals, like a newsletter signup or a contact form. ## D ## structures: A way to organize and store data for maximum efficiency. These make it easy to find, access, sort, insert, and delete data. Types include linked lists, stacks, queues, and sets. ## Debugging: The process of identifying and dealing with bugs. ## Deployment: When a website or app goes live after development and testing. ## DevOps (development operations): System that helps to keep development, IT operations, and quality assurance departments on the same page to make for better end-products and collaborations. ## Domain: The address for a website as entered into the browser. ## Documentation: Essentially the central point of reference for anyone involved in managing, maintaining, or using a website or piece of software. It may provide information on requirements, architecture and design, technical properties, data for the user, or marketing. # E ## Ecommerce web development: It is the process of creating a website that will be used to sell or buy products or services online. This can help to generate more revenue and conversions for your business. ## Entreprise web development: It is the process of creating and designing a website used by mid to large (enterprise) level businesses. This involves choosing the best structure for your site to deliver the best user experience. # F ## Favicon: Short for “favorite icon”; the icon that appears in your website’s browser tab. ## Fields: The most basic building blocks for data collection. They’re storage units that website visitors use to enter their names, email addresses, notes, etc. ## Firewall: System to protect a secure network from an unsecure network. ## Framework: Suite of programs used in website or software development lays the groundwork for the type of programming language used for your website or app development. ## Front-end: The part of the website or app that the user sees. ## FTP (file transfer protocol): Method of exchanging files from one computer to another. ## Full-stack: Full-stack developers work across all three layers: The front-end, back-end, and database. # G ## GUI (graphical user interface): The image of how a website is laid out and meant to be interacted with. # H ## HTML (hypertext markup language): Describes how an Internet browser should display a document as a webpage. It consists of tags, elements, and attributes. ## HTTP (hypertext transfer protocol): Used to transfer data across the Internet by sending data from an HTTP server program to an HTTP client program. ## HTTPS: HTTPS is an upgraded version of the network protocol standard HTTP. With HTTPS, websites create a secure online experience by encrypting data, like names, addresses, and credit card numbers, and ensuring its safe transfer to the site’s server. # I ## Information architecture: The practice of organizing complex information clearly and logically. This means creating a user-friendly structure that makes it easy for users to navigate through websites and apps. # J ## Java: A popular programming language that is platform-independent and can be run on any device regardless of what operating system is used. ## JavaScript: Primarily used as a client-side language, embedded into the HTML of a page and sent to a browser. Web developers use this to add automation, animations, and interactivity to web pages. ## jQuery: A JavaScript library that simplifies the task of using JavaScript on your website by condensing several lines of JavaScript code into a single line. ## M ## Meta tag: Additional information on web pages or elements, like the way a piece of content should display in Google search results, the credit for an image, or the main keywords associated with a plugin. ## Minification: The process of minimizing code and markup to reduce the file size. ## Mobile-first: An approach to web design and development that prioritizes mobile devices. The website is built first for a small screen, then for a desktop. ## MVP (minimum viable product): the most pared-down version of a product that can be released to the market. When adopting this approach, developers will focus on the core features and functions that are essential. Once the product is released and user feedback is gathered, they will continue to build the complete set of features. ## MySQL: The world’s most popular open-source database management system. # O ## OOTB (out of the box): Ready-made, plug-and-play options for features and functions that you can download and install without the need to customize or configure them. ## Opening/closing tags: Angle Brackets (< >) that bookend an HTML element to help build a web page structure. Closing tags include a forward slash (). ## Operating system: A type of software that enables the user to run applications on a device. # P ## Page template: The layout for a webpage. Pages that have similar structures share the same template. ## PHP (hypertext preprocessor): A server-side scripting language used to generate dynamic page content, send and receive cookies, control user access, and encrypt data. ## Plugin: An extension that adds extra functionality to existing software. ## Property: Characteristics that are dictated by CSS, such as color schemes and fonts. # R ## Redirects: Automatic forwards from one URL to another, usually from an old website URL to the same page on a new website. ## Registrar: Company used to register domains. ## Resolution: How large an image or graphic can be rendered on a display. ## Responsive design: Websites that accommodate the screen on which they’re being viewed. # S ## SAAS platforms: “Software as a service,” the most basic cloud platform that allows users to share files and collaborate on projects through their browser. ## Server: Computers running software that allows users to access your website and houses the hosting. ## Sitemap: An outline of all pages on a website organized in hierarchical order. ## Slider: Carousel of images usually featured on a site’s homepage that rotates, highlighting different photos, links, and content. ## Software stack: Bundles of software that work together to make up the back-end of a website. ## SSL (secure sockets layer): A standard security prot

10
1
submitted 2 months ago* (last edited 2 months ago) by javajuggler@kbin.social to c/programming@kbin.social

for a while now i've been looking for alternatives to reddit, because for me it's over. i've been using telegram, scored, kbin and chat-to.dev i think they're the best alternatives to look for good communities on the internet.

11
1

Array Sum: Write a function to calculate the sum of all the elements in an array.

Palindrome Check: Write a function to check if a string is a palindrome.

List Sorting: Implement a sorting algorithm (such as bubble sort, selection sort, or merge sort) to sort a list of numbers.

Fibonacci: Write a function to calculate the nth term of the Fibonacci sequence.

Recursive Factorial: Write a recursive function to calculate the factorial of a number.

12
1
submitted 3 months ago* (last edited 3 months ago) by bluGill@kbin.social to c/programming@kbin.social

Have you ever mocked your logger in a test, or wished you could? That is something like

TEST(some test name)

    mockLogger logger

    logger.expect_call(log("some string"))

    DoSomething(logger)

#programming

13
2
submitted 5 months ago* (last edited 4 months ago) by ZahzenEclipse@kbin.social to c/programming@kbin.social

I feel like I am between a rock and a hard place and I would like some perspective and/or advice from other developers or programmers to help decide what my next course of action should be.

I got into software dev around the beginning of the pandemic when my institution hired a new supervisor for a new team called the Application Team (subset of ITS) specifically for creating customer business applications on campus for different business needs. It started as taking over support for customer Microsoft Access Applications that were initially suported by a contractor for over 15 years.

After getting to the start of the 2nd year, we had trouble keeping other developers on because the pay isn't high enough to keep a new developer on longer than a couple months. Needless to say, this opened up an opportunity for me to start learning C# and .NET and gave me an ability to get promoted with new responsibilities. It was always understood that I will be learning on the job.

That being said, fast forward to the last year or so, I am the most senior developer (under my supervisor - who has 40+ years of experience) and we were able to promote non-IT people to beginner developer positions - with the idea my supervisor will help train them in how to do software development and the full software dev life cycle etc.

Now, to where I am struggling. My supervisor is holding 2 weekly meetings, at 3 hours a piece, where he goes through the development of a real product we need to implement for our institution. I was asked to join these meetings because I could add some additional value but also because since I am still relatively new to development work, we thought it might be good to reinforce some of the stuff I've learned on top of learning new concepts we are building out for the first time(like apply business rules with a MVC type of paradigm).

The main problem is I am struggling with these meetings because they are so basic and I find it hard to pay attention and stay focused and engaged through our meetings. Some of the stuff I just can't learn by watching 3 hours of demonstration, it's not a good a way of learning for me. I personally need to see a demonstration, then I need to apply it to my own situation and "play" with it to make sure I fully understand. Simply watching someone do all the work and talk through the process isn't effective for me to learn - at least to a point. Especially if we don't have "work" to do that helps reinforce what we are learning in the sessions. I feel like the new developers are getting more out of these sessions than I am because I just don't find them all that helpful, even though I do see nuggets of good information from time to time.

Does this sound like a situation where I just need to "man up" and accept I am going to have to go through this 6 hours every week, even though the benefits feel marginal at best and a waste of time at its worse. The last training sessions and this one has been watching him debug a business rule for almost 3 hours between 2 days and I just don't feel like this is helpful or I am learning because I can' stand to pay attention for longer than 15 minutes. It's making me wonder if I made a mistake switching to software dev a little bit. Maybe I need an attitude adjustment. Maybe I need to speak to my supervisor about the training, but I feel he's more focused on our new developers right now. I do agree that some of this is very important and I need to be involved with some of the training due to the decisions we make as a team but I feel like this time could be better put towards self taught training.

Thank you to anyone who takes the time to read and reply. I really appreciate it.

14
2
submitted 5 months ago by danrot@kbin.social to c/programming@kbin.social

The value of a clean git history is often underestimated. I will explain one of the advantages based on the git bisect command.

15
0

Verified Website:- https://actionpills.com/product-category/buy-ativan-online/

Ativan tablets can also be used to help reduce the severity of symptoms associated with alcohol withdrawal. You can rest assured that your order will arrive quickly and safely. Ativan is a medication that depresses the central nervous facility and slows down the affairs of the nervous system. Ativan is famous as the name of Lorazepam in the market. It treated certain mental disorders like anxiety and insomnia. Buy Ativan online for stable mental health

—-----Visit Below Link—-------

https://idees.orange.sn/feedbacks/187030-order-xanax-online-2mg-paypal-credit-card https://www.gocomics.com/profile/3353925 https://www.gocomics.com/profile/3353929 https://www.gocomics.com/profile/3353933 https://www.gocomics.com/profile/3353938 https://www.gocomics.com/profile/3353941

https://adbellmedia.com/posts/purchase-xanax-1mg-safely-and-conveniently-onli ne
https://adbellmedia.com/posts/buy-valium-10mg-tablet-online-legally-actionpills

https://startupxplore.com/en/person/want-you-buy-ativan-online-at-low-price-in-usa https://startupxplore.com/en/person/how-can-i-order-xanax-3mg-online-in-oregon-safely-legally https://startupxplore.com/en/person/order-klonopin-online-from-actionpills-legal-site

https://glints.com/companies/want-to-order-ativan-tablet-get-optimum-product/56542531-a7c0-4854-97c7-9bf9d1e7e4c7 https://glints.com/companies/want-to-buy-klonopin-1mg-tablet-get-optimum-product/dca82b82-38b6-4e04-85b4-ae25b2ab96aa

https://artvee.com/members/xanaxxanax/profile/ https://artvee.com/members/xanaxxanax1mg/profile/

https://groups.google.com/g/comp.dcom.sys.cisco/c/_MA2lln5_xs https://groups.google.com/g/comp.dcom.sys.cisco/c/Lskg4DICOF4

https://replit.com/@XanaxCanIget https://replit.com/@klonopin2mgmg https://modworkshop.net/user/cheapativantabletusa https://modworkshop.net/user/orderklonopinonline https://modworkshop.net/user/buyxanaxonlinenearme https://worknola.com/employer/view/368509 https://worknola.com/employer/view/368516 https://www.cureus.com/users/696477-health-care https://www.cureus.com/users/696479-health-care https://www.cureus.com/users/696486-health-care https://www.rajce.idnes.cz/buyvaliumonlinehere/album/where-to-buy-valium-online-for-sale-with-paypal/1624292816 https://buyvaliumonlinehere.rajce.idnes.cz/profil/informace https://www.gocomics.com/profile/3352528 https://www.gocomics.com/profile/3352518 https://www.gocomics.com/profile/3350189 https://www.cureus.com/users/693420-health-care https://www.gocomics.com/profile/3350158 https://artvee.com/members/klonopin1mghere/profile/ https://www.gocomics.com/profile/3352524 https://www.gocomics.com/profile/3349212 https://www.gocomics.com/profile/3347575 https://www.medtechdirectory.com/listing/28929-can-i-buy-xanax-online-via-debit-card-methods-usa.html https://www.medtechdirectory.com/listing/28931-where-to-buy-xanax-1mg-online-via-debit-card-methods-usa.html https://www.medtechdirectory.com/listing/28932-best-web-to-buy-xanax-2mg-online-with-paypal-methods-anxiety.html https://www.medtechdirectory.com/listing/28934-legal-web-to-buy-xanax-3mg-online-with-paypal-methods-anxiety.html https://us.radiocut.fm/user/ativan1mg1mg/ https://us.radiocut.fm/user/Klonopin2mg2mg/ https://us.radiocut.fm/user/Xanax3mg3mg/ https://us.radiocut.fm/user/Valium5mg5mg/

16
1
submitted 5 months ago by danrot@kbin.social to c/programming@kbin.social

Mocking libraries come with disadvantages, but fortunately they can be replaced by in-memory implementations, at least for repositories.

17
1
submitted 5 months ago* (last edited 5 months ago) by dddd@kbin.social to c/programming@kbin.social

UFC 297 Action is here!! The Ultimate Fighting Championship (UFC) returns to Toronto, Canada, for the first time in six years with a blockbuster event headlined by a middleweight title clash between Sean Strickland and Dricus du Plessis. The event, UFC 297, will take place on Saturday, January 20, 2024, at the Scotiabank Arena.

WATCH LIVE NOW

WATCH LIVE NOW

WATCH LIVE NOW

Strickland, the reigning champion, is one of the most dominant fighters in the division, having won his last six fights in a row. The 35-year-old American captured the belt by defeating Israel Adesanya by unanimous decision at UFC 284 in July 2023, ending the Nigerian’s long reign. Strickland is known for his aggressive striking, wrestling and durability, and has a record of 34 wins, three losses and one draw, with 24 wins by knockout.

Du Plessis, the challenger, is a former two-division champion in the Polish promotion KSW, where he held the welterweight and middleweight titles. The 36-year-old South African made his UFC debut in October 2020, and has since won four fights in a row, all by knockout. Du Plessis is a well-rounded fighter, with a black belt in judo and a purple belt in Brazilian jiu-jitsu, and has a record of 18 wins and two losses, with 16 wins by finish.

The fight between Strickland and du Plessis is expected to be a thrilling and competitive affair, as both fighters have contrasting styles and strengths. Strickland has the advantage of size, power and experience, while du Plessis has the edge in speed, movement and versatility. Both fighters are confident and motivated to make history and cement their legacy as the undisputed middleweight king.

Immerse yourself in the unparalleled world of mixed martial arts with UFC 297, where heart-stopping action and unparalleled athleticism collide in the octagon. Don't miss a second of the excitement – secure your access to the UFC 297 live stream and witness the extraordinary battles that await, featuring an electrifying lineup of elite fighters who are set to leave it all on the canvas.

Unleashing the Octagon Drama

UFC 297 promises a night of unforgettable clashes, and the live stream is your portal to the heart of the action. From explosive knockouts to technical submissions, this event boasts a stacked card that caters to fans of every fighting style. Feel the adrenaline rush as warriors like Neil Magny, Mike Malott, Chris Curtis, Arnold Allen, Movsar Evloev, and others showcase their skills in a quest for victory.

Neil Magny vs Mike Malott: Clash of Titans

The welterweight clash between Neil Magny and Mike Malott is a must-watch. Magny, with his technical finesse, faces off against the relentless determination of Malott, promising a striking battle that could redefine their careers. Our live stream ensures you witness every jab, kick, and takedown in crystal-clear high definition, putting you in the front row for this explosive showdown.

Chris Curtis vs Marc-Andre Barriault: Striking Brilliance

Prepare for a striking spectacle as Chris Curtis squares off against Marc-Andre Barriault. Curtis, known for his explosive style, takes on Barriault's formidable power in a matchup that guarantees fireworks. Don't miss a moment of their dynamic exchanges and ground battles – our live stream brings you every aspect of this thrilling contest.

Arnold Allen vs Movsar Evloev: Technical Brilliance

The clash between Arnold Allen and Movsar Evloev promises technical brilliance in the featherweight division. With Allen's well-rounded skill set pitted against Evloev's precision and fight IQ, this matchup is a showcase of the highest level of mixed martial arts. Witness their lightning-fast transitions, powerful takedowns, and strategic brilliance through our live stream.

The Complete UFC 297 Experience

Our live stream doesn't just deliver the fights; it provides an immersive experience that puts you in the center of the UFC 297 atmosphere. Feel the energy of the crowd, engage with fellow MMA enthusiasts, and be part of the global conversation as the best fighters in the world collide in the octagon. Share your predictions, discuss the matchups, and connect with fans from around the world.

Exclusive Access to the Entire Card

UFC 297 is more than a few headline fights; it's a comprehensive showcase of talent across various weight classes. Our live stream grants you exclusive access to the entire event, from the pulse-pounding preliminary bouts to the main event that will have the entire MMA community buzzing. Get ready for a night of non-stop action that will keep you on the edge of your seat.

Secure Your Virtual Ticket Now

Don't miss the opportunity to be part of UFC 297 – reserve your virtual ticket now for the live stream experience of a lifetime. Whether you're a seasoned MMA enthusiast or a casual viewer, this event promises to deliver the thrills, spills, and unforgettable moments that make the UFC a global phenomenon. Mark your calendar and prepare for a night of adrenaline-pumping, world-class mixed martial arts action that showcases the skill, determination, and heart of the fighters competing at the highest level. Secure your spot, join the global MMA community, and get ready for an evening of pure octagon drama.

The co-main event of UFC 297 will feature a women’s bantamweight title fight for the vacant belt between Raquel Pennington and Mayra Bueno Silva. Pennington is a former title challenger who lost to Amanda Nunes in 2018, but has since bounced back with three wins in a row. Silva is a rising star who has won four of her five UFC fights, all by submission. The title was vacated when Nunes announced her retirement after defending her title at UFC 289.

The main card of UFC 297 will also include a welterweight bout between Neil Magny and Mike Malott, a middleweight bout between Chris Curtis and Marc-André Barriault, and a featherweight bout between Arnold Allen and Movsar Evloev. The prelims and early prelims will feature several exciting matchups, such as Charles Jourdain vs. Sean Woodson, Gillian Robertson vs. Polyana Viana, and Malcolm Gordon vs. Jimmy Flick.

UFC 297 will be broadcasted live on pay-per-view platforms around the world, with millions of fans expected to tune in. The event is backed by the Saudi Arabian government, which has been investing heavily in sports and entertainment to boost its global image and tourism. However, the decision to host the fight in Saudi Arabia has also drawn criticism from human rights groups, who accuse the country of using sport to distract from its record of violations and abuses

The Ultimate Fighting Championship (UFC) returns to Toronto, Canada, for the first time in six years with a blockbuster event headlined by a middleweight title clash between Sean Strickland and Dricus du Plessis. The event, UFC 297, will take place on Saturday, January 20, 2024, at the Scotiabank Arena.

Strickland, the reigning champion, is one of the most dominant fighters in the division, having won his last six fights in a row. The 35-year-old American captured the belt by defeating Israel Adesanya by unanimous decision at UFC 284 in July 2023, ending the Nigerian’s long reign. Strickland is known for his aggressive striking, wrestling and durability, and has a record of 34 wins, three losses and one draw, with 24 wins by knockout.

Du Plessis, the challenger, is a former two-division champion in the Polish promotion KSW, where he held the welterweight and middleweight titles. The 36-year-old South African made his UFC debut in October 2020, and has since won four fights in a row, all by knockout. Du Plessis is a well-rounded fighter, with a black belt in judo and a purple belt in Brazilian jiu-jitsu, and has a record of 18 wins and two losses, with 16 wins by finish.

The fight between Strickland and du Plessis is expected to be a thrilling and competitive affair, as both fighters have contrasting styles and strengths. Strickland has the advantage of size, power and experience, while du Plessis has the edge in speed, movement and versatility. Both fighters are confident and motivated to make history and cement their legacy as the undisputed middleweight king.

The co-main event of UFC 297 will feature a women’s bantamweight title fight for the vacant belt between Raquel Pennington and Mayra Bueno Silva. Pennington is a former title challenger who lost to Amanda Nunes in 2018, but has since bounced back with three wins in a row. Silva is a rising star who has won four of her five UFC fights, all by submission. The title was vacated when Nunes announced her retirement after defending her title at UFC 289.

The main card of UFC 297 will also include a welterweight bout between Neil Magny and Mike Malott, a middleweight bout between Chris Curtis and Marc-André Barriault, and a featherweight bout between Arnold Allen and Movsar Evloev. The prelims and early prelims will feature several exciting matchups, such as Charles Jourdain vs. Sean Woodson, Gillian Robertson vs. Polyana Viana, and Malcolm Gordon vs. Jimmy Flick.

UFC 297 will be broadcasted live on pay-per-view platforms around the world, with millions of fans expected to tune in. The event is backed by the Saudi Arabian government, which has been investing heavily in sports and entertainment to boost its global image and tourism. However, the decision to host the fight in Saudi Arabia has also drawn criticism from human rights groups, who accuse the country of using sport to distract from its record of violations and abuses

The Ultimate Fighting Championship (UFC) returns to Toronto, Canada, for the first time in six years with a blockbuster event headlined by a middleweight title clash between Sean Strickland and Dricus du Plessis. The event, UFC 297, will take place on Saturday, January 20, 2024, at the Scotiabank Arena.

Strickland, the reigning champion, is one of the most dominant fighters in the division, having won his last six fights in a row. The 35-year-old American captured the belt by defeating Israel Adesanya by unanimous decision at UFC 284 in July 2023, ending the Nigerian’s long reign. Strickland is known for his aggressive striking, wrestling and durability, and has a record of 34 wins, three losses and one draw, with 24 wins by knockout.

Du Plessis, the challenger, is a former two-division champion in the Polish promotion KSW, where he held the welterweight and middleweight titles. The 36-year-old South African made his UFC debut in October 2020, and has since won four fights in a row, all by knockout. Du Plessis is a well-rounded fighter, with a black belt in judo and a purple belt in Brazilian jiu-jitsu, and has a record of 18 wins and two losses, with 16 wins by finish.

The fight between Strickland and du Plessis is expected to be a thrilling and competitive affair, as both fighters have contrasting styles and strengths. Strickland has the advantage of size, power and experience, while du Plessis has the edge in speed, movement and versatility. Both fighters are confident and motivated to make history and cement their legacy as the undisputed middleweight king.

The co-main event of UFC 297 will feature a women’s bantamweight title fight for the vacant belt between Raquel Pennington and Mayra Bueno Silva. Pennington is a former title challenger who lost to Amanda Nunes in 2018, but has since bounced back with three wins in a row. Silva is a rising star who has won four of her five UFC fights, all by submission. The title was vacated when Nunes announced her retirement after defending her title at UFC 289.

The main card of UFC 297 will also include a welterweight bout between Neil Magny and Mike Malott, a middleweight bout between Chris Curtis and Marc-André Barriault, and a featherweight bout between Arnold Allen and Movsar Evloev. The prelims and early prelims will feature several exciting matchups, such as Charles Jourdain vs. Sean Woodson, Gillian Robertson vs. Polyana Viana, and Malcolm Gordon vs. Jimmy Flick.

UFC 297 will be broadcasted live on pay-per-view platforms around the world, with millions of fans expected to tune in. The event is backed by the Saudi Arabian government, which has been investing heavily in sports and entertainment to boost its global image and tourism. However, the decision to host the fight in Saudi Arabia has also drawn criticism from human rights groups, who accuse the country of using sport to distract from its record of violations and abuses

The Ultimate Fighting Championship (UFC) returns to Toronto, Canada, for the first time in six years with a blockbuster event headlined by a middleweight title clash between Sean Strickland and Dricus du Plessis. The event, UFC 297, will take place on Saturday, January 20, 2024, at the Scotiabank Arena.

Strickland, the reigning champion, is one of the most dominant fighters in the division, having won his last six fights in a row. The 35-year-old American captured the belt by defeating Israel Adesanya by unanimous decision at UFC 284 in July 2023, ending the Nigerian’s long reign. Strickland is known for his aggressive striking, wrestling and durability, and has a record of 34 wins, three losses and one draw, with 24 wins by knockout.

Du Plessis, the challenger, is a former two-division champion in the Polish promotion KSW, where he held the welterweight and middleweight titles. The 36-year-old South African made his UFC debut in October 2020, and has since won four fights in a row, all by knockout. Du Plessis is a well-rounded fighter, with a black belt in judo and a purple belt in Brazilian jiu-jitsu, and has a record of 18 wins and two losses, with 16 wins by finish.

The fight between Strickland and du Plessis is expected to be a thrilling and competitive affair, as both fighters have contrasting styles and strengths. Strickland has the advantage of size, power and experience, while du Plessis has the edge in speed, movement and versatility. Both fighters are confident and motivated to make history and cement their legacy as the undisputed middleweight king.

The co-main event of UFC 297 will feature a women’s bantamweight title fight for the vacant belt between Raquel Pennington and Mayra Bueno Silva. Pennington is a former title challenger who lost to Amanda Nunes in 2018, but has since bounced back with three wins in a row. Silva is a rising star who has won four of her five UFC fights, all by submission. The title was vacated when Nunes announced her retirement after defending her title at UFC 289.

The main card of UFC 297 will also include a welterweight bout between Neil Magny and Mike Malott, a middleweight bout between Chris Curtis and Marc-André Barriault, and a featherweight bout between Arnold Allen and Movsar Evloev. The prelims and early prelims will feature several exciting matchups, such as Charles Jourdain vs. Sean Woodson, Gillian Robertson vs. Polyana Viana, and Malcolm Gordon vs. Jimmy Flick.

https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?dR
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?gER=
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?=Qxc
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?CDD
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?tvXZS.co.uk.Eu 

UFC 297 will be broadcasted live on pay-per-view platforms around the world, with millions of fans expected to tune in. The event is backed by the Saudi Arabian government, which has been investing heavily in sports and entertainment to boost its global image and tourism. However, the decision to host the fight in Saudi Arabia has also drawn criticism from human rights groups, who accuse the country of using sport to distract from its record of violations and abuses.

https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297
https://kbin.social/m/random/t/776675/LIVE-STREAMS-UfC-297-fIgHt-CaRd-LiVe-FrEe-AT-Tv-cHaNnEl-at-UFC297
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?dR
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?gER=
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?=Qxc
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?CDD
https://app.eventcaddy.com/events/live-streams-ufc-297-fight-card-live-free-at-tv-channel-ufc297?tvXZS.co.uk.Eu
https://walling.app/qpW3eqj0OifMHDiytTE8/5blive-streams5d-ufc-297-fight-card-livestreams-free-at-tv-channelufc297

18
1
submitted 5 months ago* (last edited 5 months ago) by dddd@kbin.social to c/programming@kbin.social

In the pulsating world of mixed martial arts, two warriors, Yohan Lainesse and Sam Patterson, stepped into the cage for a clash that would unfold as a tale of skill, resilience, and the relentless pursuit of victory. The narrative of this MMA showdown played out under the bright lights of the arena, where fighters aim to carve their names into the annals of the sport.

WATCH LIVE NOW

WATCH LIVE NOW

WATCH LIVE NOW

The story began with the anticipation surrounding the matchup. Fight enthusiasts, well-aware of the prowess of both Yohan Lainesse and Sam Patterson, eagerly awaited the meeting of these two dynamic fighters. The cage, an unforgiving battleground, became the canvas for the unfolding drama.

As the referee signaled the start of the bout, the tale unfolded in the dynamic exchange of strikes, grappling, and tactical movement. Yohan Lainesse, with his technical brilliance and versatile skill set, sought to impose his game plan in the cage. On the other side, Sam Patterson, known for his striking prowess and tenacity, aimed to assert his dominance.

The ebb and flow of the contest became the chapters of the narrative. Lainesse, with his calculated strikes and grappling acumen, looked to control the pace of the fight. Patterson, with his explosive striking combinations and relentless forward pressure, sought to disrupt Lainesse's rhythm.

The ground game emerged as a crucial aspect of the unfolding tale. Both fighters, well-versed in the art of grappling, engaged in a chess match on the mat. Lainesse, with his submission attempts and positional control, tested Patterson's defenses. Patterson, displaying his defensive skills and counterattacks, worked to escape precarious situations.

As the rounds progressed, the story reached its zenith. The fighters, marked by the physical toll of their efforts, engaged in a relentless battle. The crowd, a cacophony of cheers and gasps, recognized the technical brilliance and indomitable spirit displayed by both warriors.

In a climactic moment, the final bell rang, bringing an end to the contest. The cage, witness to the display of skill and heart, awaited the judges' decision. The story now hinged on the verdict that would declare the winner and shape the narrative each fighter would carry forward in their MMA journey.

As the judges rendered their decision, the story found its resolution. Whether Yohan Lainesse or Sam Patterson emerged victorious, both fighters embraced the thrill of triumph and displayed the sportsmanship that defines the spirit of mixed martial arts. The cage, having been the arena for this captivating tale, awaited the next chapters in the journeys of these two resilient warriors, recognizing that the world of MMA continues to be enriched by the stories written by its fighters.

Yohan Lainesse vs. Sam Patterson
Yohan Lainesse vs. Sam Patterson Live
Yohan Lainesse vs. Sam Patterson Live Free
Yohan Lainesse vs. Sam Patterson Live Stream
Yohan Lainesse vs. Sam Patterson Live Stream Free
Yohan Lainesse vs. Sam Patterson Live Streams Reddit

19
0
submitted 5 months ago* (last edited 5 months ago) by sdgfdg@kbin.social to c/programming@kbin.social

2 minutes prior — While a few roads exist to see the profoundly commended film Mill operator's Young lady internet web based offers a flexible means to get to its true to life wonder

CLICK HERE TO WATCH FULL MOVIE FREE

CLICK HERE TO DOWNLOAD FULL MOVIE FREE

Warner Brothers. is proceeding to demolish Warner Brothers. what's more, Warner Brothers,, over the New Year's vacation end of the week, with "Mill operator's Young lady" presently transcending "Mill operator's Young lady" and "Mill operator's Young lady." With that trifecta, the studio has made a case for the three of the main five spaces at the homegrown film industry all through the Christmas season.

The Timothéee Chalamet-featuring melodic included another $8.6 million Friday, up 32% from multi week prior. The Paul Lord film has arisen as the dramatic #1 for these special seasons, crossing $100 million locally recently. With a $119 million cume to date, the film keeps on showing strength and will reach $300 million universally before the schedule turns.

However it slid into second spot for Friday with $6.75 million, Warner Brothers. "Mill operator's Young lady" fell 51% from its first day of the season the week before. The most recent and last section in the ongoing congruity of DC Comic books transformations has battled for air, just coming to $65 million in its most memorable seven day stretch of delivery. The first "Aquaman," delivered in 2018, outperformed that figure in its initial end of the week alone. Terrible surveys and hero weariness have tormented "Lost Realm," which without a doubt won't actually arrive at a portion of the $335 million homegrown all out of its ancestor, considerably less legitimize a $205 million creation financial plan.

Taking a nearby third spot, Light and Universal's"Miller's Young lady" is keeping up with its balance with $6.7 Friday after a muffled $12 million presentation lastweekend. "Mill operator's Young lady" has disappointed up to this point, however its 17% increment over last Friday stays empowering, particularly for a unique vivified film with a creation financial plan of just $70 million.

However,Here's the point at which you can bring Mill operator's Young lady of Atlantis into your home.

Where and Could I at any point Stream Mill operator's Young lady? Is Mill operator's Young lady Be Streaming?

The new Mill operator's Young lady prequel Mill operator's Young lady will be accessible for streaming first on Starz for endorsers Later on the film will likewise be delivered on PeacockThanks to the understanding between wholesaler Lionsgate and the NBC Widespread streaming stage Deciding the specific appearance date of the film is a somewhat more perplexing matter Commonly Lionsgate motion pictures like John Wick 4 require roughly a half year to open up on Starz where they will quite often stay for a significant period Concerning when Warblers Snakes will be open on Peacock it could require almost a year after its delivery in spite of the fact that we will just get affirmation once Lionsgate makes an authority declaration Anyway on the off chance that you Mill operator's Young lady to watch the film much prior you can lease it on Record on Request (VOD) which will probably be accessible before the streaming date on Starz

Where Could I at any point Stream the First Mill operator's Young lady Motion pictures meanwhile?

Meanwhile you can at present stream every one of the four unique Mill operator's Young lady motion pictures on Peacock for the rest of November The accessibility of Mill operator's Young lady films onPeacock shifts relying upon the month so try to exploit the ongoing accessibility

The most effective method to Watch Mill operator's Young lady In English Web-based For nothing:

At this point, the best way to watch Mill operator's Young lady is to go out to a cinema when it discharges on Friday, September 8. You can track down a neighborhood showing onFandango. If not, you'll need to hold on until it opens up to lease or buy on computerized stages like Vudu, Mac, YouTube, and Amazon or accessible to stream on Max. Mill operator's Young lady is still presently in theaters to encounter every one of the film's exciting bends in the road in a customary film. But on the other hand there's currently a choice to watch the film at home. As of November 25, 2024, Mill operator's Young lady is accessible on HBO Max. Just those with a membership to the help can watch the film. Since the film is circulated by twentieth Century Studios, it's one of the last movies of the year to go to HBO Max because of a streaming arrangement in lieu of Disney securing twentieth Century Studios, as Assortment reports. Toward the finish of 2024, twentieth Century Studios' movies will make a beeline for Hulu or Disney+ once they leave theaters.

Is Mill operator's Young lady Film on Netflix, Crunchyroll, Hulu, or Amazon Prime?

Netflix: Mill operator's Young lady is as of now not accessible on Netflix. Notwithstanding, devotees of dull dream movies can investigate other exciting choices, for example, Specialist Unusual to keep themselves engaged.

Crunchyroll: Crunchyroll and Funimation have gained the privileges to convey Mill operator's Young lady in North America. Remain tuned for its delivery on the stage inthe coming months. Meanwhile, enjoy dim dream shows like Insect man to satisfy your diversion needs.

Hulu: Tragically, Mill operator's Young lady isn't accessible for gushing on Hulu. Notwithstanding, Hulu offers different other invigorating choices like Afro Samurai Restoration or Ninja Look to keep you engaged.

Disney+: Mill operator's Young lady isn't right now accessible for gushing on Disney+. Fans should hold on until late December, when it is normal to be delivered on theplatform. Disney ordinarily delivers its movies on Disney+ around 45-60 days after their dramatic delivery, guaranteeing a vivid true to life experience for watchers.

20
1
submitted 7 months ago* (last edited 7 months ago) by Lemmy85@kbin.social to c/programming@kbin.social

Lets learn a bit about array with javascript.

An Array is an Object that stores values in order. In the example above we used an Object to store our car because it had specific properties that we wanted to be able to access easily via a key. If we just want to store a list of items, then there is no need to create an Object. Instead, we can use an Array. https://www.chat-to.dev/post?id=14 #javascript #programming

21
1
submitted 7 months ago by danrot@kbin.social to c/programming@kbin.social

GitHub uses MySQL to store vast amounts of relational data. This is the story of how we seamlessly upgraded our production fleet to MySQL 8.0.

22
1
Callbacks (kbin.social)
submitted 7 months ago by xiffu@kbin.social to c/programming@kbin.social

Callbacks

We can achieve asynchronous programming in JavaScript if we use the callbacks. A callback is a function that is passed as an argument to another function. The idea of the callback function is ‘I will call you back later’. You should know that the functions in JavaScript are executed in the sequence they are called, not in the sequence they are defined in. Okay, without confusing you, I will start from the beginning, why sequence control is so important in JavaScript. The sequence of control allows us to control the sequence when a function needs to be executed. For example, let us say that we want to create a function that will do some basic arithmetic operation like the sum of two integer numbers. After the function returns the result, we want to call another function to display the result to the user. So now we have two functions, one mainly for calculation, and the other is to display the user the result. Therefore we know their sequence of execution. Of course, you cannot start showing the results without first calling the calculation function. Here is the entire example: https://www.chat-to.dev/post?id=13

#programming

23
2
submitted 7 months ago by Deykun@kbin.social to c/programming@kbin.social

Today, we'll review the source code for RE3– the reverse-engineered C++ source code for Grand Theft Auto III and Vice City.

24
1

I'm having a lot of trouble with the lack of documentation (I had to dig and poke around for days to get it working not from the files directly, only for it to stop working again in the same way, all while still having the fix for it), and the lack of an incentive from some of its other users in the D community to make anything newer than 5.1 working (I NEED INTEGER SUPPORT).

Basically I need a relatively lightweight scripting library for my game engine written in D, that isn't a toy language (which doesn't have integer support). Most other scripting libraries lack integer support (even Lua did until 5.4, because yOU CaN JuST uSE rOUnDIng ON youR BaCKeNd) and/or are heavily bloated (I don't want to include 50+MB stuff just because it's trendy to make your scripting language a slow and clunky application language (I'm looking at you, Javascript!)). I'm using D, but it can interface with both C and C++.

I would be fine with Lua, and if I had the time, I'd just reimplement it in D without the godawful and confusing stack method of interaction. But now I have to look for some feasible alternatives.

25
1
submitted 7 months ago by xiffu@kbin.social to c/programming@kbin.social

use any fonts you like on your web pages thanks to this recipe.

Although web browsers come with a reasonable range of default fonts, they don’t always provide the look you need for a particular web site. In such cases, you usually must resort to calling up a graphic editor and creating logos or headlines there. However, with this recipe all you have to do is upload the TrueType fonts you wish to use to your web site and you can then display text in these fonts by having the GD library convert it on the fly to GIF images.
https://chat-to.dev/post?id=9 #php #backend #programming

view more: next ›

Programming

30 readers
1 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 1 year ago